public interface JobPlacementOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClusterName()
Required.
|
ByteString |
getClusterNameBytes()
Required.
|
java.lang.String |
getClusterUuid()
Output-only.
|
ByteString |
getClusterUuidBytes()
Output-only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getClusterName()
Required. The name of the cluster where the job will be submitted.
string cluster_name = 1;
ByteString getClusterNameBytes()
Required. The name of the cluster where the job will be submitted.
string cluster_name = 1;
java.lang.String getClusterUuid()
Output-only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
string cluster_uuid = 2;
ByteString getClusterUuidBytes()
Output-only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted.
string cluster_uuid = 2;