public interface BatchUpdateRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
UpdateRowRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<UpdateRowRequest> |
getRequestsList()
Required.
|
UpdateRowRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends UpdateRowRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent table shared by all rows being updated.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. The parent table shared by all rows being updated.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];List<UpdateRowRequest> getRequestsList()
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
UpdateRowRequest getRequests(int index)
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
int getRequestsCount()
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends UpdateRowRequestOrBuilder> getRequestsOrBuilderList()
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
UpdateRowRequestOrBuilder getRequestsOrBuilder(int index)
Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.