Interface GetVersionRequestOrBuilder (2.2.0)

public interface GetVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the resource requested. Example: apps/myapp/services/default/versions/v1.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the resource requested. Example: apps/myapp/services/default/versions/v1.

string name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for view.