Class GetSnapshotRequest.Builder (0.8.0)

public static final class GetSnapshotRequest.Builder extends GeneratedMessageV3.Builder<GetSnapshotRequest.Builder> implements GetSnapshotRequestOrBuilder

Request to get information about a snapshot

Protobuf type google.dataflow.v1beta3.GetSnapshotRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetSnapshotRequest build()
Returns
TypeDescription
GetSnapshotRequest

buildPartial()

public GetSnapshotRequest buildPartial()
Returns
TypeDescription
GetSnapshotRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearLocation()

public GetSnapshotRequest.Builder clearLocation()

The location that contains this snapshot.

string location = 3;

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProjectId()

public GetSnapshotRequest.Builder clearProjectId()

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

clearSnapshotId()

public GetSnapshotRequest.Builder clearSnapshotId()

The ID of the snapshot.

string snapshot_id = 2;

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public GetSnapshotRequest getDefaultInstanceForType()
Returns
TypeDescription
GetSnapshotRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLocation()

public String getLocation()

The location that contains this snapshot.

string location = 3;

Returns
TypeDescription
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

The location that contains this snapshot.

string location = 3;

Returns
TypeDescription
ByteString

The bytes for location.

getProjectId()

public String getProjectId()

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getSnapshotId()

public String getSnapshotId()

The ID of the snapshot.

string snapshot_id = 2;

Returns
TypeDescription
String

The snapshotId.

getSnapshotIdBytes()

public ByteString getSnapshotIdBytes()

The ID of the snapshot.

string snapshot_id = 2;

Returns
TypeDescription
ByteString

The bytes for snapshotId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetSnapshotRequest other)

public GetSnapshotRequest.Builder mergeFrom(GetSnapshotRequest other)
Parameter
NameDescription
otherGetSnapshotRequest
Returns
TypeDescription
GetSnapshotRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setLocation(String value)

public GetSnapshotRequest.Builder setLocation(String value)

The location that contains this snapshot.

string location = 3;

Parameter
NameDescription
valueString

The location to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

setLocationBytes(ByteString value)

public GetSnapshotRequest.Builder setLocationBytes(ByteString value)

The location that contains this snapshot.

string location = 3;

Parameter
NameDescription
valueByteString

The bytes for location to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

setProjectId(String value)

public GetSnapshotRequest.Builder setProjectId(String value)

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Parameter
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public GetSnapshotRequest.Builder setProjectIdBytes(ByteString value)

The ID of the Cloud Platform project that the snapshot belongs to.

string project_id = 1;

Parameter
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

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

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

setSnapshotId(String value)

public GetSnapshotRequest.Builder setSnapshotId(String value)

The ID of the snapshot.

string snapshot_id = 2;

Parameter
NameDescription
valueString

The snapshotId to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

setSnapshotIdBytes(ByteString value)

public GetSnapshotRequest.Builder setSnapshotIdBytes(ByteString value)

The ID of the snapshot.

string snapshot_id = 2;

Parameter
NameDescription
valueByteString

The bytes for snapshotId to set.

Returns
TypeDescription
GetSnapshotRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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