App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::Application (v0.3.6)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Application.

An Application resource contains the top-level configuration of an App Engine application.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auth_domain

def auth_domain() -> ::String
Returns
  • (::String) — Google Apps authentication domain that controls which users can access this application.

    Defaults to open access for any Google Account.

#auth_domain=

def auth_domain=(value) -> ::String
Parameter
  • value (::String) — Google Apps authentication domain that controls which users can access this application.

    Defaults to open access for any Google Account.

Returns
  • (::String) — Google Apps authentication domain that controls which users can access this application.

    Defaults to open access for any Google Account.

#code_bucket

def code_bucket() -> ::String
Returns
  • (::String) — 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.

#code_bucket=

def code_bucket=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#database_type

def database_type() -> ::Google::Cloud::AppEngine::V1::Application::DatabaseType
Returns

#database_type=

def database_type=(value) -> ::Google::Cloud::AppEngine::V1::Application::DatabaseType
Parameter
Returns

#default_bucket

def default_bucket() -> ::String
Returns
  • (::String) — Google Cloud Storage bucket that can be used by this application to store content.

#default_bucket=

def default_bucket=(value) -> ::String
Parameter
  • value (::String) — Google Cloud Storage bucket that can be used by this application to store content.
Returns
  • (::String) — Google Cloud Storage bucket that can be used by this application to store content.
def default_cookie_expiration() -> ::Google::Protobuf::Duration
Returns
def default_cookie_expiration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#default_hostname

def default_hostname() -> ::String
Returns
  • (::String) — Hostname used to reach this application, as resolved by App Engine.

#default_hostname=

def default_hostname=(value) -> ::String
Parameter
  • value (::String) — Hostname used to reach this application, as resolved by App Engine.
Returns
  • (::String) — Hostname used to reach this application, as resolved by App Engine.

#dispatch_rules

def dispatch_rules() -> ::Array<::Google::Cloud::AppEngine::V1::UrlDispatchRule>
Returns
  • (::Array<::Google::Cloud::AppEngine::V1::UrlDispatchRule>) — HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.

#dispatch_rules=

def dispatch_rules=(value) -> ::Array<::Google::Cloud::AppEngine::V1::UrlDispatchRule>
Parameter
  • value (::Array<::Google::Cloud::AppEngine::V1::UrlDispatchRule>) — HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
Returns
  • (::Array<::Google::Cloud::AppEngine::V1::UrlDispatchRule>) — HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.

#feature_settings

def feature_settings() -> ::Google::Cloud::AppEngine::V1::Application::FeatureSettings
Returns

#feature_settings=

def feature_settings=(value) -> ::Google::Cloud::AppEngine::V1::Application::FeatureSettings
Parameter
Returns

#gcr_domain

def gcr_domain() -> ::String
Returns
  • (::String) — The Google Container Registry domain used for storing managed build docker images for this application.

#gcr_domain=

def gcr_domain=(value) -> ::String
Parameter
  • value (::String) — The Google Container Registry domain used for storing managed build docker images for this application.
Returns
  • (::String) — The Google Container Registry domain used for storing managed build docker images for this application.

#iap

def iap() -> ::Google::Cloud::AppEngine::V1::Application::IdentityAwareProxy

#iap=

def iap=(value) -> ::Google::Cloud::AppEngine::V1::Application::IdentityAwareProxy

#id

def id() -> ::String
Returns
  • (::String) — 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.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#location_id

def location_id() -> ::String
Returns
  • (::String) — Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.

    Defaults to us-central.

    View the list of supported locations.

#location_id=

def location_id=(value) -> ::String
Parameter
  • value (::String) — Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.

    Defaults to us-central.

    View the list of supported locations.

Returns
  • (::String) — Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.

    Defaults to us-central.

    View the list of supported locations.

#name

def name() -> ::String
Returns
  • (::String) — Full path to the Application resource in the API. Example: apps/myapp.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Full path to the Application resource in the API. Example: apps/myapp.
Returns
  • (::String) — Full path to the Application resource in the API. Example: apps/myapp.

#serving_status

def serving_status() -> ::Google::Cloud::AppEngine::V1::Application::ServingStatus
Returns

#serving_status=

def serving_status=(value) -> ::Google::Cloud::AppEngine::V1::Application::ServingStatus
Parameter
Returns