Class PipelineJob.RuntimeConfig.InputArtifact.Builder

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

public static final class PipelineJob.RuntimeConfig.InputArtifact.Builder extends com.google.protobuf.GeneratedMessage.Builder<PipelineJob.RuntimeConfig.InputArtifact.Builder> implements PipelineJob.RuntimeConfig.InputArtifactOrBuilder
 The type of an input artifact.
 
Protobuf type google.cloud.aiplatform.v1.PipelineJob.RuntimeConfig.InputArtifact
  • 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<PipelineJob.RuntimeConfig.InputArtifact.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<PipelineJob.RuntimeConfig.InputArtifact.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<PipelineJob.RuntimeConfig.InputArtifact.Builder>
    • getDefaultInstanceForType

      public PipelineJob.RuntimeConfig.InputArtifact 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 PipelineJob.RuntimeConfig.InputArtifact.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<PipelineJob.RuntimeConfig.InputArtifact.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<PipelineJob.RuntimeConfig.InputArtifact.Builder>
    • mergeFrom

      public PipelineJob.RuntimeConfig.InputArtifact.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<PipelineJob.RuntimeConfig.InputArtifact.Builder>
      Throws:
      IOException
    • getKindCase

      Specified by:
      getKindCase in interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
    • clearKind

    • hasArtifactId

      public boolean hasArtifactId()
       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Specified by:
      hasArtifactId in interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
      Returns:
      Whether the artifactId field is set.
    • getArtifactId

      public String getArtifactId()
       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Specified by:
      getArtifactId in interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
      Returns:
      The artifactId.
    • getArtifactIdBytes

      public com.google.protobuf.ByteString getArtifactIdBytes()
       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Specified by:
      getArtifactIdBytes in interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
      Returns:
      The bytes for artifactId.
    • setArtifactId

       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Parameters:
      value - The artifactId to set.
      Returns:
      This builder for chaining.
    • clearArtifactId

       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Returns:
      This builder for chaining.
    • setArtifactIdBytes

      public PipelineJob.RuntimeConfig.InputArtifact.Builder setArtifactIdBytes(com.google.protobuf.ByteString value)
       Artifact resource id from MLMD. Which is the last portion of an
       artifact resource name:
       `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
       The artifact must stay within the same project, location and default
       metadatastore as the pipeline.
       
      string artifact_id = 1;
      Parameters:
      value - The bytes for artifactId to set.
      Returns:
      This builder for chaining.