public static final class BatchCreateRowsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder> implements BatchCreateRowsRequestOrBuilder
Request message for TablesService.BatchCreateRows.Protobuf type
google.area120.tables.v1alpha1.BatchCreateRowsRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchCreateRowsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateRowsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateRowsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder mergeFrom(BatchCreateRowsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public BatchCreateRowsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateRowsRequest.Builder>IOExceptionpublic String getParent()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];getParent in interface BatchCreateRowsRequestOrBuilderpublic 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];getParentBytes in interface BatchCreateRowsRequestOrBuilderpublic BatchCreateRowsRequest.Builder setParent(String value)
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];value - The parent to set.public BatchCreateRowsRequest.Builder clearParent()
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];public BatchCreateRowsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The parent table where the rows will be created.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for parent to set.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];
getRequestsList in interface BatchCreateRowsRequestOrBuilderpublic 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];
getRequestsCount in interface BatchCreateRowsRequestOrBuilderpublic 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];
getRequests in interface BatchCreateRowsRequestOrBuilderpublic BatchCreateRowsRequest.Builder setRequests(int index, CreateRowRequest value)
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];
public BatchCreateRowsRequest.Builder setRequests(int index, CreateRowRequest.Builder builderForValue)
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];
public BatchCreateRowsRequest.Builder addRequests(CreateRowRequest value)
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];
public BatchCreateRowsRequest.Builder addRequests(int index, CreateRowRequest value)
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];
public BatchCreateRowsRequest.Builder addRequests(CreateRowRequest.Builder builderForValue)
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];
public BatchCreateRowsRequest.Builder addRequests(int index, CreateRowRequest.Builder builderForValue)
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];
public BatchCreateRowsRequest.Builder addAllRequests(Iterable<? extends CreateRowRequest> values)
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];
public BatchCreateRowsRequest.Builder clearRequests()
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];
public BatchCreateRowsRequest.Builder removeRequests(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];
public CreateRowRequest.Builder getRequestsBuilder(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];
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];
getRequestsOrBuilder in interface BatchCreateRowsRequestOrBuilderpublic 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];
getRequestsOrBuilderList in interface BatchCreateRowsRequestOrBuilderpublic CreateRowRequest.Builder addRequestsBuilder()
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];
public CreateRowRequest.Builder addRequestsBuilder(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];
public List<CreateRowRequest.Builder> getRequestsBuilderList()
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];
public final BatchCreateRowsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>public final BatchCreateRowsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.