public interface ManagedGroupConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstanceGroupManagerName()
Output-only.
|
ByteString |
getInstanceGroupManagerNameBytes()
Output-only.
|
java.lang.String |
getInstanceTemplateName()
Output-only.
|
ByteString |
getInstanceTemplateNameBytes()
Output-only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getInstanceTemplateName()
Output-only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1;
ByteString getInstanceTemplateNameBytes()
Output-only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1;
java.lang.String getInstanceGroupManagerName()
Output-only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2;
ByteString getInstanceGroupManagerNameBytes()
Output-only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2;