Class BatchReadFeatureValuesRequest.PassThroughField.Builder (2.5.3)

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public BatchReadFeatureValuesRequest.PassThroughField build()
Returns

buildPartial()

public BatchReadFeatureValuesRequest.PassThroughField buildPartial()
Returns

clear()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

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

clone()

public BatchReadFeatureValuesRequest.PassThroughField.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public BatchReadFeatureValuesRequest.PassThroughField getDefaultInstanceForType()
Returns

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

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 Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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