public interface AppEngineVersionInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Name of an App Engine version.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Name of an App Engine version.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getEnvironment()
public abstract String getEnvironment()
App Engine execution environment for a version.
string environment = 4;
Returns | |
---|---|
Type | Description |
String | The environment. |
getEnvironmentBytes()
public abstract ByteString getEnvironmentBytes()
App Engine execution environment for a version.
string environment = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for environment. |
getRuntime()
public abstract String getRuntime()
Runtime of the App Engine version.
string runtime = 3;
Returns | |
---|---|
Type | Description |
String | The runtime. |
getRuntimeBytes()
public abstract ByteString getRuntimeBytes()
Runtime of the App Engine version.
string runtime = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for runtime. |
getUri()
public abstract String getUri()
URI of an App Engine version.
string uri = 2;
Returns | |
---|---|
Type | Description |
String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
URI of an App Engine version.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for uri. |