Class DestinationFeatureSetting.Builder

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

public static final class DestinationFeatureSetting.Builder extends com.google.protobuf.GeneratedMessage.Builder<DestinationFeatureSetting.Builder> implements DestinationFeatureSettingOrBuilder
Protobuf type google.cloud.aiplatform.v1.DestinationFeatureSetting
  • 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<DestinationFeatureSetting.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<DestinationFeatureSetting.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<DestinationFeatureSetting.Builder>
    • getDefaultInstanceForType

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

      public DestinationFeatureSetting build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DestinationFeatureSetting buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DestinationFeatureSetting.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<DestinationFeatureSetting.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<DestinationFeatureSetting.Builder>
    • mergeFrom

      public DestinationFeatureSetting.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<DestinationFeatureSetting.Builder>
      Throws:
      IOException
    • getFeatureId

      public String getFeatureId()
       Required. The ID of the Feature to apply the setting to.
       
      string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureId in interface DestinationFeatureSettingOrBuilder
      Returns:
      The featureId.
    • getFeatureIdBytes

      public com.google.protobuf.ByteString getFeatureIdBytes()
       Required. The ID of the Feature to apply the setting to.
       
      string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureIdBytes in interface DestinationFeatureSettingOrBuilder
      Returns:
      The bytes for featureId.
    • setFeatureId

      public DestinationFeatureSetting.Builder setFeatureId(String value)
       Required. The ID of the Feature to apply the setting to.
       
      string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The featureId to set.
      Returns:
      This builder for chaining.
    • clearFeatureId

      public DestinationFeatureSetting.Builder clearFeatureId()
       Required. The ID of the Feature to apply the setting to.
       
      string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setFeatureIdBytes

      public DestinationFeatureSetting.Builder setFeatureIdBytes(com.google.protobuf.ByteString value)
       Required. The ID of the Feature to apply the setting to.
       
      string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for featureId to set.
      Returns:
      This builder for chaining.
    • getDestinationField

      public String getDestinationField()
       Specify the field name in the export destination. If not specified,
       Feature ID is used.
       
      string destination_field = 2;
      Specified by:
      getDestinationField in interface DestinationFeatureSettingOrBuilder
      Returns:
      The destinationField.
    • getDestinationFieldBytes

      public com.google.protobuf.ByteString getDestinationFieldBytes()
       Specify the field name in the export destination. If not specified,
       Feature ID is used.
       
      string destination_field = 2;
      Specified by:
      getDestinationFieldBytes in interface DestinationFeatureSettingOrBuilder
      Returns:
      The bytes for destinationField.
    • setDestinationField

      public DestinationFeatureSetting.Builder setDestinationField(String value)
       Specify the field name in the export destination. If not specified,
       Feature ID is used.
       
      string destination_field = 2;
      Parameters:
      value - The destinationField to set.
      Returns:
      This builder for chaining.
    • clearDestinationField

      public DestinationFeatureSetting.Builder clearDestinationField()
       Specify the field name in the export destination. If not specified,
       Feature ID is used.
       
      string destination_field = 2;
      Returns:
      This builder for chaining.
    • setDestinationFieldBytes

      public DestinationFeatureSetting.Builder setDestinationFieldBytes(com.google.protobuf.ByteString value)
       Specify the field name in the export destination. If not specified,
       Feature ID is used.
       
      string destination_field = 2;
      Parameters:
      value - The bytes for destinationField to set.
      Returns:
      This builder for chaining.