public interface ManagedGroupConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceGroupManagerName()
Output only.
|
com.google.protobuf.ByteString |
getInstanceGroupManagerNameBytes()
Output only.
|
String |
getInstanceGroupManagerUri()
Output only.
|
com.google.protobuf.ByteString |
getInstanceGroupManagerUriBytes()
Output only.
|
String |
getInstanceTemplateName()
Output only.
|
com.google.protobuf.ByteString |
getInstanceTemplateNameBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstanceTemplateName()
Output only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getInstanceTemplateNameBytes()
Output only. The name of the Instance Template used for the Managed Instance Group.
string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getInstanceGroupManagerName()
Output only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getInstanceGroupManagerNameBytes()
Output only. The name of the Instance Group Manager for this group.
string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getInstanceGroupManagerUri()
Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
string instance_group_manager_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getInstanceGroupManagerUriBytes()
Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
string instance_group_manager_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.