Class GetWriteStreamRequest.Builder (3.20.0)

public static final class GetWriteStreamRequest.Builder extends GeneratedMessage.Builder<GetWriteStreamRequest.Builder> implements GetWriteStreamRequestOrBuilder

Request message for GetWriteStreamRequest.

Protobuf type google.cloud.bigquery.storage.v1.GetWriteStreamRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetWriteStreamRequest build()
Returns
Type Description
GetWriteStreamRequest

buildPartial()

public GetWriteStreamRequest buildPartial()
Returns
Type Description
GetWriteStreamRequest

clear()

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

clearName()

public GetWriteStreamRequest.Builder clearName()

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.

clearView()

public GetWriteStreamRequest.Builder clearView()

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

.google.cloud.bigquery.storage.v1.WriteStreamView view = 3;

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetWriteStreamRequest getDefaultInstanceForType()
Returns
Type Description
GetWriteStreamRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getView()

public WriteStreamView getView()

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

.google.cloud.bigquery.storage.v1.WriteStreamView view = 3;

Returns
Type Description
WriteStreamView

The view.

getViewValue()

public int getViewValue()

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

.google.cloud.bigquery.storage.v1.WriteStreamView view = 3;

Returns
Type Description
int

The enum numeric value on the wire for view.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetWriteStreamRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetWriteStreamRequest.Builder setName(String value)

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetWriteStreamRequest.Builder setNameBytes(ByteString value)

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.

setView(WriteStreamView value)

public GetWriteStreamRequest.Builder setView(WriteStreamView value)

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

.google.cloud.bigquery.storage.v1.WriteStreamView view = 3;

Parameter
Name Description
value WriteStreamView

The view to set.

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.

setViewValue(int value)

public GetWriteStreamRequest.Builder setViewValue(int value)

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

.google.cloud.bigquery.storage.v1.WriteStreamView view = 3;

Parameter
Name Description
value int

The enum numeric value on the wire for view to set.

Returns
Type Description
GetWriteStreamRequest.Builder

This builder for chaining.