Class GetIndexRequest.Builder (2.34.0)

public static final class GetIndexRequest.Builder extends GeneratedMessage.Builder<GetIndexRequest.Builder> implements GetIndexRequestOrBuilder

The request for google.datastore.admin.v1.DatastoreAdmin.GetIndex.

Protobuf type google.datastore.admin.v1.GetIndexRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetIndexRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetIndexRequest.Builder
Overrides

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.