Class ReadFeatureValuesResponse.FeatureDescriptor.Builder (3.42.0)

public static final class ReadFeatureValuesResponse.FeatureDescriptor.Builder extends GeneratedMessageV3.Builder<ReadFeatureValuesResponse.FeatureDescriptor.Builder> implements ReadFeatureValuesResponse.FeatureDescriptorOrBuilder

Metadata for requested Features.

Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ReadFeatureValuesResponse.FeatureDescriptor build()
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor

buildPartial()

public ReadFeatureValuesResponse.FeatureDescriptor buildPartial()
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor

clear()

public ReadFeatureValuesResponse.FeatureDescriptor.Builder clear()
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

clearId()

public ReadFeatureValuesResponse.FeatureDescriptor.Builder clearId()

Feature ID.

string id = 1;

Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

clone()

public ReadFeatureValuesResponse.FeatureDescriptor.Builder clone()
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

getDefaultInstanceForType()

public ReadFeatureValuesResponse.FeatureDescriptor getDefaultInstanceForType()
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getId()

public String getId()

Feature ID.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

Feature ID.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ReadFeatureValuesResponse.FeatureDescriptor other)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder mergeFrom(ReadFeatureValuesResponse.FeatureDescriptor other)
Parameter
NameDescription
otherReadFeatureValuesResponse.FeatureDescriptor
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.FeatureDescriptor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

setId(String value)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder setId(String value)

Feature ID.

string id = 1;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder

This builder for chaining.

setIdBytes(ByteString value)

public ReadFeatureValuesResponse.FeatureDescriptor.Builder setIdBytes(ByteString value)

Feature ID.

string id = 1;

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder

This builder for chaining.

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

public ReadFeatureValuesResponse.FeatureDescriptor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.FeatureDescriptor.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReadFeatureValuesResponse.FeatureDescriptor.Builder
Overrides