Interface DeleteVersionRequestOrBuilder (1.40.0)

public interface DeleteVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
boolean

The force.

getName()

public abstract String getName()

The name of the version to delete.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the version to delete.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.