public final class BatchCreateRowsRequest extends GeneratedMessageV3 implements BatchCreateRowsRequestOrBuilder
Request message for TablesService.BatchCreateRows.
Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REQUESTS_FIELD_NUMBER
public static final int REQUESTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchCreateRowsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchCreateRowsRequest.Builder newBuilder()
newBuilder(BatchCreateRowsRequest prototype)
public static BatchCreateRowsRequest.Builder newBuilder(BatchCreateRowsRequest prototype)
public static BatchCreateRowsRequest parseDelimitedFrom(InputStream input)
public static BatchCreateRowsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchCreateRowsRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchCreateRowsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateRowsRequest parseFrom(CodedInputStream input)
public static BatchCreateRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateRowsRequest parseFrom(InputStream input)
public static BatchCreateRowsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchCreateRowsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateRowsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchCreateRowsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BatchCreateRowsRequest getDefaultInstanceForType()
getParent()
public String getParent()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<BatchCreateRowsRequest> getParserForType()
Overrides
getRequests(int index)
public 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 |
Name |
Description |
index |
int
|
getRequestsCount()
public 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 |
Type |
Description |
int |
|
getRequestsList()
public 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];
getRequestsOrBuilder(int index)
public 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 |
Name |
Description |
index |
int
|
getRequestsOrBuilderList()
public 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 |
Type |
Description |
List<? extends com.google.area120.tables.v1alpha1.CreateRowRequestOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchCreateRowsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchCreateRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchCreateRowsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides