
com.google.cloud.compute.v1.InstanceGroupManagerStatusOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface InstanceGroupManagerStatusOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InstanceGroupManagerStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output only] Status of all-instances configuration on the group.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfig all_instances_config = 112596737;
*
*
* @return Whether the allInstancesConfig field is set.
*/
boolean hasAllInstancesConfig();
/**
*
*
*
* [Output only] Status of all-instances configuration on the group.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfig all_instances_config = 112596737;
*
*
* @return The allInstancesConfig.
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfig getAllInstancesConfig();
/**
*
*
*
* [Output only] Status of all-instances configuration on the group.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfig all_instances_config = 112596737;
*
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusAllInstancesConfigOrBuilder
getAllInstancesConfigOrBuilder();
/**
*
*
*
* [Output Only] The URL of the Autoscaler that targets this instance group manager.
*
*
* optional string autoscaler = 517258967;
*
* @return Whether the autoscaler field is set.
*/
boolean hasAutoscaler();
/**
*
*
*
* [Output Only] The URL of the Autoscaler that targets this instance group manager.
*
*
* optional string autoscaler = 517258967;
*
* @return The autoscaler.
*/
java.lang.String getAutoscaler();
/**
*
*
*
* [Output Only] The URL of the Autoscaler that targets this instance group manager.
*
*
* optional string autoscaler = 517258967;
*
* @return The bytes for autoscaler.
*/
com.google.protobuf.ByteString getAutoscalerBytes();
/**
*
*
*
* [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
*
*
* optional bool is_stable = 108410864;
*
* @return Whether the isStable field is set.
*/
boolean hasIsStable();
/**
*
*
*
* [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
*
*
* optional bool is_stable = 108410864;
*
* @return The isStable.
*/
boolean getIsStable();
/**
*
*
*
* [Output Only] Stateful status of the given Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
*
*
* @return Whether the stateful field is set.
*/
boolean hasStateful();
/**
*
*
*
* [Output Only] Stateful status of the given Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
*
*
* @return The stateful.
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusStateful getStateful();
/**
*
*
*
* [Output Only] Stateful status of the given Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
*
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusStatefulOrBuilder getStatefulOrBuilder();
/**
*
*
*
* [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;
*
*
* @return Whether the versionTarget field is set.
*/
boolean hasVersionTarget();
/**
*
*
*
* [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;
*
*
* @return The versionTarget.
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget getVersionTarget();
/**
*
*
*
* [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
*
*
*
* optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;
*
*/
com.google.cloud.compute.v1.InstanceGroupManagerStatusVersionTargetOrBuilder
getVersionTargetOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy