Class GetDataTableRowRequest.Builder (0.29.0)

public static final class GetDataTableRowRequest.Builder extends GeneratedMessage.Builder<GetDataTableRowRequest.Builder> implements GetDataTableRowRequestOrBuilder

Request to get data table row.

Protobuf type google.cloud.chronicle.v1.GetDataTableRowRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetDataTableRowRequest build()
Returns
Type Description
GetDataTableRowRequest

buildPartial()

public GetDataTableRowRequest buildPartial()
Returns
Type Description
GetDataTableRowRequest

clear()

public GetDataTableRowRequest.Builder clear()
Returns
Type Description
GetDataTableRowRequest.Builder
Overrides

clearName()

public GetDataTableRowRequest.Builder clearName()

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetDataTableRowRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDataTableRowRequest getDefaultInstanceForType()
Returns
Type Description
GetDataTableRowRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDataTableRowRequest other)

public GetDataTableRowRequest.Builder mergeFrom(GetDataTableRowRequest other)
Parameter
Name Description
other GetDataTableRowRequest
Returns
Type Description
GetDataTableRowRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetDataTableRowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetDataTableRowRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setName(String value)

public GetDataTableRowRequest.Builder setName(String value)

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDataTableRowRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDataTableRowRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetDataTableRowRequest.Builder

This builder for chaining.