public interface BatchCreateRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
CreateRowRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<CreateRowRequest> |
getRequestsList()
Required.
|
CreateRowRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends CreateRowRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.