public interface JobPlacementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Required.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Required.
|
String |
getClusterUuid()
Output only.
|
com.google.protobuf.ByteString |
getClusterUuidBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
Required. The name of the cluster where the job will be submitted.
string cluster_name = 1;com.google.protobuf.ByteString getClusterNameBytes()
Required. The name of the cluster where the job will be submitted.
string cluster_name = 1;String getClusterUuid()
Output only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
string cluster_uuid = 2;com.google.protobuf.ByteString getClusterUuidBytes()
Output only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
string cluster_uuid = 2;Copyright © 2019 Google LLC. All rights reserved.