public interface GetVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the version to retrieve.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the version to retrieve.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |