Interface AppEngineVersionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppEngineVersionInfo,AppEngineVersionInfo.Builder
public interface AppEngineVersionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Name of an App Engine version.com.google.protobuf.ByteStringgetDisplayNameBytes()Name of an App Engine version.StringgetEnvironment()App Engine execution environment for a version.com.google.protobuf.ByteStringgetEnvironmentBytes()App Engine execution environment for a version.StringgetRuntime()Runtime of the App Engine version.com.google.protobuf.ByteStringgetRuntimeBytes()Runtime of the App Engine version.StringgetUri()URI of an App Engine version.com.google.protobuf.ByteStringgetUriBytes()URI of an App Engine version.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of an App Engine version.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of an App Engine version.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of an App Engine version.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of an App Engine version.
string uri = 2;- Returns:
- The bytes for uri.
-
getRuntime
String getRuntime()
Runtime of the App Engine version.
string runtime = 3;- Returns:
- The runtime.
-
getRuntimeBytes
com.google.protobuf.ByteString getRuntimeBytes()
Runtime of the App Engine version.
string runtime = 3;- Returns:
- The bytes for runtime.
-
getEnvironment
String getEnvironment()
App Engine execution environment for a version.
string environment = 4;- Returns:
- The environment.
-
getEnvironmentBytes
com.google.protobuf.ByteString getEnvironmentBytes()
App Engine execution environment for a version.
string environment = 4;- Returns:
- The bytes for environment.
-
-