Class ExportModelOperationMetadata.Builder

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

public static final class ExportModelOperationMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportModelOperationMetadata.Builder> implements ExportModelOperationMetadataOrBuilder
 Details of
 [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel]
 operation.
 
Protobuf type google.cloud.aiplatform.v1.ExportModelOperationMetadata
  • 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<ExportModelOperationMetadata.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<ExportModelOperationMetadata.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<ExportModelOperationMetadata.Builder>
    • getDefaultInstanceForType

      public ExportModelOperationMetadata 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

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

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

      public ExportModelOperationMetadata.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<ExportModelOperationMetadata.Builder>
      Throws:
      IOException
    • hasGenericMetadata

      public boolean hasGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      hasGenericMetadata in interface ExportModelOperationMetadataOrBuilder
      Returns:
      Whether the genericMetadata field is set.
    • getGenericMetadata

      public GenericOperationMetadata getGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      getGenericMetadata in interface ExportModelOperationMetadataOrBuilder
      Returns:
      The genericMetadata.
    • setGenericMetadata

       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • setGenericMetadata

      public ExportModelOperationMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • mergeGenericMetadata

       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • clearGenericMetadata

      public ExportModelOperationMetadata.Builder clearGenericMetadata()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getGenericMetadataBuilder

      public GenericOperationMetadata.Builder getGenericMetadataBuilder()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getGenericMetadataOrBuilder

      public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
       The common part of the operation metadata.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Specified by:
      getGenericMetadataOrBuilder in interface ExportModelOperationMetadataOrBuilder
    • hasOutputInfo

      public boolean hasOutputInfo()
       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasOutputInfo in interface ExportModelOperationMetadataOrBuilder
      Returns:
      Whether the outputInfo field is set.
    • getOutputInfo

       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOutputInfo in interface ExportModelOperationMetadataOrBuilder
      Returns:
      The outputInfo.
    • setOutputInfo

       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setOutputInfo

       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeOutputInfo

       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearOutputInfo

      public ExportModelOperationMetadata.Builder clearOutputInfo()
       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getOutputInfoBuilder

      public ExportModelOperationMetadata.OutputInfo.Builder getOutputInfoBuilder()
       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getOutputInfoOrBuilder

      public ExportModelOperationMetadata.OutputInfoOrBuilder getOutputInfoOrBuilder()
       Output only. Information further describing the output of this Model
       export.
       
      .google.cloud.aiplatform.v1.ExportModelOperationMetadata.OutputInfo output_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOutputInfoOrBuilder in interface ExportModelOperationMetadataOrBuilder