public interface CreateVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Name of the parent resource to create this version under. Example:
apps/myapp/services/default.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getVersion()
public abstract Version getVersion()Application deployment configuration.
.google.appengine.v1.Version version = 2;
| Returns | |
|---|---|
| Type | Description |
Version |
The version. |
getVersionOrBuilder()
public abstract VersionOrBuilder getVersionOrBuilder()Application deployment configuration.
.google.appengine.v1.Version version = 2;
| Returns | |
|---|---|
| Type | Description |
VersionOrBuilder |
|
hasVersion()
public abstract boolean hasVersion()Application deployment configuration.
.google.appengine.v1.Version version = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the version field is set. |