public interface BatchCancelPipelineJobsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
Required.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Required.
|
int |
getNamesCount()
Required.
|
List<String> |
getNamesList()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
List<String> 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) = { ... }
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) = { ... }
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) = { ... }
index - The index of the element to return.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) = { ... }
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.