diff --git a/docs/dyn/apigee_v1.organizations.html b/docs/dyn/apigee_v1.organizations.html index 86a6740c96b..cfbaa2ea9c5 100644 --- a/docs/dyn/apigee_v1.organizations.html +++ b/docs/dyn/apigee_v1.organizations.html @@ -179,6 +179,9 @@
getDeployedIngressConfig(name, view=None, x__xgafv=None)
Gets the deployed ingress configuration for an organization.
+
+ getRuntimeConfig(name, x__xgafv=None)
Get runtime config for an organization.
getSyncAuthorization(name, body=None, x__xgafv=None)
Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane. An ETag is returned in the response to `getSyncAuthorization`. Pass that ETag when calling [setSyncAuthorization](setSyncAuthorization) to ensure that you are updating the correct version. If you don't pass the ETag in the call to `setSyncAuthorization`, then the existing authorization is overwritten indiscriminately. For more information, see [Configure the Synchronizer](https://cloud.google.com/apigee/docs/hybrid/latest/synchronizer-access). **Note**: Available to Apigee hybrid only.
@@ -424,6 +427,28 @@getRuntimeConfig(name, x__xgafv=None)
+ Get runtime config for an organization. + +Args: + name: string, Required. Name of the runtime config for the organization in the following format: 'organizations/{org}/runtimeConfig'. (required) + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format + +Returns: + An object of the form: + + { # Runtime configuration for the organization. Response for GetRuntimeConfig. + "analyticsBucket": "A String", # Cloud Storage bucket used for uploading Analytics records. + "name": "A String", # Name of the resource in the following format: `organizations/{org}/runtimeConfig`. + "tenantProjectId": "A String", # Output only. Tenant project ID associated with the Apigee organization. The tenant project is used to host Google-managed resources that are dedicated to this Apigee organization. Clients have limited access to resources within the tenant project used to support Apigee runtime instances. Access to the tenant project is managed using SetSyncAuthorization. It can be empty if the tenant project hasn't been created yet. + "traceBucket": "A String", # Cloud Storage bucket used for uploading Trace records. +}+
getSyncAuthorization(name, body=None, x__xgafv=None)
Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane. An ETag is returned in the response to `getSyncAuthorization`. Pass that ETag when calling [setSyncAuthorization](setSyncAuthorization) to ensure that you are updating the correct version. If you don't pass the ETag in the call to `setSyncAuthorization`, then the existing authorization is overwritten indiscriminately. For more information, see [Configure the Synchronizer](https://cloud.google.com/apigee/docs/hybrid/latest/synchronizer-access). **Note**: Available to Apigee hybrid only. diff --git a/googleapiclient/discovery_cache/documents/apigee.v1.json b/googleapiclient/discovery_cache/documents/apigee.v1.json index 69d10f16c1d..476221be15a 100644 --- a/googleapiclient/discovery_cache/documents/apigee.v1.json +++ b/googleapiclient/discovery_cache/documents/apigee.v1.json @@ -254,6 +254,31 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "getRuntimeConfig": { + "description": "Get runtime config for an organization.", + "flatPath": "v1/organizations/{organizationsId}/runtimeConfig", + "httpMethod": "GET", + "id": "apigee.organizations.getRuntimeConfig", + "parameterOrder": [ + "name" + ], + "parameters": { + "name": { + "description": "Required. Name of the runtime config for the organization in the following format: 'organizations/{org}/runtimeConfig'.", + "location": "path", + "pattern": "^organizations/[^/]+/runtimeConfig$", + "required": true, + "type": "string" + } + }, + "path": "v1/{+name}", + "response": { + "$ref": "GoogleCloudApigeeV1RuntimeConfig" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform" + ] + }, "getSyncAuthorization": { "description": "Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane. An ETag is returned in the response to `getSyncAuthorization`. Pass that ETag when calling [setSyncAuthorization](setSyncAuthorization) to ensure that you are updating the correct version. If you don't pass the ETag in the call to `setSyncAuthorization`, then the existing authorization is overwritten indiscriminately. For more information, see [Configure the Synchronizer](https://cloud.google.com/apigee/docs/hybrid/latest/synchronizer-access). **Note**: Available to Apigee hybrid only.", "flatPath": "v1/organizations/{organizationsId}:getSyncAuthorization", @@ -6986,7 +7011,7 @@ } } }, - "revision": "20210604", + "revision": "20210618", "rootUrl": "https://apigee.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -11150,6 +11175,30 @@ }, "type": "object" }, + "GoogleCloudApigeeV1RuntimeConfig": { + "description": "Runtime configuration for the organization. Response for GetRuntimeConfig.", + "id": "GoogleCloudApigeeV1RuntimeConfig", + "properties": { + "analyticsBucket": { + "description": "Cloud Storage bucket used for uploading Analytics records.", + "type": "string" + }, + "name": { + "description": "Name of the resource in the following format: `organizations/{org}/runtimeConfig`.", + "type": "string" + }, + "tenantProjectId": { + "description": "Output only. Tenant project ID associated with the Apigee organization. The tenant project is used to host Google-managed resources that are dedicated to this Apigee organization. Clients have limited access to resources within the tenant project used to support Apigee runtime instances. Access to the tenant project is managed using SetSyncAuthorization. It can be empty if the tenant project hasn't been created yet.", + "readOnly": true, + "type": "string" + }, + "traceBucket": { + "description": "Cloud Storage bucket used for uploading Trace records.", + "type": "string" + } + }, + "type": "object" + }, "GoogleCloudApigeeV1RuntimeTraceConfig": { "description": "NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace in an environment.", "id": "GoogleCloudApigeeV1RuntimeTraceConfig",