Class GetOperationRequest.Builder (2.3.6)

public static final class GetOperationRequest.Builder extends GeneratedMessageV3.Builder<GetOperationRequest.Builder> implements GetOperationRequestOrBuilder

GetOperationRequest gets a single operation.

Protobuf type google.container.v1beta1.GetOperationRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetOperationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

build()

public GetOperationRequest build()
Returns
TypeDescription
GetOperationRequest

buildPartial()

public GetOperationRequest buildPartial()
Returns
TypeDescription
GetOperationRequest

clear()

public GetOperationRequest.Builder clear()
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetOperationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

clearName()

public GetOperationRequest.Builder clearName()

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

string name = 5;

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetOperationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

clearOperationId()

public GetOperationRequest.Builder clearOperationId()

Required. Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

string operation_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

clearProjectId()

public GetOperationRequest.Builder clearProjectId()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

clearZone()

public GetOperationRequest.Builder clearZone()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

clone()

public GetOperationRequest.Builder clone()
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

getDefaultInstanceForType()

public GetOperationRequest getDefaultInstanceForType()
Returns
TypeDescription
GetOperationRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

string name = 5;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

string name = 5;

Returns
TypeDescription
ByteString

The bytes for name.

getOperationId()

public String getOperationId()

Required. Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

string operation_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The operationId.

getOperationIdBytes()

public ByteString getOperationIdBytes()

Required. Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

string operation_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for operationId.

getProjectId()

public String getProjectId()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.

getZone()

public String getZone()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetOperationRequest other)

public GetOperationRequest.Builder mergeFrom(GetOperationRequest other)
Parameter
NameDescription
otherGetOperationRequest
Returns
TypeDescription
GetOperationRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetOperationRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetOperationRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetOperationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetOperationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

setName(String value)

public GetOperationRequest.Builder setName(String value)

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

string name = 5;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetOperationRequest.Builder setNameBytes(ByteString value)

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

string name = 5;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setOperationId(String value)

public GetOperationRequest.Builder setOperationId(String value)

Required. Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

string operation_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The operationId to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setOperationIdBytes(ByteString value)

public GetOperationRequest.Builder setOperationIdBytes(ByteString value)

Required. Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

string operation_id = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for operationId to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setProjectId(String value)

public GetOperationRequest.Builder setProjectId(String value)

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public GetOperationRequest.Builder setProjectIdBytes(ByteString value)

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string project_id = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetOperationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetOperationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetOperationRequest.Builder
Overrides

setZone(String value)

public GetOperationRequest.Builder setZone(String value)

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public GetOperationRequest.Builder setZoneBytes(ByteString value)

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
GetOperationRequest.Builder

This builder for chaining.