Class PublisherModel.CallToAction.DeployGke.Builder

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

public static final class PublisherModel.CallToAction.DeployGke.Builder extends com.google.protobuf.GeneratedMessage.Builder<PublisherModel.CallToAction.DeployGke.Builder> implements PublisherModel.CallToAction.DeployGkeOrBuilder
 Configurations for PublisherModel GKE deployment
 
Protobuf type google.cloud.aiplatform.v1.PublisherModel.CallToAction.DeployGke
  • 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<PublisherModel.CallToAction.DeployGke.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<PublisherModel.CallToAction.DeployGke.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<PublisherModel.CallToAction.DeployGke.Builder>
    • getDefaultInstanceForType

      public PublisherModel.CallToAction.DeployGke 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 PublisherModel.CallToAction.DeployGke.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<PublisherModel.CallToAction.DeployGke.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<PublisherModel.CallToAction.DeployGke.Builder>
    • mergeFrom

      public PublisherModel.CallToAction.DeployGke.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<PublisherModel.CallToAction.DeployGke.Builder>
      Throws:
      IOException
    • getGkeYamlConfigsList

      public com.google.protobuf.ProtocolStringList getGkeYamlConfigsList()
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGkeYamlConfigsList in interface PublisherModel.CallToAction.DeployGkeOrBuilder
      Returns:
      A list containing the gkeYamlConfigs.
    • getGkeYamlConfigsCount

      public int getGkeYamlConfigsCount()
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGkeYamlConfigsCount in interface PublisherModel.CallToAction.DeployGkeOrBuilder
      Returns:
      The count of gkeYamlConfigs.
    • getGkeYamlConfigs

      public String getGkeYamlConfigs(int index)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGkeYamlConfigs in interface PublisherModel.CallToAction.DeployGkeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The gkeYamlConfigs at the given index.
    • getGkeYamlConfigsBytes

      public com.google.protobuf.ByteString getGkeYamlConfigsBytes(int index)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGkeYamlConfigsBytes in interface PublisherModel.CallToAction.DeployGkeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the gkeYamlConfigs at the given index.
    • setGkeYamlConfigs

      public PublisherModel.CallToAction.DeployGke.Builder setGkeYamlConfigs(int index, String value)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index to set the value at.
      value - The gkeYamlConfigs to set.
      Returns:
      This builder for chaining.
    • addGkeYamlConfigs

      public PublisherModel.CallToAction.DeployGke.Builder addGkeYamlConfigs(String value)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The gkeYamlConfigs to add.
      Returns:
      This builder for chaining.
    • addAllGkeYamlConfigs

      public PublisherModel.CallToAction.DeployGke.Builder addAllGkeYamlConfigs(Iterable<String> values)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      values - The gkeYamlConfigs to add.
      Returns:
      This builder for chaining.
    • clearGkeYamlConfigs

      public PublisherModel.CallToAction.DeployGke.Builder clearGkeYamlConfigs()
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • addGkeYamlConfigsBytes

      public PublisherModel.CallToAction.DeployGke.Builder addGkeYamlConfigsBytes(com.google.protobuf.ByteString value)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes of the gkeYamlConfigs to add.
      Returns:
      This builder for chaining.