public static final class DeleteVersionRequest.Builder extends GeneratedMessage.Builder<DeleteVersionRequest.Builder> implements DeleteVersionRequestOrBuilderThe request to delete a version.
Protobuf type google.devtools.artifactregistry.v1.DeleteVersionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteVersionRequest.BuilderImplements
DeleteVersionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteVersionRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest |
|
buildPartial()
public DeleteVersionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest |
|
clear()
public DeleteVersionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
|
clearForce()
public DeleteVersionRequest.Builder clearForce()By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
bool force = 2;
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
This builder for chaining. |
clearName()
public DeleteVersionRequest.Builder clearName()The name of the version to delete.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteVersionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getForce()
public boolean getForce()By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
bool force = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getName()
public String getName()The name of the version to delete.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The name of the version to delete.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteVersionRequest other)
public DeleteVersionRequest.Builder mergeFrom(DeleteVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteVersionRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteVersionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteVersionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
|
setForce(boolean value)
public DeleteVersionRequest.Builder setForce(boolean value)By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
bool force = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteVersionRequest.Builder setName(String value)The name of the version to delete.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteVersionRequest.Builder setNameBytes(ByteString value)The name of the version to delete.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteVersionRequest.Builder |
This builder for chaining. |