public static final class GetIndexRequest.Builder extends GeneratedMessageV3.Builder<GetIndexRequest.Builder> implements GetIndexRequestOrBuilder
The request for google.datastore.admin.v1.DatastoreAdmin.GetIndex.
Protobuf type google.datastore.admin.v1.GetIndexRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetIndexRequest.BuilderImplements
GetIndexRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetIndexRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
build()
public GetIndexRequest build()
Returns | |
---|---|
Type | Description |
GetIndexRequest |
buildPartial()
public GetIndexRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetIndexRequest |
clear()
public GetIndexRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetIndexRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
clearIndexId()
public GetIndexRequest.Builder clearIndexId()
The resource ID of the index to get.
string index_id = 3;
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetIndexRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
clearProjectId()
public GetIndexRequest.Builder clearProjectId()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
clone()
public GetIndexRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
getDefaultInstanceForType()
public GetIndexRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetIndexRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getIndexId()
public String getIndexId()
The resource ID of the index to get.
string index_id = 3;
Returns | |
---|---|
Type | Description |
String |
The indexId. |
getIndexIdBytes()
public ByteString getIndexIdBytes()
The resource ID of the index to get.
string index_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for indexId. |
getProjectId()
public String getProjectId()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetIndexRequest other)
public GetIndexRequest.Builder mergeFrom(GetIndexRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetIndexRequest |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetIndexRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetIndexRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetIndexRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetIndexRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
setIndexId(String value)
public GetIndexRequest.Builder setIndexId(String value)
The resource ID of the index to get.
string index_id = 3;
Parameter | |
---|---|
Name | Description |
value |
String The indexId to set. |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
setIndexIdBytes(ByteString value)
public GetIndexRequest.Builder setIndexIdBytes(ByteString value)
The resource ID of the index to get.
string index_id = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for indexId to set. |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
setProjectId(String value)
public GetIndexRequest.Builder setProjectId(String value)
Project ID against which to make the request.
string project_id = 1;
Parameter | |
---|---|
Name | Description |
value |
String The projectId to set. |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public GetIndexRequest.Builder setProjectIdBytes(ByteString value)
Project ID against which to make the request.
string project_id = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectId to set. |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetIndexRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetIndexRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetIndexRequest.Builder |