Package com.google.cloud.compute.v1
Interface InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagerStatusStatefulPerInstanceConfigs
,InstanceGroupManagerStatusStatefulPerInstanceConfigs.Builder
public interface InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAllEffective()
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.boolean
hasAllEffective()
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAllEffective
boolean hasAllEffective()
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
optional bool all_effective = 516540553;
- Returns:
- Whether the allEffective field is set.
-
getAllEffective
boolean getAllEffective()
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
optional bool all_effective = 516540553;
- Returns:
- The allEffective.
-
-