Class FeatureOnlineStore.DedicatedServingEndpoint (3.44.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. Public endpoint is provisioned by default.

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

Inheritance

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

Static Fields

PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER

public static final int PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstance()
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint

getDescriptor()

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

newBuilder()

public static FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilder()
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint.Builder

newBuilder(FeatureOnlineStore.DedicatedServingEndpoint prototype)

public static FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilder(FeatureOnlineStore.DedicatedServingEndpoint prototype)
Parameter
Name Description
prototype FeatureOnlineStore.DedicatedServingEndpoint
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint.Builder

parseDelimitedFrom(InputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstanceForType()
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint

getParserForType()

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

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
Type Description
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
Type Description
ByteString

The bytes for publicEndpointDomainName.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilderForType()
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FeatureOnlineStore.DedicatedServingEndpoint.Builder toBuilder()
Returns
Type Description
FeatureOnlineStore.DedicatedServingEndpoint.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException