Class GetIndexRequest.Builder (2.19.2)

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

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

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

clearField(Descriptors.FieldDescriptor field)

public GetIndexRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetIndexRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetIndexRequest.Builder
Overrides

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
Overrides

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetIndexRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIndexRequest.Builder
Overrides

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
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.

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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetIndexRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIndexRequest.Builder
Overrides