Interface GetVersionRequestOrBuilder (1.2.9)

public interface GetVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name of the version to retrieve.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the version to retrieve.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getView()

public abstract VersionView getView()

The view that should be returned in the response.

.google.devtools.artifactregistry.v1.VersionView view = 2;

Returns
TypeDescription
VersionView

The view.

getViewValue()

public abstract int getViewValue()

The view that should be returned in the response.

.google.devtools.artifactregistry.v1.VersionView view = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for view.