public interface ApplicationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthDomain()
Google Apps authentication domain that controls which users can access
this application.
|
ByteString |
getAuthDomainBytes()
Google Apps authentication domain that controls which users can access
this application.
|
java.lang.String |
getCodeBucket()
Google Cloud Storage bucket that can be used for storing files
associated with this application.
|
ByteString |
getCodeBucketBytes()
Google Cloud Storage bucket that can be used for storing files
associated with this application.
|
java.lang.String |
getDefaultBucket()
Google Cloud Storage bucket that can be used by this application to store
content.
|
ByteString |
getDefaultBucketBytes()
Google Cloud Storage bucket that can be used by this application to store
content.
|
Duration |
getDefaultCookieExpiration()
Cookie expiration policy for this application.
|
DurationOrBuilder |
getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application.
|
java.lang.String |
getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine.
|
ByteString |
getDefaultHostnameBytes()
Hostname used to reach this application, as resolved by App Engine.
|
UrlDispatchRule |
getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not
explicitly target a service or version.
|
int |
getDispatchRulesCount()
HTTP path dispatch rules for requests to the application that do not
explicitly target a service or version.
|
java.util.List<UrlDispatchRule> |
getDispatchRulesList()
HTTP path dispatch rules for requests to the application that do not
explicitly target a service or version.
|
UrlDispatchRuleOrBuilder |
getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not
explicitly target a service or version.
|
java.util.List<? extends UrlDispatchRuleOrBuilder> |
getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not
explicitly target a service or version.
|
java.lang.String |
getId()
Identifier of the Application resource.
|
ByteString |
getIdBytes()
Identifier of the Application resource.
|
java.lang.String |
getLocationId()
Location from which this application will be run.
|
ByteString |
getLocationIdBytes()
Location from which this application will be run.
|
java.lang.String |
getName()
Full path to the Application resource in the API.
|
ByteString |
getNameBytes()
Full path to the Application resource in the API.
|
boolean |
hasDefaultCookieExpiration()
Cookie expiration policy for this application.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;
ByteString getNameBytes()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;
java.lang.String getId()
Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: `myapp`.
string id = 2;
ByteString getIdBytes()
Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: `myapp`.
string id = 2;
java.util.List<UrlDispatchRule> getDispatchRulesList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
UrlDispatchRule getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
int getDispatchRulesCount()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
java.util.List<? extends UrlDispatchRuleOrBuilder> getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
UrlDispatchRuleOrBuilder getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. @OutputOnly
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
java.lang.String getAuthDomain()
Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
ByteString getAuthDomainBytes()
Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
java.lang.String getLocationId()
Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored. Defaults to `us-central`. Options are: `us-central` - Central US `europe-west` - Western Europe `us-east1` - Eastern US
string location_id = 7;
ByteString getLocationIdBytes()
Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored. Defaults to `us-central`. Options are: `us-central` - Central US `europe-west` - Western Europe `us-east1` - Eastern US
string location_id = 7;
java.lang.String getCodeBucket()
Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly
string code_bucket = 8;
ByteString getCodeBucketBytes()
Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands. @OutputOnly
string code_bucket = 8;
boolean hasDefaultCookieExpiration()
Cookie expiration policy for this application. @OutputOnly
.google.protobuf.Duration default_cookie_expiration = 9;
Duration getDefaultCookieExpiration()
Cookie expiration policy for this application. @OutputOnly
.google.protobuf.Duration default_cookie_expiration = 9;
DurationOrBuilder getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application. @OutputOnly
.google.protobuf.Duration default_cookie_expiration = 9;
java.lang.String getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
ByteString getDefaultHostnameBytes()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
java.lang.String getDefaultBucket()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
ByteString getDefaultBucketBytes()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;