Interface BatchCreateRowsRequestOrBuilder (0.25.0)

public interface BatchCreateRowsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent table where the rows will be created. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent table where the rows will be created. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getRequests(int index)

public abstract CreateRowRequest getRequests(int index)

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateRowRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRequestsList()

public abstract List<CreateRowRequest> getRequestsList()

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<CreateRowRequest>

getRequestsOrBuilder(int index)

public abstract CreateRowRequestOrBuilder getRequestsOrBuilder(int index)

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateRowRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends CreateRowRequestOrBuilder> getRequestsOrBuilderList()

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

repeated .google.area120.tables.v1alpha1.CreateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.area120.tables.v1alpha1.CreateRowRequestOrBuilder>