Class FeatureOnlineStoreSpec.Builder (1.60.0)

public static final class FeatureOnlineStoreSpec.Builder extends GeneratedMessageV3.Builder<FeatureOnlineStoreSpec.Builder> implements FeatureOnlineStoreSpecOrBuilder

Detail description of the source information of a Vertex Feature Online Store.

Protobuf type google.cloud.datacatalog.v1.FeatureOnlineStoreSpec

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FeatureOnlineStoreSpec build()
Returns
Type Description
FeatureOnlineStoreSpec

buildPartial()

public FeatureOnlineStoreSpec buildPartial()
Returns
Type Description
FeatureOnlineStoreSpec

clear()

public FeatureOnlineStoreSpec.Builder clear()
Returns
Type Description
FeatureOnlineStoreSpec.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureOnlineStoreSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FeatureOnlineStoreSpec.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStorageType()

public FeatureOnlineStoreSpec.Builder clearStorageType()

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureOnlineStoreSpec.Builder

This builder for chaining.

clone()

public FeatureOnlineStoreSpec.Builder clone()
Returns
Type Description
FeatureOnlineStoreSpec.Builder
Overrides

getDefaultInstanceForType()

public FeatureOnlineStoreSpec getDefaultInstanceForType()
Returns
Type Description
FeatureOnlineStoreSpec

getDescriptorForType()

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

getStorageType()

public FeatureOnlineStoreSpec.StorageType getStorageType()

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureOnlineStoreSpec.StorageType

The storageType.

getStorageTypeValue()

public int getStorageTypeValue()

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for storageType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureOnlineStoreSpec other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureOnlineStoreSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FeatureOnlineStoreSpec.Builder
Overrides

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

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

setStorageType(FeatureOnlineStoreSpec.StorageType value)

public FeatureOnlineStoreSpec.Builder setStorageType(FeatureOnlineStoreSpec.StorageType value)

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value FeatureOnlineStoreSpec.StorageType

The storageType to set.

Returns
Type Description
FeatureOnlineStoreSpec.Builder

This builder for chaining.

setStorageTypeValue(int value)

public FeatureOnlineStoreSpec.Builder setStorageTypeValue(int value)

Output only. Type of underelaying storage for the FeatureOnlineStore.

.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType storage_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for storageType to set.

Returns
Type Description
FeatureOnlineStoreSpec.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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