Class BatchDeleteVersionsRequest.Builder (1.40.0)

public static final class BatchDeleteVersionsRequest.Builder extends GeneratedMessageV3.Builder<BatchDeleteVersionsRequest.Builder> implements BatchDeleteVersionsRequestOrBuilder

The request to delete multiple versions across a repository.

Protobuf type google.devtools.artifactregistry.v1.BatchDeleteVersionsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllNames(Iterable<String> values)

public BatchDeleteVersionsRequest.Builder addAllNames(Iterable<String> values)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valuesIterable<String>

The names to add.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

addNames(String value)

public BatchDeleteVersionsRequest.Builder addNames(String value)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The names to add.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

addNamesBytes(ByteString value)

public BatchDeleteVersionsRequest.Builder addNamesBytes(ByteString value)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes of the names to add.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchDeleteVersionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

build()

public BatchDeleteVersionsRequest build()
Returns
TypeDescription
BatchDeleteVersionsRequest

buildPartial()

public BatchDeleteVersionsRequest buildPartial()
Returns
TypeDescription
BatchDeleteVersionsRequest

clear()

public BatchDeleteVersionsRequest.Builder clear()
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchDeleteVersionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

clearNames()

public BatchDeleteVersionsRequest.Builder clearNames()

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchDeleteVersionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

clearParent()

public BatchDeleteVersionsRequest.Builder clearParent()

The name of the repository holding all requested versions.

string parent = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

clearValidateOnly()

public BatchDeleteVersionsRequest.Builder clearValidateOnly()

If true, the request is performed without deleting data, following AIP-163.

bool validate_only = 3;

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

clone()

public BatchDeleteVersionsRequest.Builder clone()
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

getDefaultInstanceForType()

public BatchDeleteVersionsRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchDeleteVersionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNames(int index)

public String getNames(int index)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The names at the given index.

getNamesBytes(int index)

public ByteString getNamesBytes(int index)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the names at the given index.

getNamesCount()

public int getNamesCount()

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
int

The count of names.

getNamesList()

public ProtocolStringList getNamesList()

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ProtocolStringList

A list containing the names.

getParent()

public String getParent()

The name of the repository holding all requested versions.

string parent = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

The name of the repository holding all requested versions.

string parent = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public boolean getValidateOnly()

If true, the request is performed without deleting data, following AIP-163.

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchDeleteVersionsRequest other)

public BatchDeleteVersionsRequest.Builder mergeFrom(BatchDeleteVersionsRequest other)
Parameter
NameDescription
otherBatchDeleteVersionsRequest
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchDeleteVersionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchDeleteVersionsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchDeleteVersionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public BatchDeleteVersionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

setNames(int index, String value)

public BatchDeleteVersionsRequest.Builder setNames(int index, String value)

Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.

repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The names to set.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

setParent(String value)

public BatchDeleteVersionsRequest.Builder setParent(String value)

The name of the repository holding all requested versions.

string parent = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BatchDeleteVersionsRequest.Builder setParentBytes(ByteString value)

The name of the repository holding all requested versions.

string parent = 1 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchDeleteVersionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchDeleteVersionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchDeleteVersionsRequest.Builder
Overrides

setValidateOnly(boolean value)

public BatchDeleteVersionsRequest.Builder setValidateOnly(boolean value)

If true, the request is performed without deleting data, following AIP-163.

bool validate_only = 3;

Parameter
NameDescription
valueboolean

The validateOnly to set.

Returns
TypeDescription
BatchDeleteVersionsRequest.Builder

This builder for chaining.