Package com.google.appengine.v1
Interface CreateVersionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateVersionRequest
,CreateVersionRequest.Builder
public interface CreateVersionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Name of the parent resource to create this version under.com.google.protobuf.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Name of the parent resource to create this version under. Example: `apps/myapp/services/default`.
string parent = 1;
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Name of the parent resource to create this version under. Example: `apps/myapp/services/default`.
string parent = 1;
- Returns:
- The bytes for parent.
-
hasVersion
boolean hasVersion()
Application deployment configuration.
.google.appengine.v1.Version version = 2;
- Returns:
- Whether the version field is set.
-
getVersion
Version getVersion()
Application deployment configuration.
.google.appengine.v1.Version version = 2;
- Returns:
- The version.
-
getVersionOrBuilder
VersionOrBuilder getVersionOrBuilder()
Application deployment configuration.
.google.appengine.v1.Version version = 2;
-
-