Interface CreateVersionRequestOrBuilder (2.2.0)

public interface CreateVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Name of the parent resource to create this version under. Example: apps/myapp/services/default.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Name of the parent resource to create this version under. Example: apps/myapp/services/default.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getVersion()

public abstract Version getVersion()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
TypeDescription
Version

The version.

getVersionOrBuilder()

public abstract VersionOrBuilder getVersionOrBuilder()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
TypeDescription
VersionOrBuilder

hasVersion()

public abstract boolean hasVersion()

Application deployment configuration.

.google.appengine.v1.Version version = 2;

Returns
TypeDescription
boolean

Whether the version field is set.