Class TFRecordDestination.Builder

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

public static final class TFRecordDestination.Builder extends com.google.protobuf.GeneratedMessage.Builder<TFRecordDestination.Builder> implements TFRecordDestinationOrBuilder
 The storage details for TFRecord output content.
 
Protobuf type google.cloud.aiplatform.v1.TFRecordDestination
  • 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<TFRecordDestination.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<TFRecordDestination.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<TFRecordDestination.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public TFRecordDestination.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<TFRecordDestination.Builder>
      Throws:
      IOException
    • hasGcsDestination

      public boolean hasGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasGcsDestination in interface TFRecordDestinationOrBuilder
      Returns:
      Whether the gcsDestination field is set.
    • getGcsDestination

      public GcsDestination getGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getGcsDestination in interface TFRecordDestinationOrBuilder
      Returns:
      The gcsDestination.
    • setGcsDestination

      public TFRecordDestination.Builder setGcsDestination(GcsDestination value)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • setGcsDestination

      public TFRecordDestination.Builder setGcsDestination(GcsDestination.Builder builderForValue)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeGcsDestination

      public TFRecordDestination.Builder mergeGcsDestination(GcsDestination value)
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearGcsDestination

      public TFRecordDestination.Builder clearGcsDestination()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getGcsDestinationBuilder

      public GcsDestination.Builder getGcsDestinationBuilder()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
    • getGcsDestinationOrBuilder

      public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
       Required. Google Cloud Storage location.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getGcsDestinationOrBuilder in interface TFRecordDestinationOrBuilder