Class GetSnapshotRequest.Builder (0.87.0)

public static final class GetSnapshotRequest.Builder extends GeneratedMessage.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

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

clearLocation()

public GetSnapshotRequest.Builder clearLocation()

The location that contains this snapshot.

string location = 3;

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

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.

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 GeneratedMessage.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

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.

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.