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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetWriteStreamRequest.BuilderImplements
GetWriteStreamRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetWriteStreamRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetWriteStreamRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
WriteStreamViewThe 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 |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetWriteStreamRequest.Builder |
This builder for chaining. |