publicstaticfinalclass CreateIndexRequest.BuilderextendsGeneratedMessageV3.Builder<CreateIndexRequest.Builder>implementsCreateIndexRequestOrBuilder
The request for
google.datastore.admin.v1.DatastoreAdmin.CreateIndex.
Protobuf type google.datastore.admin.v1.CreateIndexRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateIndexRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateIndexRequestbuild()
buildPartial()
publicCreateIndexRequestbuildPartial()
clear()
publicCreateIndexRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicCreateIndexRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearIndex()
publicCreateIndexRequest.BuilderclearIndex()
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateIndexRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearProjectId()
publicCreateIndexRequest.BuilderclearProjectId()
Project ID against which to make the request.
string project_id = 1;
clone()
publicCreateIndexRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateIndexRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getIndex()
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
| Returns |
| Type |
Description |
Index |
The index.
|
getIndexBuilder()
publicIndex.BuildergetIndexBuilder()
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
getIndexOrBuilder()
publicIndexOrBuildergetIndexOrBuilder()
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
getProjectId()
publicStringgetProjectId()
Project ID against which to make the request.
string project_id = 1;
| Returns |
| Type |
Description |
String |
The projectId.
|
getProjectIdBytes()
publicByteStringgetProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for projectId.
|
hasIndex()
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
| Returns |
| Type |
Description |
boolean |
Whether the index field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(CreateIndexRequest other)
publicCreateIndexRequest.BuildermergeFrom(CreateIndexRequestother)
publicCreateIndexRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateIndexRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeIndex(Index value)
publicCreateIndexRequest.BuildermergeIndex(Indexvalue)
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
| Parameter |
| Name |
Description |
value |
Index
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateIndexRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateIndexRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setIndex(Index value)
publicCreateIndexRequest.BuildersetIndex(Indexvalue)
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
| Parameter |
| Name |
Description |
value |
Index
|
setIndex(Index.Builder builderForValue)
publicCreateIndexRequest.BuildersetIndex(Index.BuilderbuilderForValue)
The index to create. The name and state fields are output only and will be
ignored. Single property indexes cannot be created or deleted.
.google.datastore.admin.v1.Index index = 3;
setProjectId(String value)
publicCreateIndexRequest.BuildersetProjectId(Stringvalue)
Project ID against which to make the request.
string project_id = 1;
| Parameter |
| Name |
Description |
value |
String
The projectId to set.
|
setProjectIdBytes(ByteString value)
publicCreateIndexRequest.BuildersetProjectIdBytes(ByteStringvalue)
Project ID against which to make the request.
string project_id = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for projectId to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateIndexRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateIndexRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides