Class ExportModelOperationMetadata.OutputInfo.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExportModelOperationMetadata.OutputInfo.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.GeneratedMessageV3.Builder<ExportModelOperationMetadata.OutputInfo.Builder>
      • getDefaultInstanceForType

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

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

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportModelOperationMetadata.OutputInfo.Builder>
      • getArtifactOutputUri

        public String getArtifactOutputUri()
         Output only. If the Model artifact is being exported to Google Cloud
         Storage this is the full path of the directory created, into which the
         Model files are being written to.
         
        string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getArtifactOutputUri in interface ExportModelOperationMetadata.OutputInfoOrBuilder
        Returns:
        The artifactOutputUri.
      • getArtifactOutputUriBytes

        public com.google.protobuf.ByteString getArtifactOutputUriBytes()
         Output only. If the Model artifact is being exported to Google Cloud
         Storage this is the full path of the directory created, into which the
         Model files are being written to.
         
        string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getArtifactOutputUriBytes in interface ExportModelOperationMetadata.OutputInfoOrBuilder
        Returns:
        The bytes for artifactOutputUri.
      • setArtifactOutputUri

        public ExportModelOperationMetadata.OutputInfo.Builder setArtifactOutputUri​(String value)
         Output only. If the Model artifact is being exported to Google Cloud
         Storage this is the full path of the directory created, into which the
         Model files are being written to.
         
        string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The artifactOutputUri to set.
        Returns:
        This builder for chaining.
      • clearArtifactOutputUri

        public ExportModelOperationMetadata.OutputInfo.Builder clearArtifactOutputUri()
         Output only. If the Model artifact is being exported to Google Cloud
         Storage this is the full path of the directory created, into which the
         Model files are being written to.
         
        string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setArtifactOutputUriBytes

        public ExportModelOperationMetadata.OutputInfo.Builder setArtifactOutputUriBytes​(com.google.protobuf.ByteString value)
         Output only. If the Model artifact is being exported to Google Cloud
         Storage this is the full path of the directory created, into which the
         Model files are being written to.
         
        string artifact_output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for artifactOutputUri to set.
        Returns:
        This builder for chaining.
      • getImageOutputUri

        public String getImageOutputUri()
         Output only. If the Model image is being exported to Google Container
         Registry or Artifact Registry this is the full path of the image created.
         
        string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getImageOutputUri in interface ExportModelOperationMetadata.OutputInfoOrBuilder
        Returns:
        The imageOutputUri.
      • getImageOutputUriBytes

        public com.google.protobuf.ByteString getImageOutputUriBytes()
         Output only. If the Model image is being exported to Google Container
         Registry or Artifact Registry this is the full path of the image created.
         
        string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getImageOutputUriBytes in interface ExportModelOperationMetadata.OutputInfoOrBuilder
        Returns:
        The bytes for imageOutputUri.
      • setImageOutputUri

        public ExportModelOperationMetadata.OutputInfo.Builder setImageOutputUri​(String value)
         Output only. If the Model image is being exported to Google Container
         Registry or Artifact Registry this is the full path of the image created.
         
        string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The imageOutputUri to set.
        Returns:
        This builder for chaining.
      • clearImageOutputUri

        public ExportModelOperationMetadata.OutputInfo.Builder clearImageOutputUri()
         Output only. If the Model image is being exported to Google Container
         Registry or Artifact Registry this is the full path of the image created.
         
        string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setImageOutputUriBytes

        public ExportModelOperationMetadata.OutputInfo.Builder setImageOutputUriBytes​(com.google.protobuf.ByteString value)
         Output only. If the Model image is being exported to Google Container
         Registry or Artifact Registry this is the full path of the image created.
         
        string image_output_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for imageOutputUri to set.
        Returns:
        This builder for chaining.