Package com.google.cloud.dataproc.v1
Interface ManagedGroupConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ManagedGroupConfig,ManagedGroupConfig.Builder
public interface ManagedGroupConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceGroupManagerName()Output only.com.google.protobuf.ByteStringgetInstanceGroupManagerNameBytes()Output only.StringgetInstanceGroupManagerUri()Output only.com.google.protobuf.ByteStringgetInstanceGroupManagerUriBytes()Output only.StringgetInstanceTemplateName()Output only.com.google.protobuf.ByteStringgetInstanceTemplateNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceTemplateName
String 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];- Returns:
- The instanceTemplateName.
-
getInstanceTemplateNameBytes
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];- Returns:
- The bytes for instanceTemplateName.
-
getInstanceGroupManagerName
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];- Returns:
- The instanceGroupManagerName.
-
getInstanceGroupManagerNameBytes
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];- Returns:
- The bytes for instanceGroupManagerName.
-
getInstanceGroupManagerUri
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];- Returns:
- The instanceGroupManagerUri.
-
getInstanceGroupManagerUriBytes
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];- Returns:
- The bytes for instanceGroupManagerUri.
-
-