Class FeatureOnlineStore.DedicatedServingEndpoint

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint
All Implemented Interfaces:
FeatureOnlineStore.DedicatedServingEndpointOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
FeatureOnlineStore

public static final class FeatureOnlineStore.DedicatedServingEndpoint extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

    • PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER

      public static final int PUBLIC_ENDPOINT_DOMAIN_NAME_FIELD_NUMBER
      See Also:
    • PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER

      public static final int PRIVATE_SERVICE_CONNECT_CONFIG_FIELD_NUMBER
      See Also:
    • SERVICE_ATTACHMENT_FIELD_NUMBER

      public static final int SERVICE_ATTACHMENT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • 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];
      Specified by:
      getPublicEndpointDomainName in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      The publicEndpointDomainName.
    • getPublicEndpointDomainNameBytes

      public com.google.protobuf.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];
      Specified by:
      getPublicEndpointDomainNameBytes in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      The bytes for publicEndpointDomainName.
    • 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][google.cloud.aiplatform.v1.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.v1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasPrivateServiceConnectConfig in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      Whether the privateServiceConnectConfig field is set.
    • 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][google.cloud.aiplatform.v1.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.v1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPrivateServiceConnectConfig in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      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][google.cloud.aiplatform.v1.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.v1.PrivateServiceConnectConfig private_service_connect_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPrivateServiceConnectConfigOrBuilder in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
    • 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];
      Specified by:
      getServiceAttachment in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      The serviceAttachment.
    • getServiceAttachmentBytes

      public com.google.protobuf.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];
      Specified by:
      getServiceAttachmentBytes in interface FeatureOnlineStore.DedicatedServingEndpointOrBuilder
      Returns:
      The bytes for serviceAttachment.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      Throws:
      IOException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureOnlineStore.DedicatedServingEndpoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FeatureOnlineStore.DedicatedServingEndpoint.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FeatureOnlineStore.DedicatedServingEndpoint> parser()
    • getParserForType

      public com.google.protobuf.Parser<FeatureOnlineStore.DedicatedServingEndpoint> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public FeatureOnlineStore.DedicatedServingEndpoint getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder