Interface BatchCommitWriteStreamsRequestOrBuilder (3.4.0)

public interface BatchCommitWriteStreamsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Parent table that all the streams should belong to, in the form of projects/{project}/datasets/{dataset}/tables/{table}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent table that all the streams should belong to, in the form of projects/{project}/datasets/{dataset}/tables/{table}.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getWriteStreams(int index)

public abstract String getWriteStreams(int index)

Required. The group of streams that will be committed atomically.

repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The writeStreams at the given index.

getWriteStreamsBytes(int index)

public abstract ByteString getWriteStreamsBytes(int index)

Required. The group of streams that will be committed atomically.

repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the writeStreams at the given index.

getWriteStreamsCount()

public abstract int getWriteStreamsCount()

Required. The group of streams that will be committed atomically.

repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of writeStreams.

getWriteStreamsList()

public abstract List<String> getWriteStreamsList()

Required. The group of streams that will be committed atomically.

repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<String>

A list containing the writeStreams.