public static final class GetClusterRequest.Builder extends GeneratedMessageV3.Builder<GetClusterRequest.Builder> implements GetClusterRequestOrBuilderRequest to get the resource representation for a cluster in a project.
Protobuf type google.cloud.dataproc.v1.GetClusterRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetClusterRequest.BuilderImplements
GetClusterRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetClusterRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
build()
public GetClusterRequest build()| Returns | |
|---|---|
| Type | Description |
GetClusterRequest |
|
buildPartial()
public GetClusterRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetClusterRequest |
|
clear()
public GetClusterRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
clearClusterName()
public GetClusterRequest.Builder clearClusterName()Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GetClusterRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public GetClusterRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
clearProjectId()
public GetClusterRequest.Builder clearProjectId()Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
clearRegion()
public GetClusterRequest.Builder clearRegion()Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
clone()
public GetClusterRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
getClusterName()
public String getClusterName()Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The clusterName. |
getClusterNameBytes()
public ByteString getClusterNameBytes()Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clusterName. |
getDefaultInstanceForType()
public GetClusterRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetClusterRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProjectId()
public String getProjectId()Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getRegion()
public String getRegion()Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetClusterRequest other)
public GetClusterRequest.Builder mergeFrom(GetClusterRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetClusterRequest |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetClusterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetClusterRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetClusterRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
setClusterName(String value)
public GetClusterRequest.Builder setClusterName(String value)Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe clusterName to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setClusterNameBytes(ByteString value)
public GetClusterRequest.Builder setClusterNameBytes(ByteString value)Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for clusterName to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GetClusterRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
setProjectId(String value)
public GetClusterRequest.Builder setProjectId(String value)Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public GetClusterRequest.Builder setProjectIdBytes(ByteString value)Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetClusterRequest.Builder setRegion(String value)Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetClusterRequest.Builder setRegionBytes(ByteString value)Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetClusterRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final GetClusterRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
GetClusterRequest.Builder |
|