Class FeatureOnlineStore.DedicatedServingEndpoint (3.42.0)

public static final class FeatureOnlineStore.DedicatedServingEndpoint extends GeneratedMessageV3 implements FeatureOnlineStore.DedicatedServingEndpointOrBuilder

The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default. Note, for EmbeddingManagement use case, only [DedicatedServingEndpoint.public_endpoint_domain_name] is available now.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FeatureOnlineStore.DedicatedServingEndpoint

Static Fields

PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER

public static final int PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER

public static final int PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SERVICE_ATTACHMENT_FIELD_NUMBER

public static final int SERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstance()
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint

getDescriptor()

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

newBuilder()

public static FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilder()
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder

newBuilder(FeatureOnlineStore.DedicatedServingEndpoint prototype)

public static FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilder(FeatureOnlineStore.DedicatedServingEndpoint prototype)
Parameter
NameDescription
prototypeFeatureOnlineStore.DedicatedServingEndpoint
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder

parseDelimitedFrom(InputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FeatureOnlineStore.DedicatedServingEndpoint> parser()
Returns
TypeDescription
Parser<DedicatedServingEndpoint>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstanceForType()
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint

getParserForType()

public Parser<FeatureOnlineStore.DedicatedServingEndpoint> getParserForType()
Returns
TypeDescription
Parser<DedicatedServingEndpoint>
Overrides

getPrivateServiceConnectConfig()

public PrivateServiceConnectConfig getPrivateServiceConnectConfig()

Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.

.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PrivateServiceConnectConfig

The privateServiceConnectConfig.

getPrivateServiceConnectConfigOrBuilder()

public PrivateServiceConnectConfigOrBuilder getPrivateServiceConnectConfigOrBuilder()

Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.

.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PrivateServiceConnectConfigOrBuilder

getPublicEndpointDomainName()

public String getPublicEndpointDomainName()

Output only. This field will be populated with the domain name to use for this FeatureOnlineStore

string public_endpoint_domain_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The publicEndpointDomainName.

getPublicEndpointDomainNameBytes()

public ByteString getPublicEndpointDomainNameBytes()

Output only. This field will be populated with the domain name to use for this FeatureOnlineStore

string public_endpoint_domain_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for publicEndpointDomainName.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServiceAttachment()

public String getServiceAttachment()

Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.

string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The serviceAttachment.

getServiceAttachmentBytes()

public ByteString getServiceAttachmentBytes()

Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.

string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for serviceAttachment.

hasPrivateServiceConnectConfig()

public boolean hasPrivateServiceConnectConfig()

Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.

.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the privateServiceConnectConfig field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilderForType()
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FeatureOnlineStore.DedicatedServingEndpoint.Builder toBuilder()
Returns
TypeDescription
FeatureOnlineStore.DedicatedServingEndpoint.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException