Class BatchReadFeatureValuesRequest.PassThroughField.Builder (3.84.0)

public static final class BatchReadFeatureValuesRequest.PassThroughField.Builder extends GeneratedMessage.Builder<BatchReadFeatureValuesRequest.PassThroughField.Builder> implements BatchReadFeatureValuesRequest.PassThroughFieldOrBuilder

Describe pass-through fields in read_instance source.

Protobuf type google.cloud.aiplatform.v1beta1.BatchReadFeatureValuesRequest.PassThroughField

Static Methods

getDescriptor()

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

Methods

build()

public BatchReadFeatureValuesRequest.PassThroughField build()
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField

buildPartial()

public BatchReadFeatureValuesRequest.PassThroughField buildPartial()
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField

clear()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clear()
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

clearFieldName()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clearFieldName()

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

string field_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder

This builder for chaining.

getDefaultInstanceForType()

public BatchReadFeatureValuesRequest.PassThroughField getDefaultInstanceForType()
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField

getDescriptorForType()

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

getFieldName()

public String getFieldName()

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

string field_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The fieldName.

getFieldNameBytes()

public ByteString getFieldNameBytes()

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

string field_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for fieldName.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchReadFeatureValuesRequest.PassThroughField other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFieldName(String value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder setFieldName(String value)

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

string field_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The fieldName to set.

Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder

This builder for chaining.

setFieldNameBytes(ByteString value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder setFieldNameBytes(ByteString value)

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

string field_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for fieldName to set.

Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder

This builder for chaining.