public interface CreateVersionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParent()
Name of the parent resource to create this version under.
|
ByteString |
getParentBytes()
Name of the parent resource to create this version under.
|
Version |
getVersion()
Application deployment configuration.
|
VersionOrBuilder |
getVersionOrBuilder()
Application deployment configuration.
|
boolean |
hasVersion()
Application deployment configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
Name of the parent resource to create this version under. Example: `apps/myapp/services/default`.
string parent = 1;
ByteString getParentBytes()
Name of the parent resource to create this version under. Example: `apps/myapp/services/default`.
string parent = 1;
boolean hasVersion()
Application deployment configuration.
.google.appengine.v1.Version version = 2;
Version getVersion()
Application deployment configuration.
.google.appengine.v1.Version version = 2;
VersionOrBuilder getVersionOrBuilder()
Application deployment configuration.
.google.appengine.v1.Version version = 2;