public interface DeleteVersionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getForce()
public abstract 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 abstract String getName()
The name of the version to delete.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The name of the version to delete.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |