public interface GetVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Name of the resource requested. Example:
apps/myapp/services/default/versions/v1.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource requested. Example:
apps/myapp/services/default/versions/v1.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public abstract VersionView getView() Controls the set of fields returned in the Get response.
.google.appengine.v1.VersionView view = 2;
| Returns | |
|---|---|
| Type | Description |
VersionView |
The view. |
getViewValue()
public abstract int getViewValue() Controls the set of fields returned in the Get response.
.google.appengine.v1.VersionView view = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |