Files
google-apis-rs/google_appengine1_cli/search/search_index.json
2024-03-05 21:06:01 +01:00

1 line
353 KiB
JSON

{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"The appengine1 command-line interface (CLI) allows to use most features of the Google appengine service from the comfort of your terminal. By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero. If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools. Everything else about the appengine API can be found at the official documentation site . Installation and Source Code Install the command-line interface with cargo using: cargo install google-appengine1-cli Find the source code on github . Usage This documentation was generated from the appengine API at revision 20240226 . The CLI is at version 5.0.4 . appengine1 [options] apps authorized-certificates-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] authorized-certificates-delete <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>] authorized-certificates-get <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>] authorized-certificates-list <apps-id> [-p <v>]... [-o <out>] authorized-certificates-patch <apps-id> <authorized-certificates-id> (-r <kv>)... [-p <v>]... [-o <out>] authorized-domains-list <apps-id> [-p <v>]... [-o <out>] create (-r <kv>)... [-p <v>]... [-o <out>] domain-mappings-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] domain-mappings-delete <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>] domain-mappings-get <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>] domain-mappings-list <apps-id> [-p <v>]... [-o <out>] domain-mappings-patch <apps-id> <domain-mappings-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-batch-update <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-delete <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>] firewall-ingress-rules-get <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>] firewall-ingress-rules-list <apps-id> [-p <v>]... [-o <out>] firewall-ingress-rules-patch <apps-id> <ingress-rules-id> (-r <kv>)... [-p <v>]... [-o <out>] get <apps-id> [-p <v>]... [-o <out>] list-runtimes <apps-id> [-p <v>]... [-o <out>] locations-get <apps-id> <locations-id> [-p <v>]... [-o <out>] locations-list <apps-id> [-p <v>]... [-o <out>] operations-get <apps-id> <operations-id> [-p <v>]... [-o <out>] operations-list <apps-id> [-p <v>]... [-o <out>] patch <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] repair <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] services-delete <apps-id> <services-id> [-p <v>]... [-o <out>] services-get <apps-id> <services-id> [-p <v>]... [-o <out>] services-list <apps-id> [-p <v>]... [-o <out>] services-patch <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-create <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-delete <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-get <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-instances-debug <apps-id> <services-id> <versions-id> <instances-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-instances-delete <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>] services-versions-instances-get <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>] services-versions-instances-list <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-list <apps-id> <services-id> [-p <v>]... [-o <out>] services-versions-patch <apps-id> <services-id> <versions-id> (-r <kv>)... [-p <v>]... [-o <out>] projects locations-applications-authorized-domains-list <projects-id> <locations-id> <applications-id> [-p <v>]... [-o <out>] appengine1 --help Configuration: [--scope <url>]... Specify the authentication a method should be executed in. Each scope requires the user to grant this application permission to use it. If unset, it defaults to the shortest scope url for a particular method. --config-dir <folder> A directory into which we will store our persistent data. Defaults to a user-writable directory that we will create during the first invocation. [default: ~/.google-service-cli] Configuration The program will store all persistent data in the ~/.google-service-cli directory in JSON files prefixed with appengine1- . You can change the directory used to store configuration with the --config-dir flag on a per-invocation basis. More information about the various kinds of persistent data are given in the following paragraphs. Authentication Most APIs require a user to authenticate any request. If this is the case, the scope determines the set of permissions granted. The granularity of these is usually no more than read-only or full-access . If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a method that is read-only, it will ask only for a read-only scope. You may use the --scope flag to specify a scope directly. All applicable scopes are documented in the respective method's CLI documentation. The first time a scope is used, the user is asked for permission. Follow the instructions given by the CLI to grant permissions, or to decline. If a scope was authenticated by the user, the respective information will be stored as JSON in the configuration directory, e.g. ~/.google-service-cli/appengine1-token-<scope-hash>.json . No manual management of these tokens is necessary. To revoke granted authentication, please refer to the official documentation . Application Secrets In order to allow any application to use Google services, it will need to be registered using the Google Developer Console . APIs the application may use are then enabled for it one by one. Most APIs can be used for free and have a daily quota. To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI comes with a default application secret that is configured accordingly. This also means that heavy usage all around the world may deplete the daily quota. You can workaround this limitation by putting your own secrets file at this location: ~/.google-service-cli/appengine1-secret.json , assuming that the required appengine API was enabled for it. Such a secret file can be downloaded in the Google Developer Console at APIs & auth -> Credentials -> Download JSON and used as is. Learn more about how to setup Google projects and enable APIs using the official documentation . Debugging Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know what exactly led to a particular issue. This is done by allowing all client-server communication to be output to standard error as-is . The --debug flag will print errors using the Debug representation to standard error. You may consider redirecting standard error into a file for ease of use, e.g. appengine1 --debug <resource> <method> [options] 2>debug.txt .","title":"Home"},{"location":"#installation-and-source-code","text":"Install the command-line interface with cargo using: cargo install google-appengine1-cli Find the source code on github .","title":"Installation and Source Code"},{"location":"#usage","text":"This documentation was generated from the appengine API at revision 20240226 . The CLI is at version 5.0.4 . appengine1 [options] apps authorized-certificates-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] authorized-certificates-delete <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>] authorized-certificates-get <apps-id> <authorized-certificates-id> [-p <v>]... [-o <out>] authorized-certificates-list <apps-id> [-p <v>]... [-o <out>] authorized-certificates-patch <apps-id> <authorized-certificates-id> (-r <kv>)... [-p <v>]... [-o <out>] authorized-domains-list <apps-id> [-p <v>]... [-o <out>] create (-r <kv>)... [-p <v>]... [-o <out>] domain-mappings-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] domain-mappings-delete <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>] domain-mappings-get <apps-id> <domain-mappings-id> [-p <v>]... [-o <out>] domain-mappings-list <apps-id> [-p <v>]... [-o <out>] domain-mappings-patch <apps-id> <domain-mappings-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-batch-update <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-create <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] firewall-ingress-rules-delete <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>] firewall-ingress-rules-get <apps-id> <ingress-rules-id> [-p <v>]... [-o <out>] firewall-ingress-rules-list <apps-id> [-p <v>]... [-o <out>] firewall-ingress-rules-patch <apps-id> <ingress-rules-id> (-r <kv>)... [-p <v>]... [-o <out>] get <apps-id> [-p <v>]... [-o <out>] list-runtimes <apps-id> [-p <v>]... [-o <out>] locations-get <apps-id> <locations-id> [-p <v>]... [-o <out>] locations-list <apps-id> [-p <v>]... [-o <out>] operations-get <apps-id> <operations-id> [-p <v>]... [-o <out>] operations-list <apps-id> [-p <v>]... [-o <out>] patch <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] repair <apps-id> (-r <kv>)... [-p <v>]... [-o <out>] services-delete <apps-id> <services-id> [-p <v>]... [-o <out>] services-get <apps-id> <services-id> [-p <v>]... [-o <out>] services-list <apps-id> [-p <v>]... [-o <out>] services-patch <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-create <apps-id> <services-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-delete <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-get <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-instances-debug <apps-id> <services-id> <versions-id> <instances-id> (-r <kv>)... [-p <v>]... [-o <out>] services-versions-instances-delete <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>] services-versions-instances-get <apps-id> <services-id> <versions-id> <instances-id> [-p <v>]... [-o <out>] services-versions-instances-list <apps-id> <services-id> <versions-id> [-p <v>]... [-o <out>] services-versions-list <apps-id> <services-id> [-p <v>]... [-o <out>] services-versions-patch <apps-id> <services-id> <versions-id> (-r <kv>)... [-p <v>]... [-o <out>] projects locations-applications-authorized-domains-list <projects-id> <locations-id> <applications-id> [-p <v>]... [-o <out>] appengine1 --help Configuration: [--scope <url>]... Specify the authentication a method should be executed in. Each scope requires the user to grant this application permission to use it. If unset, it defaults to the shortest scope url for a particular method. --config-dir <folder> A directory into which we will store our persistent data. Defaults to a user-writable directory that we will create during the first invocation. [default: ~/.google-service-cli]","title":"Usage"},{"location":"#configuration","text":"The program will store all persistent data in the ~/.google-service-cli directory in JSON files prefixed with appengine1- . You can change the directory used to store configuration with the --config-dir flag on a per-invocation basis. More information about the various kinds of persistent data are given in the following paragraphs.","title":"Configuration"},{"location":"#authentication","text":"Most APIs require a user to authenticate any request. If this is the case, the scope determines the set of permissions granted. The granularity of these is usually no more than read-only or full-access . If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a method that is read-only, it will ask only for a read-only scope. You may use the --scope flag to specify a scope directly. All applicable scopes are documented in the respective method's CLI documentation. The first time a scope is used, the user is asked for permission. Follow the instructions given by the CLI to grant permissions, or to decline. If a scope was authenticated by the user, the respective information will be stored as JSON in the configuration directory, e.g. ~/.google-service-cli/appengine1-token-<scope-hash>.json . No manual management of these tokens is necessary. To revoke granted authentication, please refer to the official documentation .","title":"Authentication"},{"location":"#application-secrets","text":"In order to allow any application to use Google services, it will need to be registered using the Google Developer Console . APIs the application may use are then enabled for it one by one. Most APIs can be used for free and have a daily quota. To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI comes with a default application secret that is configured accordingly. This also means that heavy usage all around the world may deplete the daily quota. You can workaround this limitation by putting your own secrets file at this location: ~/.google-service-cli/appengine1-secret.json , assuming that the required appengine API was enabled for it. Such a secret file can be downloaded in the Google Developer Console at APIs & auth -> Credentials -> Download JSON and used as is. Learn more about how to setup Google projects and enable APIs using the official documentation .","title":"Application Secrets"},{"location":"#debugging","text":"Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know what exactly led to a particular issue. This is done by allowing all client-server communication to be output to standard error as-is . The --debug flag will print errors using the Debug representation to standard error. You may consider redirecting standard error into a file for ease of use, e.g. appengine1 --debug <resource> <method> [options] 2>debug.txt .","title":"Debugging"},{"location":"apps_authorized-certificates-create/","text":"Uploads the specified SSL certificate. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-create ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: AuthorizedCertificate: certificate-raw-data: private-key: string public-certificate: string display-name: string domain-mappings-count: integer domain-names: [string] expire-time: string id: string managed-certificate: last-renewal-time: string status: string name: string visible-domain-mappings: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .certificate-raw-data private-key=et Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly public-certificate=magna PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- .. display-name=no The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate. domain-mappings-count=46 Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly domain-names=voluptua. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly Each invocation of this argument appends the given value to the array. expire-time=at The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly id=sanctus Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly managed-certificate last-renewal-time=sed Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly status=amet. Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly .. name=takimata Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly visible-domain-mappings=amet. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly Each invocation of this argument appends the given value to the array. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Certificates Create"},{"location":"apps_authorized-certificates-create/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-create ...","title":"Scopes"},{"location":"apps_authorized-certificates-create/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_authorized-certificates-create/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: AuthorizedCertificate: certificate-raw-data: private-key: string public-certificate: string display-name: string domain-mappings-count: integer domain-names: [string] expire-time: string id: string managed-certificate: last-renewal-time: string status: string name: string visible-domain-mappings: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .certificate-raw-data private-key=et Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly public-certificate=magna PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- .. display-name=no The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate. domain-mappings-count=46 Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly domain-names=voluptua. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly Each invocation of this argument appends the given value to the array. expire-time=at The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly id=sanctus Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly managed-certificate last-renewal-time=sed Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly status=amet. Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly .. name=takimata Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly visible-domain-mappings=amet. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly Each invocation of this argument appends the given value to the array.","title":"Required Request Value"},{"location":"apps_authorized-certificates-create/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_authorized-certificates-create/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-certificates-create/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_authorized-certificates-delete/","text":"Deletes the specified SSL certificate. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Certificates Delete"},{"location":"apps_authorized-certificates-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-delete ...","title":"Scopes"},{"location":"apps_authorized-certificates-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_authorized-certificates-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-certificates-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_authorized-certificates-get/","text":"Gets the specified SSL certificate. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p view=string Controls the set of fields returned in the GET response. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Certificates Get"},{"location":"apps_authorized-certificates-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-get ...","title":"Scopes"},{"location":"apps_authorized-certificates-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_authorized-certificates-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-certificates-get/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p view=string Controls the set of fields returned in the GET response.","title":"Optional Method Properties"},{"location":"apps_authorized-certificates-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_authorized-certificates-list/","text":"Lists all SSL certificates the user is authorized to administer. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-list ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. -p view=string Controls the set of fields returned in the LIST response. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Certificates List"},{"location":"apps_authorized-certificates-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-list ...","title":"Scopes"},{"location":"apps_authorized-certificates-list/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_authorized-certificates-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-certificates-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. -p view=string Controls the set of fields returned in the LIST response.","title":"Optional Method Properties"},{"location":"apps_authorized-certificates-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_authorized-certificates-patch/","text":"Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-patch ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: AuthorizedCertificate: certificate-raw-data: private-key: string public-certificate: string display-name: string domain-mappings-count: integer domain-names: [string] expire-time: string id: string managed-certificate: last-renewal-time: string status: string name: string visible-domain-mappings: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .certificate-raw-data private-key=duo Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly public-certificate=ipsum PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- .. display-name=gubergren The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate. domain-mappings-count=50 Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly domain-names=gubergren Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly Each invocation of this argument appends the given value to the array. expire-time=eos The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly id=dolor Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly managed-certificate last-renewal-time=ea Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly status=ipsum Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly .. name=invidunt Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly visible-domain-mappings=amet The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly Each invocation of this argument appends the given value to the array. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Certificates Patch"},{"location":"apps_authorized-certificates-patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-certificates-patch ...","title":"Scopes"},{"location":"apps_authorized-certificates-patch/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. <authorized-certificates-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_authorized-certificates-patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: AuthorizedCertificate: certificate-raw-data: private-key: string public-certificate: string display-name: string domain-mappings-count: integer domain-names: [string] expire-time: string id: string managed-certificate: last-renewal-time: string status: string name: string visible-domain-mappings: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .certificate-raw-data private-key=duo Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly public-certificate=ipsum PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- .. display-name=gubergren The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate. domain-mappings-count=50 Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly domain-names=gubergren Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly Each invocation of this argument appends the given value to the array. expire-time=eos The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly id=dolor Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly managed-certificate last-renewal-time=ea Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly status=ipsum Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly .. name=invidunt Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly visible-domain-mappings=amet The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly Each invocation of this argument appends the given value to the array.","title":"Required Request Value"},{"location":"apps_authorized-certificates-patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_authorized-certificates-patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-certificates-patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.","title":"Optional Method Properties"},{"location":"apps_authorized-certificates-patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_authorized-domains-list/","text":"Lists all domains the user is authorized to administer. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-domains-list ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Authorized Domains List"},{"location":"apps_authorized-domains-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps authorized-domains-list ...","title":"Scopes"},{"location":"apps_authorized-domains-list/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_authorized-domains-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_authorized-domains-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"apps_authorized-domains-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_create/","text":"Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/). Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps create ... Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Application: auth-domain: string code-bucket: string database-type: string default-bucket: string default-cookie-expiration: string default-hostname: string feature-settings: split-health-checks: boolean use-container-optimized-os: boolean gcr-domain: string iap: enabled: boolean oauth2-client-id: string oauth2-client-secret: string oauth2-client-secret-sha256: string id: string location-id: string name: string service-account: string serving-status: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . auth-domain=duo Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. code-bucket=ipsum Output only. 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 database-type=sed The type of the Cloud Firestore or Cloud Datastore database associated with this application. default-bucket=ut Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly default-cookie-expiration=gubergren Cookie expiration policy for this application. default-hostname=rebum. Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly feature-settings split-health-checks=true Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. use-container-optimized-os=true If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. .. gcr-domain=ipsum Output only. The Google Container Registry domain used for storing managed build docker images for this application. iap enabled=true Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty. oauth2-client-id=ea OAuth2 client ID to use for the authentication flow. oauth2-client-secret=dolor OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly oauth2-client-secret-sha256=lorem Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly .. id=eos 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=labore 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 (https://cloud.google.com/appengine/docs/locations). name=sed Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly service-account=duo The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. serving-status=sed Serving status of this application. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Create"},{"location":"apps_create/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps create ...","title":"Scopes"},{"location":"apps_create/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Application: auth-domain: string code-bucket: string database-type: string default-bucket: string default-cookie-expiration: string default-hostname: string feature-settings: split-health-checks: boolean use-container-optimized-os: boolean gcr-domain: string iap: enabled: boolean oauth2-client-id: string oauth2-client-secret: string oauth2-client-secret-sha256: string id: string location-id: string name: string service-account: string serving-status: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . auth-domain=duo Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. code-bucket=ipsum Output only. 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 database-type=sed The type of the Cloud Firestore or Cloud Datastore database associated with this application. default-bucket=ut Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly default-cookie-expiration=gubergren Cookie expiration policy for this application. default-hostname=rebum. Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly feature-settings split-health-checks=true Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. use-container-optimized-os=true If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. .. gcr-domain=ipsum Output only. The Google Container Registry domain used for storing managed build docker images for this application. iap enabled=true Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty. oauth2-client-id=ea OAuth2 client ID to use for the authentication flow. oauth2-client-secret=dolor OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly oauth2-client-secret-sha256=lorem Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly .. id=eos 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=labore 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 (https://cloud.google.com/appengine/docs/locations). name=sed Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly service-account=duo The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. serving-status=sed Serving status of this application.","title":"Required Request Value"},{"location":"apps_create/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_create/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_create/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_domain-mappings-create/","text":"Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-create ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DomainMapping: id: string name: string ssl-settings: certificate-id: string pending-managed-certificate-id: string ssl-management-type: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=no Relative name of the domain serving the application. Example: example.com. name=stet Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly ssl-settings certificate-id=kasd ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345. pending-managed-certificate-id=et ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly ssl-management-type=sed SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p override-strategy=string Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Domain Mappings Create"},{"location":"apps_domain-mappings-create/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-create ...","title":"Scopes"},{"location":"apps_domain-mappings-create/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_domain-mappings-create/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DomainMapping: id: string name: string ssl-settings: certificate-id: string pending-managed-certificate-id: string ssl-management-type: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=no Relative name of the domain serving the application. Example: example.com. name=stet Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly ssl-settings certificate-id=kasd ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345. pending-managed-certificate-id=et ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly ssl-management-type=sed SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.","title":"Required Request Value"},{"location":"apps_domain-mappings-create/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_domain-mappings-create/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_domain-mappings-create/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p override-strategy=string Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.","title":"Optional Method Properties"},{"location":"apps_domain-mappings-create/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_domain-mappings-delete/","text":"Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Domain Mappings Delete"},{"location":"apps_domain-mappings-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-delete ...","title":"Scopes"},{"location":"apps_domain-mappings-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_domain-mappings-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_domain-mappings-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_domain-mappings-get/","text":"Gets the specified domain mapping. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Domain Mappings Get"},{"location":"apps_domain-mappings-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-get ...","title":"Scopes"},{"location":"apps_domain-mappings-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_domain-mappings-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_domain-mappings-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_domain-mappings-list/","text":"Lists the domain mappings on an application. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-list ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Domain Mappings List"},{"location":"apps_domain-mappings-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-list ...","title":"Scopes"},{"location":"apps_domain-mappings-list/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_domain-mappings-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_domain-mappings-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"apps_domain-mappings-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_domain-mappings-patch/","text":"Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-patch ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DomainMapping: id: string name: string ssl-settings: certificate-id: string pending-managed-certificate-id: string ssl-management-type: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=et Relative name of the domain serving the application. Example: example.com. name=et Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly ssl-settings certificate-id=vero ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345. pending-managed-certificate-id=erat ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly ssl-management-type=sed SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Required. Standard field mask for the set of fields to be updated. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Domain Mappings Patch"},{"location":"apps_domain-mappings-patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps domain-mappings-patch ...","title":"Scopes"},{"location":"apps_domain-mappings-patch/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/domainMappings/example.com. <domain-mappings-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_domain-mappings-patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DomainMapping: id: string name: string ssl-settings: certificate-id: string pending-managed-certificate-id: string ssl-management-type: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=et Relative name of the domain serving the application. Example: example.com. name=et Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly ssl-settings certificate-id=vero ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345. pending-managed-certificate-id=erat ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly ssl-management-type=sed SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.","title":"Required Request Value"},{"location":"apps_domain-mappings-patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_domain-mappings-patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_domain-mappings-patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Required. Standard field mask for the set of fields to be updated.","title":"Optional Method Properties"},{"location":"apps_domain-mappings-patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-batch-update/","text":"Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an \"allow all\" rule is explicitly added to the end of the list. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-batch-update ... Required Scalar Argument <apps-id> (string) Part of name . Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: BatchUpdateIngressRulesRequest: can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules Batch Update"},{"location":"apps_firewall-ingress-rules-batch-update/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-batch-update ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-batch-update/#required-scalar-argument","text":"<apps-id> (string) Part of name . Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.","title":"Required Scalar Argument"},{"location":"apps_firewall-ingress-rules-batch-update/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: BatchUpdateIngressRulesRequest: can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.","title":"Required Request Value"},{"location":"apps_firewall-ingress-rules-batch-update/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_firewall-ingress-rules-batch-update/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-batch-update/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-create/","text":"Creates a firewall rule for the application. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-create ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: FirewallRule: action: string description: string priority: integer source-range: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . action=duo The action to take on matched requests. description=dolore An optional string description of this rule. This field has a maximum length of 400 characters. priority=79 A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user. source-range=voluptua. IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules Create"},{"location":"apps_firewall-ingress-rules-create/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-create ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-create/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules.","title":"Required Scalar Argument"},{"location":"apps_firewall-ingress-rules-create/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: FirewallRule: action: string description: string priority: integer source-range: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . action=duo The action to take on matched requests. description=dolore An optional string description of this rule. This field has a maximum length of 400 characters. priority=79 A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user. source-range=voluptua. IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32.","title":"Required Request Value"},{"location":"apps_firewall-ingress-rules-create/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_firewall-ingress-rules-create/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-create/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-delete/","text":"Deletes the specified firewall rule. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules Delete"},{"location":"apps_firewall-ingress-rules-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-delete ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_firewall-ingress-rules-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-get/","text":"Gets the specified firewall rule. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules Get"},{"location":"apps_firewall-ingress-rules-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-get ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_firewall-ingress-rules-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-list/","text":"Lists the firewall rules of an application. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-list ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p matching-address=string A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules List"},{"location":"apps_firewall-ingress-rules-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-list ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-list/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.","title":"Required Scalar Argument"},{"location":"apps_firewall-ingress-rules-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p matching-address=string A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"apps_firewall-ingress-rules-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_firewall-ingress-rules-patch/","text":"Updates the specified firewall rule. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-patch ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: FirewallRule: action: string description: string priority: integer source-range: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . action=amet. The action to take on matched requests. description=consetetur An optional string description of this rule. This field has a maximum length of 400 characters. priority=9 A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user. source-range=dolor IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Firewall Ingress Rules Patch"},{"location":"apps_firewall-ingress-rules-patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps firewall-ingress-rules-patch ...","title":"Scopes"},{"location":"apps_firewall-ingress-rules-patch/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. <ingress-rules-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_firewall-ingress-rules-patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: FirewallRule: action: string description: string priority: integer source-range: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . action=amet. The action to take on matched requests. description=consetetur An optional string description of this rule. This field has a maximum length of 400 characters. priority=9 A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user. source-range=dolor IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character \"*\" to match all IPs equivalent to \"0/0\" and \"::/0\" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32.","title":"Required Request Value"},{"location":"apps_firewall-ingress-rules-patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_firewall-ingress-rules-patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_firewall-ingress-rules-patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated.","title":"Optional Method Properties"},{"location":"apps_firewall-ingress-rules-patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_get/","text":"Gets information about an application. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps get ... Required Scalar Argument <apps-id> (string) Part of name . Name of the Application resource to get. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p include-extra-data=string Options to include extra data Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Get"},{"location":"apps_get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps get ...","title":"Scopes"},{"location":"apps_get/#required-scalar-argument","text":"<apps-id> (string) Part of name . Name of the Application resource to get. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_get/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p include-extra-data=string Options to include extra data","title":"Optional Method Properties"},{"location":"apps_get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_list-runtimes/","text":"Lists all the available runtimes for the application. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps list-runtimes ... Required Scalar Argument <apps-id> (string) Part of parent . Required. Name of the parent Application resource. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p environment=string Optional. The environment of the Application. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"List Runtimes"},{"location":"apps_list-runtimes/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps list-runtimes ...","title":"Scopes"},{"location":"apps_list-runtimes/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Required. Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_list-runtimes/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_list-runtimes/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p environment=string Optional. The environment of the Application.","title":"Optional Method Properties"},{"location":"apps_list-runtimes/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_locations-get/","text":"Gets information about a location. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps locations-get ... Required Scalar Arguments <apps-id> (string) Part of name . Resource name for the location. <locations-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Locations Get"},{"location":"apps_locations-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps locations-get ...","title":"Scopes"},{"location":"apps_locations-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Resource name for the location. <locations-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_locations-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_locations-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_locations-list/","text":"Lists information about the supported locations for this service. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps locations-list ... Required Scalar Argument <apps-id> (string) Part of name . The resource that owns the locations collection, if applicable. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p filter=string A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in AIP-160 (https://google.aip.dev/160). -p page-size=integer The maximum number of results to return. If not set, the service selects a default. -p page-token=string A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Locations List"},{"location":"apps_locations-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps locations-list ...","title":"Scopes"},{"location":"apps_locations-list/#required-scalar-argument","text":"<apps-id> (string) Part of name . The resource that owns the locations collection, if applicable.","title":"Required Scalar Argument"},{"location":"apps_locations-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_locations-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p filter=string A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in AIP-160 (https://google.aip.dev/160). -p page-size=integer The maximum number of results to return. If not set, the service selects a default. -p page-token=string A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.","title":"Optional Method Properties"},{"location":"apps_locations-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_operations-get/","text":"Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps operations-get ... Required Scalar Arguments <apps-id> (string) Part of name . The name of the operation resource. <operations-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Operations Get"},{"location":"apps_operations-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps operations-get ...","title":"Scopes"},{"location":"apps_operations-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . The name of the operation resource. <operations-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_operations-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_operations-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_operations-list/","text":"Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps operations-list ... Required Scalar Argument <apps-id> (string) Part of name . The name of the operation's parent resource. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p filter=string The standard list filter. -p page-size=integer The standard list page size. -p page-token=string The standard list page token. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Operations List"},{"location":"apps_operations-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps operations-list ...","title":"Scopes"},{"location":"apps_operations-list/#required-scalar-argument","text":"<apps-id> (string) Part of name . The name of the operation's parent resource.","title":"Required Scalar Argument"},{"location":"apps_operations-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_operations-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p filter=string The standard list filter. -p page-size=integer The standard list page size. -p page-token=string The standard list page token.","title":"Optional Method Properties"},{"location":"apps_operations-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_patch/","text":"Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps patch ... Required Scalar Argument <apps-id> (string) Part of name . Name of the Application resource to update. Example: apps/myapp. Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Application: auth-domain: string code-bucket: string database-type: string default-bucket: string default-cookie-expiration: string default-hostname: string feature-settings: split-health-checks: boolean use-container-optimized-os: boolean gcr-domain: string iap: enabled: boolean oauth2-client-id: string oauth2-client-secret: string oauth2-client-secret-sha256: string id: string location-id: string name: string service-account: string serving-status: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . auth-domain=et Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. code-bucket=et Output only. 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 database-type=sadipscing The type of the Cloud Firestore or Cloud Datastore database associated with this application. default-bucket=stet Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly default-cookie-expiration=dolor Cookie expiration policy for this application. default-hostname=duo Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly feature-settings split-health-checks=false Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. use-container-optimized-os=false If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. .. gcr-domain=invidunt Output only. The Google Container Registry domain used for storing managed build docker images for this application. iap enabled=true Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty. oauth2-client-id=vero OAuth2 client ID to use for the authentication flow. oauth2-client-secret=elitr OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly oauth2-client-secret-sha256=lorem Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly .. id=diam 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=no 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 (https://cloud.google.com/appengine/docs/locations). name=ipsum Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly service-account=accusam The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. serving-status=takimata Serving status of this application. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Required. Standard field mask for the set of fields to be updated. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Patch"},{"location":"apps_patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps patch ...","title":"Scopes"},{"location":"apps_patch/#required-scalar-argument","text":"<apps-id> (string) Part of name . Name of the Application resource to update. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Application: auth-domain: string code-bucket: string database-type: string default-bucket: string default-cookie-expiration: string default-hostname: string feature-settings: split-health-checks: boolean use-container-optimized-os: boolean gcr-domain: string iap: enabled: boolean oauth2-client-id: string oauth2-client-secret: string oauth2-client-secret-sha256: string id: string location-id: string name: string service-account: string serving-status: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . auth-domain=et Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. code-bucket=et Output only. 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 database-type=sadipscing The type of the Cloud Firestore or Cloud Datastore database associated with this application. default-bucket=stet Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly default-cookie-expiration=dolor Cookie expiration policy for this application. default-hostname=duo Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly feature-settings split-health-checks=false Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. use-container-optimized-os=false If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. .. gcr-domain=invidunt Output only. The Google Container Registry domain used for storing managed build docker images for this application. iap enabled=true Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty. oauth2-client-id=vero OAuth2 client ID to use for the authentication flow. oauth2-client-secret=elitr OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly oauth2-client-secret-sha256=lorem Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly .. id=diam 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=no 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 (https://cloud.google.com/appengine/docs/locations). name=ipsum Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly service-account=accusam The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. serving-status=takimata Serving status of this application.","title":"Required Request Value"},{"location":"apps_patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Required. Standard field mask for the set of fields to be updated.","title":"Optional Method Properties"},{"location":"apps_patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_repair/","text":"Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B\"name\"%3A\"projects%2F-%2FserviceAccounts%2Funique_id\"%2C\"resource\"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps repair ... Required Scalar Argument <apps-id> (string) Part of name . Name of the application to repair. Example: apps/myapp Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: RepairApplicationRequest: can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Repair"},{"location":"apps_repair/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps repair ...","title":"Scopes"},{"location":"apps_repair/#required-scalar-argument","text":"<apps-id> (string) Part of name . Name of the application to repair. Example: apps/myapp","title":"Required Scalar Argument"},{"location":"apps_repair/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: RepairApplicationRequest: can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.","title":"Required Request Value"},{"location":"apps_repair/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_repair/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_repair/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-delete/","text":"Deletes the specified service and all enclosed versions. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Delete"},{"location":"apps_services-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-delete ...","title":"Scopes"},{"location":"apps_services-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-get/","text":"Gets the current configuration of the specified service. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Get"},{"location":"apps_services-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-get ...","title":"Scopes"},{"location":"apps_services-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-list/","text":"Lists all the services in the application. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-list ... Required Scalar Argument <apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services List"},{"location":"apps_services-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-list ...","title":"Scopes"},{"location":"apps_services-list/#required-scalar-argument","text":"<apps-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp.","title":"Required Scalar Argument"},{"location":"apps_services-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"apps_services-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-patch/","text":"Updates the configuration of the specified service. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-patch ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Service: id: string labels: { string: string } name: string network-settings: ingress-traffic-allowed: string split: allocations: { string: number } shard-by: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=consetetur Relative name of the service within the application. Example: default.@OutputOnly labels=key=voluptua. A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., \"env=prod\", \"env=qa\"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels. the value will be associated with the given key name=et Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly network-settings ingress-traffic-allowed=erat The ingress settings for version or service. ..split allocations=key=0.04583256524798884 Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits. the value will be associated with the given key shard-by=sed Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p migrate-traffic=boolean Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic). -p update-mask=string Required. Standard field mask for the set of fields to be updated. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Patch"},{"location":"apps_services-patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-patch ...","title":"Scopes"},{"location":"apps_services-patch/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/services/default. <services-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Service: id: string labels: { string: string } name: string network-settings: ingress-traffic-allowed: string split: allocations: { string: number } shard-by: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . id=consetetur Relative name of the service within the application. Example: default.@OutputOnly labels=key=voluptua. A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., \"env=prod\", \"env=qa\"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels. the value will be associated with the given key name=et Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly network-settings ingress-traffic-allowed=erat The ingress settings for version or service. ..split allocations=key=0.04583256524798884 Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits. the value will be associated with the given key shard-by=sed Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.","title":"Required Request Value"},{"location":"apps_services-patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_services-patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p migrate-traffic=boolean Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic). -p update-mask=string Required. Standard field mask for the set of fields to be updated.","title":"Optional Method Properties"},{"location":"apps_services-patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-create/","text":"Deploys code and resource files to a new version. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-create ... Required Scalar Arguments <apps-id> (string) Part of parent . Name of the parent resource to create this version under. Example: apps/myapp/services/default. <services-id> (string) Part of parent . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Version: api-config: auth-fail-action: string login: string script: string security-level: string url: string app-engine-apis: boolean automatic-scaling: cool-down-period: string cpu-utilization: aggregation-window-length: string target-utilization: number disk-utilization: target-read-bytes-per-second: integer target-read-ops-per-second: integer target-write-bytes-per-second: integer target-write-ops-per-second: integer max-concurrent-requests: integer max-idle-instances: integer max-pending-latency: string max-total-instances: integer min-idle-instances: integer min-pending-latency: string min-total-instances: integer network-utilization: target-received-bytes-per-second: integer target-received-packets-per-second: integer target-sent-bytes-per-second: integer target-sent-packets-per-second: integer request-utilization: target-concurrent-requests: integer target-request-count-per-second: integer standard-scheduler-settings: max-instances: integer min-instances: integer target-cpu-utilization: number target-throughput-utilization: number basic-scaling: idle-timeout: string max-instances: integer beta-settings: { string: string } build-env-variables: { string: string } create-time: string created-by: string default-expiration: string deployment: cloud-build-options: app-yaml-path: string cloud-build-timeout: string container: image: string zip: files-count: integer source-url: string disk-usage-bytes: string endpoints-api-service: config-id: string disable-trace-sampling: boolean name: string rollout-strategy: string entrypoint: shell: string env: string env-variables: { string: string } flexible-runtime-settings: operating-system: string runtime-version: string health-check: check-interval: string disable-health-check: boolean healthy-threshold: integer host: string restart-threshold: integer timeout: string unhealthy-threshold: integer id: string inbound-services: [string] instance-class: string liveness-check: check-interval: string failure-threshold: integer host: string initial-delay: string path: string success-threshold: integer timeout: string manual-scaling: instances: integer name: string network: forwarded-ports: [string] instance-ip-mode: string instance-tag: string name: string session-affinity: boolean subnetwork-name: string nobuild-files-regex: string readiness-check: app-start-timeout: string check-interval: string failure-threshold: integer host: string path: string success-threshold: integer timeout: string resources: cpu: number disk-gb: number kms-key-reference: string memory-gb: number runtime: string runtime-api-version: string runtime-channel: string runtime-main-executable-path: string service-account: string serving-status: string threadsafe: boolean version-url: string vm: boolean vpc-access-connector: egress-setting: string name: string zones: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .api-config auth-fail-action=takimata Action to take when users access resources that require authentication. Defaults to redirect. login=dolores Level of login required to access this resource. Defaults to optional. script=gubergren Path to the script from the application root directory. security-level=et Security (HTTPS) enforcement for this URL. url=accusam URL to serve the endpoint at. .. app-engine-apis=false Allows App Engine second generation runtimes to access the legacy bundled services. automatic-scaling cool-down-period=dolore The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment. cpu-utilization aggregation-window-length=dolore Period of time over which CPU utilization is calculated. target-utilization=0.5284480987860815 Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1. ..disk-utilization target-read-bytes-per-second=99 Target bytes read per second. target-read-ops-per-second=84 Target ops read per seconds. target-write-bytes-per-second=6 Target bytes written per second. target-write-ops-per-second=95 Target ops written per second. .. max-concurrent-requests=63 Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value. max-idle-instances=90 Maximum number of idle instances that should be maintained for this version. max-pending-latency=est Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. max-total-instances=74 Maximum number of instances that should be started to handle requests for this version. min-idle-instances=58 Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. min-pending-latency=sit Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. min-total-instances=66 Minimum number of running instances that should be maintained for this version. network-utilization target-received-bytes-per-second=62 Target bytes received per second. target-received-packets-per-second=69 Target packets received per second. target-sent-bytes-per-second=96 Target bytes sent per second. target-sent-packets-per-second=83 Target packets sent per second. ..request-utilization target-concurrent-requests=93 Target number of concurrent requests. target-request-count-per-second=45 Target requests per second. ..standard-scheduler-settings max-instances=94 Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. min-instances=71 Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. target-cpu-utilization=0.798394050963041 Target CPU utilization ratio to maintain when scaling. target-throughput-utilization=0.6446652953124616 Target throughput utilization ratio to maintain when scaling ...basic-scaling idle-timeout=et Duration of time after the last request that an instance must wait before the instance is shut down. max-instances=8 Maximum number of instances to create for this version. .. beta-settings=key=no Metadata settings that are supplied to this version to enable beta runtime features. the value will be associated with the given key build-env-variables=key=et Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. the value will be associated with the given key create-time=elitr Time that this version was created.@OutputOnly created-by=sed Email address of the user who created this version.@OutputOnly default-expiration=no Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set. deployment.cloud-build-options app-yaml-path=nonumy Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details. cloud-build-timeout=at The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. ..container image=sadipscing URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\" ..zip files-count=69 An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow. source-url=dolores URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. ... disk-usage-bytes=sadipscing Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly endpoints-api-service config-id=erat Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted. disable-trace-sampling=false Enable or disable trace sampling. By default, this is set to false for enabled. name=amet Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endpoints.myproject.cloud.goog\" rollout-strategy=est Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. ..entrypoint shell=et The format should be a shell command that can be fed to bash -c. .. env=sea App Engine execution environment for this version.Defaults to standard. env-variables=key=consetetur Environment variables available to the application.Only returned in GET requests if view=FULL is set. the value will be associated with the given key flexible-runtime-settings operating-system=consetetur The operating system of the application runtime. runtime-version=stet The runtime version of an App Engine flexible application. ..health-check check-interval=est Interval between health checks. disable-health-check=false Whether to explicitly disable health checks for this instance. healthy-threshold=7 Number of consecutive successful health checks required before receiving traffic. host=duo Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\" restart-threshold=59 Number of consecutive failed health checks required before an instance is restarted. timeout=est Time before the health check is considered failed. unhealthy-threshold=48 Number of consecutive failed health checks required before removing traffic. .. id=sed Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\". inbound-services=eos Before an application can receive email or XMPP messages, the application must be configured to enable the service. Each invocation of this argument appends the given value to the array. instance-class=lorem Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling. liveness-check check-interval=ea Interval between health checks. failure-threshold=86 Number of consecutive failed checks required before considering the VM unhealthy. host=dolores Host header to send when performing a HTTP Liveness check. Example: \"myapp.appspot.com\" initial-delay=eos The initial delay before starting to execute the checks. path=et The request path. success-threshold=91 Number of consecutive successful checks required before considering the VM healthy. timeout=et Time before the check is considered failed. ..manual-scaling instances=24 Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function. .. name=dolore Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly network forwarded-ports=eirmod List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. Each invocation of this argument appends the given value to the array. instance-ip-mode=lorem The IP mode for instances. Only applicable in the App Engine flexible environment. instance-tag=accusam Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. name=amet Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. session-affinity=true Enable session affinity. Only applicable in the App Engine flexible environment. subnetwork-name=erat Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application. .. nobuild-files-regex=accusam Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. readiness-check app-start-timeout=sea A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. check-interval=takimata Interval between health checks. failure-threshold=50 Number of consecutive failed checks required before removing traffic. host=et Host header to send when performing a HTTP Readiness check. Example: \"myapp.appspot.com\" path=at The request path. success-threshold=97 Number of consecutive successful checks required before receiving traffic. timeout=et Time before the check is considered failed. ..resources cpu=0.9295719371551834 Number of CPU cores needed. disk-gb=0.9343576145104524 Disk size (GB) needed. kms-key-reference=sea The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk memory-gb=0.4692100928871029 Memory (GB) needed. .. runtime=gubergren Desired runtime. Example: python27. runtime-api-version=justo The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref runtime-channel=sea The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel. runtime-main-executable-path=consetetur The path or name of the app's main executable. service-account=sit The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag. serving-status=aliquyam Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. threadsafe=false Whether multiple requests can be dispatched to this version at once. version-url=dolores Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly vm=true Whether to deploy this version in a container on a virtual machine. vpc-access-connector egress-setting=gubergren The egress setting for the connector, controlling what traffic is diverted through it. name=dolor Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. .. zones=aliquyam The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. Each invocation of this argument appends the given value to the array. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Create"},{"location":"apps_services-versions-create/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-create ...","title":"Scopes"},{"location":"apps_services-versions-create/#required-scalar-arguments","text":"<apps-id> (string) Part of parent . Name of the parent resource to create this version under. Example: apps/myapp/services/default. <services-id> (string) Part of parent . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-create/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Version: api-config: auth-fail-action: string login: string script: string security-level: string url: string app-engine-apis: boolean automatic-scaling: cool-down-period: string cpu-utilization: aggregation-window-length: string target-utilization: number disk-utilization: target-read-bytes-per-second: integer target-read-ops-per-second: integer target-write-bytes-per-second: integer target-write-ops-per-second: integer max-concurrent-requests: integer max-idle-instances: integer max-pending-latency: string max-total-instances: integer min-idle-instances: integer min-pending-latency: string min-total-instances: integer network-utilization: target-received-bytes-per-second: integer target-received-packets-per-second: integer target-sent-bytes-per-second: integer target-sent-packets-per-second: integer request-utilization: target-concurrent-requests: integer target-request-count-per-second: integer standard-scheduler-settings: max-instances: integer min-instances: integer target-cpu-utilization: number target-throughput-utilization: number basic-scaling: idle-timeout: string max-instances: integer beta-settings: { string: string } build-env-variables: { string: string } create-time: string created-by: string default-expiration: string deployment: cloud-build-options: app-yaml-path: string cloud-build-timeout: string container: image: string zip: files-count: integer source-url: string disk-usage-bytes: string endpoints-api-service: config-id: string disable-trace-sampling: boolean name: string rollout-strategy: string entrypoint: shell: string env: string env-variables: { string: string } flexible-runtime-settings: operating-system: string runtime-version: string health-check: check-interval: string disable-health-check: boolean healthy-threshold: integer host: string restart-threshold: integer timeout: string unhealthy-threshold: integer id: string inbound-services: [string] instance-class: string liveness-check: check-interval: string failure-threshold: integer host: string initial-delay: string path: string success-threshold: integer timeout: string manual-scaling: instances: integer name: string network: forwarded-ports: [string] instance-ip-mode: string instance-tag: string name: string session-affinity: boolean subnetwork-name: string nobuild-files-regex: string readiness-check: app-start-timeout: string check-interval: string failure-threshold: integer host: string path: string success-threshold: integer timeout: string resources: cpu: number disk-gb: number kms-key-reference: string memory-gb: number runtime: string runtime-api-version: string runtime-channel: string runtime-main-executable-path: string service-account: string serving-status: string threadsafe: boolean version-url: string vm: boolean vpc-access-connector: egress-setting: string name: string zones: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .api-config auth-fail-action=takimata Action to take when users access resources that require authentication. Defaults to redirect. login=dolores Level of login required to access this resource. Defaults to optional. script=gubergren Path to the script from the application root directory. security-level=et Security (HTTPS) enforcement for this URL. url=accusam URL to serve the endpoint at. .. app-engine-apis=false Allows App Engine second generation runtimes to access the legacy bundled services. automatic-scaling cool-down-period=dolore The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment. cpu-utilization aggregation-window-length=dolore Period of time over which CPU utilization is calculated. target-utilization=0.5284480987860815 Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1. ..disk-utilization target-read-bytes-per-second=99 Target bytes read per second. target-read-ops-per-second=84 Target ops read per seconds. target-write-bytes-per-second=6 Target bytes written per second. target-write-ops-per-second=95 Target ops written per second. .. max-concurrent-requests=63 Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value. max-idle-instances=90 Maximum number of idle instances that should be maintained for this version. max-pending-latency=est Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. max-total-instances=74 Maximum number of instances that should be started to handle requests for this version. min-idle-instances=58 Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. min-pending-latency=sit Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. min-total-instances=66 Minimum number of running instances that should be maintained for this version. network-utilization target-received-bytes-per-second=62 Target bytes received per second. target-received-packets-per-second=69 Target packets received per second. target-sent-bytes-per-second=96 Target bytes sent per second. target-sent-packets-per-second=83 Target packets sent per second. ..request-utilization target-concurrent-requests=93 Target number of concurrent requests. target-request-count-per-second=45 Target requests per second. ..standard-scheduler-settings max-instances=94 Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. min-instances=71 Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. target-cpu-utilization=0.798394050963041 Target CPU utilization ratio to maintain when scaling. target-throughput-utilization=0.6446652953124616 Target throughput utilization ratio to maintain when scaling ...basic-scaling idle-timeout=et Duration of time after the last request that an instance must wait before the instance is shut down. max-instances=8 Maximum number of instances to create for this version. .. beta-settings=key=no Metadata settings that are supplied to this version to enable beta runtime features. the value will be associated with the given key build-env-variables=key=et Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. the value will be associated with the given key create-time=elitr Time that this version was created.@OutputOnly created-by=sed Email address of the user who created this version.@OutputOnly default-expiration=no Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set. deployment.cloud-build-options app-yaml-path=nonumy Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details. cloud-build-timeout=at The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. ..container image=sadipscing URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\" ..zip files-count=69 An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow. source-url=dolores URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. ... disk-usage-bytes=sadipscing Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly endpoints-api-service config-id=erat Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted. disable-trace-sampling=false Enable or disable trace sampling. By default, this is set to false for enabled. name=amet Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endpoints.myproject.cloud.goog\" rollout-strategy=est Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. ..entrypoint shell=et The format should be a shell command that can be fed to bash -c. .. env=sea App Engine execution environment for this version.Defaults to standard. env-variables=key=consetetur Environment variables available to the application.Only returned in GET requests if view=FULL is set. the value will be associated with the given key flexible-runtime-settings operating-system=consetetur The operating system of the application runtime. runtime-version=stet The runtime version of an App Engine flexible application. ..health-check check-interval=est Interval between health checks. disable-health-check=false Whether to explicitly disable health checks for this instance. healthy-threshold=7 Number of consecutive successful health checks required before receiving traffic. host=duo Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\" restart-threshold=59 Number of consecutive failed health checks required before an instance is restarted. timeout=est Time before the health check is considered failed. unhealthy-threshold=48 Number of consecutive failed health checks required before removing traffic. .. id=sed Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\". inbound-services=eos Before an application can receive email or XMPP messages, the application must be configured to enable the service. Each invocation of this argument appends the given value to the array. instance-class=lorem Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling. liveness-check check-interval=ea Interval between health checks. failure-threshold=86 Number of consecutive failed checks required before considering the VM unhealthy. host=dolores Host header to send when performing a HTTP Liveness check. Example: \"myapp.appspot.com\" initial-delay=eos The initial delay before starting to execute the checks. path=et The request path. success-threshold=91 Number of consecutive successful checks required before considering the VM healthy. timeout=et Time before the check is considered failed. ..manual-scaling instances=24 Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function. .. name=dolore Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly network forwarded-ports=eirmod List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. Each invocation of this argument appends the given value to the array. instance-ip-mode=lorem The IP mode for instances. Only applicable in the App Engine flexible environment. instance-tag=accusam Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. name=amet Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. session-affinity=true Enable session affinity. Only applicable in the App Engine flexible environment. subnetwork-name=erat Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application. .. nobuild-files-regex=accusam Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. readiness-check app-start-timeout=sea A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. check-interval=takimata Interval between health checks. failure-threshold=50 Number of consecutive failed checks required before removing traffic. host=et Host header to send when performing a HTTP Readiness check. Example: \"myapp.appspot.com\" path=at The request path. success-threshold=97 Number of consecutive successful checks required before receiving traffic. timeout=et Time before the check is considered failed. ..resources cpu=0.9295719371551834 Number of CPU cores needed. disk-gb=0.9343576145104524 Disk size (GB) needed. kms-key-reference=sea The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk memory-gb=0.4692100928871029 Memory (GB) needed. .. runtime=gubergren Desired runtime. Example: python27. runtime-api-version=justo The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref runtime-channel=sea The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel. runtime-main-executable-path=consetetur The path or name of the app's main executable. service-account=sit The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag. serving-status=aliquyam Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. threadsafe=false Whether multiple requests can be dispatched to this version at once. version-url=dolores Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly vm=true Whether to deploy this version in a container on a virtual machine. vpc-access-connector egress-setting=gubergren The egress setting for the connector, controlling what traffic is diverted through it. name=dolor Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. .. zones=aliquyam The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. Each invocation of this argument appends the given value to the array.","title":"Required Request Value"},{"location":"apps_services-versions-create/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_services-versions-create/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-create/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-delete/","text":"Deletes an existing Version resource. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Delete"},{"location":"apps_services-versions-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-delete ...","title":"Scopes"},{"location":"apps_services-versions-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-get/","text":"Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p view=string Controls the set of fields returned in the Get response. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Get"},{"location":"apps_services-versions-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-get ...","title":"Scopes"},{"location":"apps_services-versions-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-get/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p view=string Controls the set of fields returned in the Get response.","title":"Optional Method Properties"},{"location":"apps_services-versions-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-instances-debug/","text":"Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in \"debug mode\", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-debug ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DebugInstanceRequest: ssh-key: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . ssh-key=no Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys). About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Instances Debug"},{"location":"apps_services-versions-instances-debug/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-debug ...","title":"Scopes"},{"location":"apps_services-versions-instances-debug/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-instances-debug/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: DebugInstanceRequest: ssh-key: string can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r . ssh-key=no Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {\"userName\":\"[USERNAME]\",\"expireOn\":\"[EXPIRE_TIME]\"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).","title":"Required Request Value"},{"location":"apps_services-versions-instances-debug/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_services-versions-instances-debug/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-instances-debug/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-instances-delete/","text":"Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see \"How Instances are Managed\" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method. Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-delete ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Instances Delete"},{"location":"apps_services-versions-instances-delete/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-delete ...","title":"Scopes"},{"location":"apps_services-versions-instances-delete/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-instances-delete/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-instances-delete/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-instances-get/","text":"Gets instance information. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-get ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Instances Get"},{"location":"apps_services-versions-instances-get/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-get ...","title":"Scopes"},{"location":"apps_services-versions-instances-get/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . <instances-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-instances-get/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-instances-get/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-instances-list/","text":"Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-list ... Required Scalar Arguments <apps-id> (string) Part of parent . Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of parent . See documentation of appsId . <versions-id> (string) Part of parent . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Instances List"},{"location":"apps_services-versions-instances-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-instances-list ...","title":"Scopes"},{"location":"apps_services-versions-instances-list/#required-scalar-arguments","text":"<apps-id> (string) Part of parent . Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. <services-id> (string) Part of parent . See documentation of appsId . <versions-id> (string) Part of parent . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-instances-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-instances-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"apps_services-versions-instances-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-list/","text":"Lists the versions of a service. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-list ... Required Scalar Arguments <apps-id> (string) Part of parent . Name of the parent Service resource. Example: apps/myapp/services/default. <services-id> (string) Part of parent . See documentation of appsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. -p view=string Controls the set of fields returned in the List response. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions List"},{"location":"apps_services-versions-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-list ...","title":"Scopes"},{"location":"apps_services-versions-list/#required-scalar-arguments","text":"<apps-id> (string) Part of parent . Name of the parent Service resource. Example: apps/myapp/services/default. <services-id> (string) Part of parent . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. -p view=string Controls the set of fields returned in the List response.","title":"Optional Method Properties"},{"location":"apps_services-versions-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"apps_services-versions-patch/","text":"Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling) Scopes You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-patch ... Required Scalar Arguments <apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/services/default/versions/1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId . Required Request Value The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Version: api-config: auth-fail-action: string login: string script: string security-level: string url: string app-engine-apis: boolean automatic-scaling: cool-down-period: string cpu-utilization: aggregation-window-length: string target-utilization: number disk-utilization: target-read-bytes-per-second: integer target-read-ops-per-second: integer target-write-bytes-per-second: integer target-write-ops-per-second: integer max-concurrent-requests: integer max-idle-instances: integer max-pending-latency: string max-total-instances: integer min-idle-instances: integer min-pending-latency: string min-total-instances: integer network-utilization: target-received-bytes-per-second: integer target-received-packets-per-second: integer target-sent-bytes-per-second: integer target-sent-packets-per-second: integer request-utilization: target-concurrent-requests: integer target-request-count-per-second: integer standard-scheduler-settings: max-instances: integer min-instances: integer target-cpu-utilization: number target-throughput-utilization: number basic-scaling: idle-timeout: string max-instances: integer beta-settings: { string: string } build-env-variables: { string: string } create-time: string created-by: string default-expiration: string deployment: cloud-build-options: app-yaml-path: string cloud-build-timeout: string container: image: string zip: files-count: integer source-url: string disk-usage-bytes: string endpoints-api-service: config-id: string disable-trace-sampling: boolean name: string rollout-strategy: string entrypoint: shell: string env: string env-variables: { string: string } flexible-runtime-settings: operating-system: string runtime-version: string health-check: check-interval: string disable-health-check: boolean healthy-threshold: integer host: string restart-threshold: integer timeout: string unhealthy-threshold: integer id: string inbound-services: [string] instance-class: string liveness-check: check-interval: string failure-threshold: integer host: string initial-delay: string path: string success-threshold: integer timeout: string manual-scaling: instances: integer name: string network: forwarded-ports: [string] instance-ip-mode: string instance-tag: string name: string session-affinity: boolean subnetwork-name: string nobuild-files-regex: string readiness-check: app-start-timeout: string check-interval: string failure-threshold: integer host: string path: string success-threshold: integer timeout: string resources: cpu: number disk-gb: number kms-key-reference: string memory-gb: number runtime: string runtime-api-version: string runtime-channel: string runtime-main-executable-path: string service-account: string serving-status: string threadsafe: boolean version-url: string vm: boolean vpc-access-connector: egress-setting: string name: string zones: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .api-config auth-fail-action=amet. Action to take when users access resources that require authentication. Defaults to redirect. login=ipsum Level of login required to access this resource. Defaults to optional. script=lorem Path to the script from the application root directory. security-level=accusam Security (HTTPS) enforcement for this URL. url=gubergren URL to serve the endpoint at. .. app-engine-apis=true Allows App Engine second generation runtimes to access the legacy bundled services. automatic-scaling cool-down-period=at The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment. cpu-utilization aggregation-window-length=sit Period of time over which CPU utilization is calculated. target-utilization=0.9656885462742262 Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1. ..disk-utilization target-read-bytes-per-second=48 Target bytes read per second. target-read-ops-per-second=18 Target ops read per seconds. target-write-bytes-per-second=79 Target bytes written per second. target-write-ops-per-second=35 Target ops written per second. .. max-concurrent-requests=97 Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value. max-idle-instances=95 Maximum number of idle instances that should be maintained for this version. max-pending-latency=justo Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. max-total-instances=49 Maximum number of instances that should be started to handle requests for this version. min-idle-instances=90 Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. min-pending-latency=nonumy Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. min-total-instances=58 Minimum number of running instances that should be maintained for this version. network-utilization target-received-bytes-per-second=88 Target bytes received per second. target-received-packets-per-second=0 Target packets received per second. target-sent-bytes-per-second=43 Target bytes sent per second. target-sent-packets-per-second=10 Target packets sent per second. ..request-utilization target-concurrent-requests=35 Target number of concurrent requests. target-request-count-per-second=62 Target requests per second. ..standard-scheduler-settings max-instances=67 Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. min-instances=76 Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. target-cpu-utilization=0.9082902847882928 Target CPU utilization ratio to maintain when scaling. target-throughput-utilization=0.99648082360283 Target throughput utilization ratio to maintain when scaling ...basic-scaling idle-timeout=amet Duration of time after the last request that an instance must wait before the instance is shut down. max-instances=64 Maximum number of instances to create for this version. .. beta-settings=key=at Metadata settings that are supplied to this version to enable beta runtime features. the value will be associated with the given key build-env-variables=key=sit Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. the value will be associated with the given key create-time=vero Time that this version was created.@OutputOnly created-by=duo Email address of the user who created this version.@OutputOnly default-expiration=sadipscing Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set. deployment.cloud-build-options app-yaml-path=ut Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details. cloud-build-timeout=rebum. The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. ..container image=duo URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\" ..zip files-count=38 An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow. source-url=sadipscing URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. ... disk-usage-bytes=tempor Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly endpoints-api-service config-id=sea Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted. disable-trace-sampling=false Enable or disable trace sampling. By default, this is set to false for enabled. name=lorem Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endpoints.myproject.cloud.goog\" rollout-strategy=magna Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. ..entrypoint shell=takimata The format should be a shell command that can be fed to bash -c. .. env=rebum. App Engine execution environment for this version.Defaults to standard. env-variables=key=at Environment variables available to the application.Only returned in GET requests if view=FULL is set. the value will be associated with the given key flexible-runtime-settings operating-system=invidunt The operating system of the application runtime. runtime-version=clita The runtime version of an App Engine flexible application. ..health-check check-interval=stet Interval between health checks. disable-health-check=false Whether to explicitly disable health checks for this instance. healthy-threshold=64 Number of consecutive successful health checks required before receiving traffic. host=sit Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\" restart-threshold=75 Number of consecutive failed health checks required before an instance is restarted. timeout=rebum. Time before the health check is considered failed. unhealthy-threshold=82 Number of consecutive failed health checks required before removing traffic. .. id=consetetur Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\". inbound-services=dolores Before an application can receive email or XMPP messages, the application must be configured to enable the service. Each invocation of this argument appends the given value to the array. instance-class=sed Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling. liveness-check check-interval=invidunt Interval between health checks. failure-threshold=37 Number of consecutive failed checks required before considering the VM unhealthy. host=dolor Host header to send when performing a HTTP Liveness check. Example: \"myapp.appspot.com\" initial-delay=aliquyam The initial delay before starting to execute the checks. path=magna The request path. success-threshold=59 Number of consecutive successful checks required before considering the VM healthy. timeout=nonumy Time before the check is considered failed. ..manual-scaling instances=83 Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function. .. name=sanctus Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly network forwarded-ports=accusam List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. Each invocation of this argument appends the given value to the array. instance-ip-mode=tempor The IP mode for instances. Only applicable in the App Engine flexible environment. instance-tag=sed Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. name=est Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. session-affinity=false Enable session affinity. Only applicable in the App Engine flexible environment. subnetwork-name=diam Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application. .. nobuild-files-regex=at Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. readiness-check app-start-timeout=erat A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. check-interval=justo Interval between health checks. failure-threshold=96 Number of consecutive failed checks required before removing traffic. host=accusam Host header to send when performing a HTTP Readiness check. Example: \"myapp.appspot.com\" path=dolores The request path. success-threshold=5 Number of consecutive successful checks required before receiving traffic. timeout=no Time before the check is considered failed. ..resources cpu=0.632624334091124 Number of CPU cores needed. disk-gb=0.4406559501659777 Disk size (GB) needed. kms-key-reference=sea The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk memory-gb=0.8051858500096339 Memory (GB) needed. .. runtime=stet Desired runtime. Example: python27. runtime-api-version=gubergren The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref runtime-channel=ipsum The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel. runtime-main-executable-path=no The path or name of the app's main executable. service-account=sit The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag. serving-status=kasd Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. threadsafe=true Whether multiple requests can be dispatched to this version at once. version-url=lorem Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly vm=false Whether to deploy this version in a container on a virtual machine. vpc-access-connector egress-setting=sed The egress setting for the connector, controlling what traffic is diverted through it. name=nonumy Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. .. zones=sea The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. Each invocation of this argument appends the given value to the array. About Cursors The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up. Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Services Versions Patch"},{"location":"apps_services-versions-patch/#scopes","text":"You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call. If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform . You can set the scope for this method like this: appengine1 --scope <scope> apps services-versions-patch ...","title":"Scopes"},{"location":"apps_services-versions-patch/#required-scalar-arguments","text":"<apps-id> (string) Part of name . Name of the resource to update. Example: apps/myapp/services/default/versions/1. <services-id> (string) Part of name . See documentation of appsId . <versions-id> (string) Part of name . See documentation of appsId .","title":"Required Scalar Arguments"},{"location":"apps_services-versions-patch/#required-request-value","text":"The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely. For example, a structure like this: Version: api-config: auth-fail-action: string login: string script: string security-level: string url: string app-engine-apis: boolean automatic-scaling: cool-down-period: string cpu-utilization: aggregation-window-length: string target-utilization: number disk-utilization: target-read-bytes-per-second: integer target-read-ops-per-second: integer target-write-bytes-per-second: integer target-write-ops-per-second: integer max-concurrent-requests: integer max-idle-instances: integer max-pending-latency: string max-total-instances: integer min-idle-instances: integer min-pending-latency: string min-total-instances: integer network-utilization: target-received-bytes-per-second: integer target-received-packets-per-second: integer target-sent-bytes-per-second: integer target-sent-packets-per-second: integer request-utilization: target-concurrent-requests: integer target-request-count-per-second: integer standard-scheduler-settings: max-instances: integer min-instances: integer target-cpu-utilization: number target-throughput-utilization: number basic-scaling: idle-timeout: string max-instances: integer beta-settings: { string: string } build-env-variables: { string: string } create-time: string created-by: string default-expiration: string deployment: cloud-build-options: app-yaml-path: string cloud-build-timeout: string container: image: string zip: files-count: integer source-url: string disk-usage-bytes: string endpoints-api-service: config-id: string disable-trace-sampling: boolean name: string rollout-strategy: string entrypoint: shell: string env: string env-variables: { string: string } flexible-runtime-settings: operating-system: string runtime-version: string health-check: check-interval: string disable-health-check: boolean healthy-threshold: integer host: string restart-threshold: integer timeout: string unhealthy-threshold: integer id: string inbound-services: [string] instance-class: string liveness-check: check-interval: string failure-threshold: integer host: string initial-delay: string path: string success-threshold: integer timeout: string manual-scaling: instances: integer name: string network: forwarded-ports: [string] instance-ip-mode: string instance-tag: string name: string session-affinity: boolean subnetwork-name: string nobuild-files-regex: string readiness-check: app-start-timeout: string check-interval: string failure-threshold: integer host: string path: string success-threshold: integer timeout: string resources: cpu: number disk-gb: number kms-key-reference: string memory-gb: number runtime: string runtime-api-version: string runtime-channel: string runtime-main-executable-path: string service-account: string serving-status: string threadsafe: boolean version-url: string vm: boolean vpc-access-connector: egress-setting: string name: string zones: [string] can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time. -r .api-config auth-fail-action=amet. Action to take when users access resources that require authentication. Defaults to redirect. login=ipsum Level of login required to access this resource. Defaults to optional. script=lorem Path to the script from the application root directory. security-level=accusam Security (HTTPS) enforcement for this URL. url=gubergren URL to serve the endpoint at. .. app-engine-apis=true Allows App Engine second generation runtimes to access the legacy bundled services. automatic-scaling cool-down-period=at The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment. cpu-utilization aggregation-window-length=sit Period of time over which CPU utilization is calculated. target-utilization=0.9656885462742262 Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1. ..disk-utilization target-read-bytes-per-second=48 Target bytes read per second. target-read-ops-per-second=18 Target ops read per seconds. target-write-bytes-per-second=79 Target bytes written per second. target-write-ops-per-second=35 Target ops written per second. .. max-concurrent-requests=97 Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value. max-idle-instances=95 Maximum number of idle instances that should be maintained for this version. max-pending-latency=justo Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. max-total-instances=49 Maximum number of instances that should be started to handle requests for this version. min-idle-instances=90 Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. min-pending-latency=nonumy Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. min-total-instances=58 Minimum number of running instances that should be maintained for this version. network-utilization target-received-bytes-per-second=88 Target bytes received per second. target-received-packets-per-second=0 Target packets received per second. target-sent-bytes-per-second=43 Target bytes sent per second. target-sent-packets-per-second=10 Target packets sent per second. ..request-utilization target-concurrent-requests=35 Target number of concurrent requests. target-request-count-per-second=62 Target requests per second. ..standard-scheduler-settings max-instances=67 Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. min-instances=76 Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. target-cpu-utilization=0.9082902847882928 Target CPU utilization ratio to maintain when scaling. target-throughput-utilization=0.99648082360283 Target throughput utilization ratio to maintain when scaling ...basic-scaling idle-timeout=amet Duration of time after the last request that an instance must wait before the instance is shut down. max-instances=64 Maximum number of instances to create for this version. .. beta-settings=key=at Metadata settings that are supplied to this version to enable beta runtime features. the value will be associated with the given key build-env-variables=key=sit Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. the value will be associated with the given key create-time=vero Time that this version was created.@OutputOnly created-by=duo Email address of the user who created this version.@OutputOnly default-expiration=sadipscing Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set. deployment.cloud-build-options app-yaml-path=ut Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details. cloud-build-timeout=rebum. The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. ..container image=duo URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\" ..zip files-count=38 An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow. source-url=sadipscing URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. ... disk-usage-bytes=tempor Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly endpoints-api-service config-id=sea Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted. disable-trace-sampling=false Enable or disable trace sampling. By default, this is set to false for enabled. name=lorem Endpoints service name which is the name of the \"service\" resource in the Service Management API. For example \"myapi.endpoints.myproject.cloud.goog\" rollout-strategy=magna Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. ..entrypoint shell=takimata The format should be a shell command that can be fed to bash -c. .. env=rebum. App Engine execution environment for this version.Defaults to standard. env-variables=key=at Environment variables available to the application.Only returned in GET requests if view=FULL is set. the value will be associated with the given key flexible-runtime-settings operating-system=invidunt The operating system of the application runtime. runtime-version=clita The runtime version of an App Engine flexible application. ..health-check check-interval=stet Interval between health checks. disable-health-check=false Whether to explicitly disable health checks for this instance. healthy-threshold=64 Number of consecutive successful health checks required before receiving traffic. host=sit Host header to send when performing an HTTP health check. Example: \"myapp.appspot.com\" restart-threshold=75 Number of consecutive failed health checks required before an instance is restarted. timeout=rebum. Time before the health check is considered failed. unhealthy-threshold=82 Number of consecutive failed health checks required before removing traffic. .. id=consetetur Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: \"default\", \"latest\", and any name with the prefix \"ah-\". inbound-services=dolores Before an application can receive email or XMPP messages, the application must be configured to enable the service. Each invocation of this argument appends the given value to the array. instance-class=sed Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling. liveness-check check-interval=invidunt Interval between health checks. failure-threshold=37 Number of consecutive failed checks required before considering the VM unhealthy. host=dolor Host header to send when performing a HTTP Liveness check. Example: \"myapp.appspot.com\" initial-delay=aliquyam The initial delay before starting to execute the checks. path=magna The request path. success-threshold=59 Number of consecutive successful checks required before considering the VM healthy. timeout=nonumy Time before the check is considered failed. ..manual-scaling instances=83 Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function. .. name=sanctus Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly network forwarded-ports=accusam List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. Each invocation of this argument appends the given value to the array. instance-ip-mode=tempor The IP mode for instances. Only applicable in the App Engine flexible environment. instance-tag=sed Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. name=est Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. session-affinity=false Enable session affinity. Only applicable in the App Engine flexible environment. subnetwork-name=diam Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application. .. nobuild-files-regex=at Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. readiness-check app-start-timeout=erat A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. check-interval=justo Interval between health checks. failure-threshold=96 Number of consecutive failed checks required before removing traffic. host=accusam Host header to send when performing a HTTP Readiness check. Example: \"myapp.appspot.com\" path=dolores The request path. success-threshold=5 Number of consecutive successful checks required before receiving traffic. timeout=no Time before the check is considered failed. ..resources cpu=0.632624334091124 Number of CPU cores needed. disk-gb=0.4406559501659777 Disk size (GB) needed. kms-key-reference=sea The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk memory-gb=0.8051858500096339 Memory (GB) needed. .. runtime=stet Desired runtime. Example: python27. runtime-api-version=gubergren The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref runtime-channel=ipsum The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel. runtime-main-executable-path=no The path or name of the app's main executable. service-account=sit The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag. serving-status=kasd Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. threadsafe=true Whether multiple requests can be dispatched to this version at once. version-url=lorem Serving URL for this version. Example: \"https://myversion-dot-myservice-dot-myapp.appspot.com\"@OutputOnly vm=false Whether to deploy this version in a container on a virtual machine. vpc-access-connector egress-setting=sed The egress setting for the connector, controlling what traffic is diverted through it. name=nonumy Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. .. zones=sea The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. Each invocation of this argument appends the given value to the array.","title":"Required Request Value"},{"location":"apps_services-versions-patch/#about-cursors","text":"The cursor position is key to comfortably set complex nested structures. The following rules apply: The cursor position is always set relative to the current one, unless the field name starts with the . character. Fields can be nested such as in -r f.s.o . The cursor position is set relative to the top-level structure if it starts with . , e.g. -r .s.s You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify -r struct.sub_struct=bar . You can move the cursor one level up by using .. . Each additional . moves it up one additional level. E.g. ... would go three levels up.","title":"About Cursors"},{"location":"apps_services-versions-patch/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"apps_services-versions-patch/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p update-mask=string Standard field mask for the set of fields to be updated.","title":"Optional Method Properties"},{"location":"apps_services-versions-patch/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"},{"location":"projects_locations-applications-authorized-domains-list/","text":"Lists all domains the user is authorized to administer. Scopes You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> projects locations-applications-authorized-domains-list ... Required Scalar Arguments <projects-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. <locations-id> (string) Part of parent . See documentation of projectsId . <applications-id> (string) Part of parent . See documentation of projectsId . Optional Output Flags The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output. Optional Method Properties You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results. Optional General Properties The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Locations Applications Authorized Domains List"},{"location":"projects_locations-applications-authorized-domains-list/#scopes","text":"You will need authorization for at least one of the following scopes to make a valid call: https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only If unset, the scope for this method defaults to https://www.googleapis.com/auth/appengine.admin . You can set the scope for this method like this: appengine1 --scope <scope> projects locations-applications-authorized-domains-list ...","title":"Scopes"},{"location":"projects_locations-applications-authorized-domains-list/#required-scalar-arguments","text":"<projects-id> (string) Part of parent . Name of the parent Application resource. Example: apps/myapp. <locations-id> (string) Part of parent . See documentation of projectsId . <applications-id> (string) Part of parent . See documentation of projectsId .","title":"Required Scalar Arguments"},{"location":"projects_locations-applications-authorized-domains-list/#optional-output-flags","text":"The method's return value a JSON encoded structure, which will be written to standard output by default. -o out out specifies the destination to which to write the server's result to. It will be a JSON-encoded structure. The destination may be - to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.","title":"Optional Output Flags"},{"location":"projects_locations-applications-authorized-domains-list/#optional-method-properties","text":"You may set the following properties to further configure the call. Please note that -p is followed by one or more key-value-pairs, and is called like this -p k1=v1 k2=v2 even though the listing below repeats the -p for completeness. -p page-size=integer Maximum results to return per page. -p page-token=string Continuation token for fetching the next page of results.","title":"Optional Method Properties"},{"location":"projects_locations-applications-authorized-domains-list/#optional-general-properties","text":"The following properties can configure any call, and are not specific to this method. -p $-xgafv=string V1 error format. -p access-token=string OAuth access token. -p alt=string Data format for response. -p callback=string JSONP -p fields=string Selector specifying which fields to include in a partial response. -p key=string API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -p oauth-token=string OAuth 2.0 token for the current user. -p pretty-print=boolean Returns response with indentations and line breaks. -p quota-user=string Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -p upload-type=string Legacy upload protocol for media (e.g. \"media\", \"multipart\"). -p upload-protocol=string Upload protocol for media (e.g. \"raw\", \"multipart\").","title":"Optional General Properties"}]}