Class FeatureOnlineStore.DedicatedServingEndpoint.Builder

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

public static final class FeatureOnlineStore.DedicatedServingEndpoint.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder> 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
  • 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.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
    • mergeFrom

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureOnlineStore.DedicatedServingEndpoint.Builder>
      Throws:
      IOException
    • 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.
    • setPublicEndpointDomainName

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder setPublicEndpointDomainName(String value)
       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];
      Parameters:
      value - The publicEndpointDomainName to set.
      Returns:
      This builder for chaining.
    • clearPublicEndpointDomainName

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder clearPublicEndpointDomainName()
       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:
      This builder for chaining.
    • setPublicEndpointDomainNameBytes

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder setPublicEndpointDomainNameBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for publicEndpointDomainName to set.
      Returns:
      This builder for chaining.
    • 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.
    • setPrivateServiceConnectConfig

       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];
    • setPrivateServiceConnectConfig

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder setPrivateServiceConnectConfig(PrivateServiceConnectConfig.Builder builderForValue)
       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];
    • mergePrivateServiceConnectConfig

       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];
    • clearPrivateServiceConnectConfig

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder clearPrivateServiceConnectConfig()
       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];
    • getPrivateServiceConnectConfigBuilder

      public PrivateServiceConnectConfig.Builder getPrivateServiceConnectConfigBuilder()
       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];
    • 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.
    • setServiceAttachment

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder setServiceAttachment(String value)
       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];
      Parameters:
      value - The serviceAttachment to set.
      Returns:
      This builder for chaining.
    • clearServiceAttachment

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder clearServiceAttachment()
       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:
      This builder for chaining.
    • setServiceAttachmentBytes

      public FeatureOnlineStore.DedicatedServingEndpoint.Builder setServiceAttachmentBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for serviceAttachment to set.
      Returns:
      This builder for chaining.