Class BatchCancelPipelineJobsRequest.Builder

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

public static final class BatchCancelPipelineJobsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchCancelPipelineJobsRequest.Builder> implements BatchCancelPipelineJobsRequestOrBuilder
 Request message for
 [PipelineService.BatchCancelPipelineJobs][google.cloud.aiplatform.v1.PipelineService.BatchCancelPipelineJobs].
 
Protobuf type google.cloud.aiplatform.v1.BatchCancelPipelineJobsRequest
  • 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<BatchCancelPipelineJobsRequest.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<BatchCancelPipelineJobsRequest.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<BatchCancelPipelineJobsRequest.Builder>
    • getDefaultInstanceForType

      public BatchCancelPipelineJobsRequest 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 BatchCancelPipelineJobsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public BatchCancelPipelineJobsRequest.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<BatchCancelPipelineJobsRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. The name of the PipelineJobs' parent resource.
       Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface BatchCancelPipelineJobsRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The name of the PipelineJobs' parent resource.
       Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface BatchCancelPipelineJobsRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

       Required. The name of the PipelineJobs' parent resource.
       Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       Required. The name of the PipelineJobs' parent resource.
       Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public BatchCancelPipelineJobsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The name of the PipelineJobs' parent resource.
       Format: `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getNamesList

      public com.google.protobuf.ProtocolStringList getNamesList()
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getNamesList in interface BatchCancelPipelineJobsRequestOrBuilder
      Returns:
      A list containing the names.
    • getNamesCount

      public int getNamesCount()
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getNamesCount in interface BatchCancelPipelineJobsRequestOrBuilder
      Returns:
      The count of names.
    • getNames

      public String getNames(int index)
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getNames in interface BatchCancelPipelineJobsRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      public com.google.protobuf.ByteString getNamesBytes(int index)
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getNamesBytes in interface BatchCancelPipelineJobsRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.
    • setNames

      public BatchCancelPipelineJobsRequest.Builder setNames(int index, String value)
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      index - The index to set the value at.
      value - The names to set.
      Returns:
      This builder for chaining.
    • addNames

       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The names to add.
      Returns:
      This builder for chaining.
    • addAllNames

       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      values - The names to add.
      Returns:
      This builder for chaining.
    • clearNames

       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • addNamesBytes

      public BatchCancelPipelineJobsRequest.Builder addNamesBytes(com.google.protobuf.ByteString value)
       Required. The names of the PipelineJobs to cancel.
       A maximum of 32 PipelineJobs can be cancelled in a batch.
       Format:
       `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes of the names to add.
      Returns:
      This builder for chaining.