Class BatchReadFeatureValuesRequest.PassThroughField.Builder (3.44.0)

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

Describe pass-through fields in read_instance source.

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

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchReadFeatureValuesRequest.PassThroughField.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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