Class BatchReadFeatureValuesRequest.PassThroughField.Builder (3.42.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.v1.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

build()

public BatchReadFeatureValuesRequest.PassThroughField build()
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField

buildPartial()

public BatchReadFeatureValuesRequest.PassThroughField buildPartial()
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField

clear()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clear()
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchReadFeatureValuesRequest.PassThroughField.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchReadFeatureValuesRequest.PassThroughField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

clone()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clone()
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

getDefaultInstanceForType()

public BatchReadFeatureValuesRequest.PassThroughField getDefaultInstanceForType()
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for fieldName.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchReadFeatureValuesRequest.PassThroughField other)

public BatchReadFeatureValuesRequest.PassThroughField.Builder mergeFrom(BatchReadFeatureValuesRequest.PassThroughField other)
Parameter
NameDescription
otherBatchReadFeatureValuesRequest.PassThroughField
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchReadFeatureValuesRequest.PassThroughField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchReadFeatureValuesRequest.PassThroughField.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchReadFeatureValuesRequest.PassThroughField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public BatchReadFeatureValuesRequest.PassThroughField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The fieldName to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for fieldName to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchReadFeatureValuesRequest.PassThroughField.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchReadFeatureValuesRequest.PassThroughField.Builder
Overrides