public static final class GetIndexRequest.Builder extends GeneratedMessage.Builder<GetIndexRequest.Builder> implements GetIndexRequestOrBuilderThe request for google.datastore.admin.v1.DatastoreAdmin.GetIndex.
Protobuf type google.datastore.admin.v1.GetIndexRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetIndexRequest.BuilderImplements
GetIndexRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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. |
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 GeneratedMessage.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 |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
GetIndexRequest.Builder |
This builder for chaining. |