Class GetSnapshotRequest.Builder (0.48.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetSnapshotRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

build()

public GetSnapshotRequest build()
Returns
Type Description
GetSnapshotRequest

buildPartial()

public GetSnapshotRequest buildPartial()
Returns
Type Description
GetSnapshotRequest

clear()

public GetSnapshotRequest.Builder clear()
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetSnapshotRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

clearLocation()

public GetSnapshotRequest.Builder clearLocation()

The location that contains this snapshot.

string location = 3;

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetSnapshotRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

clearSnapshotId()

public GetSnapshotRequest.Builder clearSnapshotId()

The ID of the snapshot.

string snapshot_id = 2;

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

clone()

public GetSnapshotRequest.Builder clone()
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

getDefaultInstanceForType()

public GetSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetSnapshotRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLocation()

public String getLocation()

The location that contains this snapshot.

string location = 3;

Returns
Type Description
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

The location that contains this snapshot.

string location = 3;

Returns
Type Description
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
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

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

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getSnapshotId()

public String getSnapshotId()

The ID of the snapshot.

string snapshot_id = 2;

Returns
Type Description
String

The snapshotId.

getSnapshotIdBytes()

public ByteString getSnapshotIdBytes()

The ID of the snapshot.

string snapshot_id = 2;

Returns
Type Description
ByteString

The bytes for snapshotId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetSnapshotRequest other)

public GetSnapshotRequest.Builder mergeFrom(GetSnapshotRequest other)
Parameter
Name Description
other GetSnapshotRequest
Returns
Type Description
GetSnapshotRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetSnapshotRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetSnapshotRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetSnapshotRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetSnapshotRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetSnapshotRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

setLocation(String value)

public GetSnapshotRequest.Builder setLocation(String value)

The location that contains this snapshot.

string location = 3;

Parameter
Name Description
value String

The location to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for location to set.

Returns
Type Description
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
Name Description
value String

The projectId to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetSnapshotRequest.Builder
Overrides

setSnapshotId(String value)

public GetSnapshotRequest.Builder setSnapshotId(String value)

The ID of the snapshot.

string snapshot_id = 2;

Parameter
Name Description
value String

The snapshotId to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for snapshotId to set.

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final GetSnapshotRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetSnapshotRequest.Builder
Overrides