chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/googleapiclient/discovery_cache/documents/run.v1alpha1.json b/googleapiclient/discovery_cache/documents/run.v1alpha1.json
new file mode 100644
index 0000000..6f63e55
--- /dev/null
+++ b/googleapiclient/discovery_cache/documents/run.v1alpha1.json
@@ -0,0 +1,6174 @@
+{
+  "baseUrl": "https://run.googleapis.com/",
+  "schemas": {
+    "Condition": {
+      "description": "Condition defines a generic condition for a Resource",
+      "type": "object",
+      "id": "Condition",
+      "properties": {
+        "message": {
+          "type": "string",
+          "description": "Optional. Human readable message indicating details about the current status."
+        },
+        "type": {
+          "type": "string",
+          "description": "type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * \"Ready\": True when the Resource is ready."
+        },
+        "reason": {
+          "type": "string",
+          "description": "Optional. One-word CamelCase reason for the condition's last transition."
+        },
+        "status": {
+          "description": "Status of the condition, one of True, False, Unknown.",
+          "type": "string"
+        },
+        "lastTransitionTime": {
+          "description": "Optional. Last time the condition transitioned from one status to another.",
+          "format": "google-datetime",
+          "type": "string"
+        },
+        "severity": {
+          "type": "string",
+          "description": "Optional. How to interpret failures of this condition, one of Error, Warning, Info"
+        }
+      }
+    },
+    "CloudPubSubSourceSpec": {
+      "description": "The desired state of the CloudPubSubSource.",
+      "properties": {
+        "project": {
+          "description": "Project is the ID of the Google Cloud Project that the CloudPubSubSource Topic exists in. If omitted, defaults to same as the cluster. +optional",
+          "type": "string"
+        },
+        "ackDeadline": {
+          "description": "AckDeadline is the default maximum time after a subscriber receives a message before the subscriber should acknowledge the message. Defaults to 30 seconds ('30s'). +optional",
+          "type": "string"
+        },
+        "ceOverrides": {
+          "description": "CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional",
+          "$ref": "CloudEventOverrides"
+        },
+        "sink": {
+          "description": "Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.",
+          "$ref": "Destination"
+        },
+        "retainAckedMessages": {
+          "type": "boolean",
+          "description": "RetainAckedMessages defines whether to retain acknowledged messages. If true, acknowledged messages will not be expunged until they fall out of the RetentionDuration window."
+        },
+        "retentionDuration": {
+          "type": "string",
+          "description": "RetentionDuration defines how long to retain messages in backlog, from the time of publish. If RetainAckedMessages is true, this duration affects the retention of acknowledged messages, otherwise only unacknowledged messages are retained. Cannot be longer than 7 days or shorter than 10 minutes. Defaults to 7 days ('7d'). +optional"
+        },
+        "pubsubSecret": {
+          "$ref": "SecretKeySelector",
+          "description": "CloudPubSubSourceSecret is the credential to use to create Topic / PullSubscription resources. If omitted, uses Secret."
+        },
+        "topic": {
+          "type": "string",
+          "description": "Topic is the ID of the CloudPubSubSource Topic to Subscribe to. It must be in the form of the unique identifier within the project, not the entire name. E.g. it must be 'laconia', not 'projects/my-proj/topics/laconia'."
+        },
+        "secret": {
+          "description": "Secret is the credential to use to create the Scheduler Job. If not specified, defaults to: Name: google-cloud-key Key: key.json +optional",
+          "$ref": "SecretKeySelector"
+        }
+      },
+      "type": "object",
+      "id": "CloudPubSubSourceSpec"
+    },
+    "OwnerReference": {
+      "id": "OwnerReference",
+      "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
+      "properties": {
+        "blockOwnerDeletion": {
+          "type": "boolean",
+          "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional"
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "API version of the referent."
+        },
+        "name": {
+          "type": "string",
+          "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
+        },
+        "kind": {
+          "type": "string",
+          "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
+        },
+        "uid": {
+          "type": "string",
+          "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
+        },
+        "controller": {
+          "description": "If true, this reference points to the managing controller. +optional",
+          "type": "boolean"
+        }
+      },
+      "type": "object"
+    },
+    "Service": {
+      "id": "Service",
+      "properties": {
+        "kind": {
+          "description": "The kind of resource, in this case \"Service\".",
+          "type": "string"
+        },
+        "status": {
+          "description": "Status communicates the observed state of the Service (from the controller).",
+          "$ref": "ServiceStatus"
+        },
+        "metadata": {
+          "description": "Metadata associated with this Service, including name, namespace, labels, and annotations.",
+          "$ref": "ObjectMeta"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        },
+        "spec": {
+          "description": "Spec holds the desired state of the Service (from the client).",
+          "$ref": "ServiceSpec"
+        }
+      },
+      "type": "object",
+      "description": "Service acts as a top-level container that manages a set of Routes and Configurations which implement a network service. Service exists to provide a singular abstraction which can be access controlled, reasoned about, and which encapsulates software lifecycle decisions such as rollout policy and team resource ownership. Service acts only as an orchestrator of the underlying Routes and Configurations (much as a kubernetes Deployment orchestrates ReplicaSets). The Service's controller will track the statuses of its owned Configuration and Route, reflecting their statuses and conditions as its own. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#service"
+    },
+    "Addressable": {
+      "properties": {
+        "url": {
+          "type": "string"
+        },
+        "hostname": {
+          "type": "string",
+          "description": "Deprecated - use url instead."
+        }
+      },
+      "id": "Addressable",
+      "description": "Information for connecting over HTTP(s).",
+      "type": "object"
+    },
+    "TestIamPermissionsRequest": {
+      "id": "TestIamPermissionsRequest",
+      "properties": {
+        "permissions": {
+          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        }
+      },
+      "type": "object",
+      "description": "Request message for `TestIamPermissions` method."
+    },
+    "IntOrString": {
+      "id": "IntOrString",
+      "type": "object",
+      "properties": {
+        "strVal": {
+          "type": "string",
+          "description": "The string value."
+        },
+        "intVal": {
+          "format": "int32",
+          "type": "integer",
+          "description": "The int value."
+        },
+        "type": {
+          "type": "integer",
+          "format": "int32",
+          "description": "The type of the value."
+        }
+      },
+      "description": "IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number."
+    },
+    "SecurityContext": {
+      "id": "SecurityContext",
+      "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
+      "properties": {
+        "allowPrivilegeEscalation": {
+          "type": "boolean",
+          "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN +optional"
+        },
+        "runAsNonRoot": {
+          "type": "boolean",
+          "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional"
+        },
+        "runAsGroup": {
+          "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional",
+          "format": "int32",
+          "type": "integer"
+        },
+        "capabilities": {
+          "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. +optional",
+          "$ref": "Capabilities"
+        },
+        "seLinuxOptions": {
+          "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional",
+          "$ref": "SELinuxOptions"
+        },
+        "readOnlyRootFilesystem": {
+          "description": "Whether this container has a read-only root filesystem. Default is false. +optional",
+          "type": "boolean"
+        },
+        "runAsUser": {
+          "type": "integer",
+          "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional",
+          "format": "int32"
+        },
+        "privileged": {
+          "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. +optional",
+          "type": "boolean"
+        }
+      },
+      "type": "object"
+    },
+    "ServiceStatus": {
+      "type": "object",
+      "description": "The current state of the Service. Output only.",
+      "id": "ServiceStatus",
+      "properties": {
+        "observedGeneration": {
+          "type": "integer",
+          "format": "int32",
+          "description": "ObservedGeneration is the 'Generation' of the Route that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False."
+        },
+        "conditions": {
+          "type": "array",
+          "items": {
+            "$ref": "ServiceCondition"
+          },
+          "description": "Conditions communicates information about ongoing/complete reconciliation processes that bring the \"spec\" inline with the observed state of the world."
+        },
+        "domain": {
+          "type": "string",
+          "description": "From RouteStatus. Domain holds the top-level domain that will distribute traffic over the provided targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app"
+        },
+        "traffic": {
+          "items": {
+            "$ref": "TrafficTarget"
+          },
+          "type": "array",
+          "description": "From RouteStatus. Traffic holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed."
+        },
+        "address": {
+          "$ref": "Addressable",
+          "description": "From RouteStatus. Similar to url, information on where the service is available on HTTP."
+        },
+        "url": {
+          "description": "From RouteStatus. URL holds the url that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app",
+          "type": "string"
+        },
+        "latestReadyRevisionName": {
+          "description": "From ConfigurationStatus. LatestReadyRevisionName holds the name of the latest Revision stamped out from this Service's Configuration that has had its \"Ready\" condition become \"True\".",
+          "type": "string"
+        },
+        "latestCreatedRevisionName": {
+          "description": "From ConfigurationStatus. LatestCreatedRevisionName is the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.",
+          "type": "string"
+        }
+      }
+    },
+    "DomainMappingSpec": {
+      "description": "The desired state of the Domain Mapping.",
+      "id": "DomainMappingSpec",
+      "type": "object",
+      "properties": {
+        "forceOverride": {
+          "type": "boolean",
+          "description": "If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning."
+        },
+        "certificateMode": {
+          "description": "The mode of the certificate.",
+          "type": "string",
+          "enumDescriptions": [
+            "",
+            "Do not provision an HTTPS certificate.",
+            "Automatically provisions an HTTPS certificate via GoogleCA or LetsEncrypt."
+          ],
+          "enum": [
+            "CERTIFICATE_MODE_UNSPECIFIED",
+            "NONE",
+            "AUTOMATIC"
+          ]
+        },
+        "routeName": {
+          "description": "The name of the Knative Route that this DomainMapping applies to. The route must exist.",
+          "type": "string"
+        }
+      }
+    },
+    "ResourceRecord": {
+      "id": "ResourceRecord",
+      "properties": {
+        "type": {
+          "type": "string",
+          "description": "Resource record type. Example: `AAAA`.",
+          "enum": [
+            "RECORD_TYPE_UNSPECIFIED",
+            "A",
+            "AAAA",
+            "CNAME"
+          ],
+          "enumDescriptions": [
+            "An unknown resource record.",
+            "An A resource record. Data is an IPv4 address.",
+            "An AAAA resource record. Data is an IPv6 address.",
+            "A CNAME resource record. Data is a domain name to be aliased."
+          ]
+        },
+        "rrdata": {
+          "description": "Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
+          "type": "string"
+        },
+        "name": {
+          "type": "string",
+          "description": "Relative name of the object affected by this record. Only applicable for `CNAME` records. Example: 'www'."
+        }
+      },
+      "description": "A DNS resource record.",
+      "type": "object"
+    },
+    "ListCloudSchedulerSourcesResponse": {
+      "id": "ListCloudSchedulerSourcesResponse",
+      "type": "object",
+      "properties": {
+        "apiVersion": {
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
+          "type": "string"
+        },
+        "unreachable": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Locations that could not be reached.",
+          "type": "array"
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this CloudSchedulerSource list."
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"CloudSchedulerSourceList\"."
+        },
+        "items": {
+          "items": {
+            "$ref": "CloudSchedulerSource"
+          },
+          "type": "array",
+          "description": "List of CloudSchedulerSources."
+        }
+      },
+      "description": "ListCloudSchedulerSourcesResponse is a list of CloudSchedulerSource resources."
+    },
+    "ListTriggersResponse": {
+      "properties": {
+        "unreachable": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Locations that could not be reached.",
+          "type": "array"
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"eventing.knative.dev/v1alpha1\"."
+        },
+        "items": {
+          "description": "List of Triggers.",
+          "items": {
+            "$ref": "Trigger"
+          },
+          "type": "array"
+        },
+        "kind": {
+          "description": "The kind of this resource, in this case \"TriggerList\".",
+          "type": "string"
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this Trigger list."
+        }
+      },
+      "id": "ListTriggersResponse",
+      "type": "object",
+      "description": "ListTriggersResponse is a list of Trigger resources."
+    },
+    "AuditConfig": {
+      "id": "AuditConfig",
+      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.",
+      "properties": {
+        "service": {
+          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
+          "type": "string"
+        },
+        "auditLogConfigs": {
+          "items": {
+            "$ref": "AuditLogConfig"
+          },
+          "description": "The configuration for logging of each type of permission.",
+          "type": "array"
+        }
+      },
+      "type": "object"
+    },
+    "CloudAuditLogsSource": {
+      "type": "object",
+      "properties": {
+        "kind": {
+          "type": "string",
+          "description": "The kind of resource, in this case \"CloudAuditLogsSource\"."
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\"."
+        },
+        "metadata": {
+          "description": "Metadata associated with this CloudAuditLogsSource.",
+          "$ref": "ObjectMeta"
+        },
+        "spec": {
+          "description": "Spec defines the desired state of the CloudAuditLogsSource.",
+          "$ref": "CloudAuditLogsSourceSpec"
+        },
+        "status": {
+          "$ref": "CloudAuditLogsSourceStatus",
+          "description": "Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional"
+        }
+      },
+      "id": "CloudAuditLogsSource"
+    },
+    "ListConfigurationsResponse": {
+      "properties": {
+        "items": {
+          "description": "List of Configurations.",
+          "type": "array",
+          "items": {
+            "$ref": "Configuration"
+          }
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this Configuration list."
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"ConfigurationList\"."
+        },
+        "unreachable": {
+          "description": "Locations that could not be reached.",
+          "type": "array",
+          "items": {
+            "type": "string"
+          }
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\"."
+        }
+      },
+      "description": "ListConfigurationsResponse is a list of Configuration resources.",
+      "type": "object",
+      "id": "ListConfigurationsResponse"
+    },
+    "ConfigMapEnvSource": {
+      "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
+      "id": "ConfigMapEnvSource",
+      "properties": {
+        "name": {
+          "type": "string",
+          "description": "Cloud Run fully managed: not supported Cloud Run for Anthos: supported The ConfigMap to select from."
+        },
+        "localObjectReference": {
+          "description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead.",
+          "$ref": "LocalObjectReference"
+        },
+        "optional": {
+          "description": "Cloud Run fully managed: not supported Cloud Run for Anthos: supported Specify whether the ConfigMap must be defined +optional",
+          "type": "boolean"
+        }
+      },
+      "type": "object"
+    },
+    "RouteStatus": {
+      "properties": {
+        "conditions": {
+          "type": "array",
+          "description": "Conditions communicates information about ongoing/complete reconciliation processes that bring the \"spec\" inline with the observed state of the world.",
+          "items": {
+            "$ref": "RouteCondition"
+          }
+        },
+        "traffic": {
+          "type": "array",
+          "items": {
+            "$ref": "TrafficTarget"
+          },
+          "description": "Traffic holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed."
+        },
+        "address": {
+          "$ref": "Addressable",
+          "description": "Similar to url, information on where the service is available on HTTP."
+        },
+        "domainInternal": {
+          "description": "Deprecated - use address instead. For Cloud Run, identifical to domain.",
+          "type": "string"
+        },
+        "url": {
+          "description": "URL holds the url that will distribute traffic over the provided traffic targets. It generally has the form https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app",
+          "type": "string"
+        },
+        "domain": {
+          "type": "string",
+          "description": "Deprecated - use url instead. Domain holds the top-level domain that will distribute traffic over the provided targets."
+        },
+        "observedGeneration": {
+          "description": "ObservedGeneration is the 'Generation' of the Route that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False. Note that providing a trafficTarget that only has a configurationName will result in a Route that does not increment either its metadata.generation or its observedGeneration, as new \"latest ready\" revisions from the Configuration are processed without an update to the Route's spec.",
+          "type": "integer",
+          "format": "int32"
+        }
+      },
+      "id": "RouteStatus",
+      "description": "RouteStatus communicates the observed state of the Route (from the controller).",
+      "type": "object"
+    },
+    "ResourceRequirements": {
+      "properties": {
+        "limitsInMap": {
+          "description": "Limits describes the maximum amount of compute resources allowed. This is a temporary field created to migrate away from the map limits field. This is done to become compliant with k8s style API. This field is deprecated in favor of limits field.",
+          "type": "object",
+          "additionalProperties": {
+            "$ref": "Quantity"
+          }
+        },
+        "limits": {
+          "type": "object",
+          "description": "Limits describes the maximum amount of compute resources allowed. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go",
+          "additionalProperties": {
+            "type": "string"
+          }
+        },
+        "requestsInMap": {
+          "additionalProperties": {
+            "$ref": "Quantity"
+          },
+          "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. This is a temporary field created to migrate away from the map requests field. This is done to become compliant with k8s style API. This field is deprecated in favor of requests field.",
+          "type": "object"
+        },
+        "requests": {
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          },
+          "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go"
+        }
+      },
+      "type": "object",
+      "id": "ResourceRequirements",
+      "description": "ResourceRequirements describes the compute resource requirements."
+    },
+    "Lifecycle": {
+      "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
+      "properties": {
+        "postStart": {
+          "$ref": "Handler",
+          "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks +optional"
+        },
+        "preStop": {
+          "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks +optional",
+          "$ref": "Handler"
+        }
+      },
+      "type": "object",
+      "id": "Lifecycle"
+    },
+    "KeyToPath": {
+      "type": "object",
+      "id": "KeyToPath",
+      "description": "Maps a string key to a path within a volume.",
+      "properties": {
+        "key": {
+          "type": "string",
+          "description": "The key to project."
+        },
+        "path": {
+          "type": "string",
+          "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
+        },
+        "mode": {
+          "type": "integer",
+          "format": "int32",
+          "description": "Mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional"
+        }
+      }
+    },
+    "ObjectReference": {
+      "id": "ObjectReference",
+      "description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
+      "type": "object",
+      "properties": {
+        "apiVersion": {
+          "type": "string",
+          "description": "API version of the referent. +optional"
+        },
+        "name": {
+          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional",
+          "type": "string"
+        },
+        "namespace": {
+          "type": "string",
+          "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional"
+        },
+        "uid": {
+          "type": "string",
+          "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional"
+        },
+        "resourceVersion": {
+          "type": "string",
+          "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional"
+        },
+        "kind": {
+          "type": "string",
+          "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional"
+        },
+        "fieldPath": {
+          "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.",
+          "type": "string"
+        }
+      }
+    },
+    "EnvVarSource": {
+      "type": "object",
+      "properties": {
+        "configMapKeyRef": {
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Selects a key of a ConfigMap. +optional",
+          "$ref": "ConfigMapKeySelector"
+        },
+        "secretKeyRef": {
+          "$ref": "SecretKeySelector",
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Selects a key of a secret in the pod's namespace +optional"
+        }
+      },
+      "id": "EnvVarSource",
+      "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported EnvVarSource represents a source for the value of an EnvVar."
+    },
+    "TriggerSpec": {
+      "id": "TriggerSpec",
+      "properties": {
+        "broker": {
+          "type": "string",
+          "description": "Broker is the broker that this trigger receives events from. If not specified, will default to 'default'. Not currently supported by Cloud Run."
+        },
+        "subscriber": {
+          "description": "Sink is the addressable that will receive events.",
+          "$ref": "Destination"
+        },
+        "filter": {
+          "$ref": "TriggerFilter",
+          "description": "Optional. Filter is the filter to apply against all events from the Broker. Only events that pass this filter will be sent to the Subscriber. Note that filter is optional in knative and is only required in fully managed due to different broker implementation."
+        }
+      },
+      "description": "The desired state of the Trigger.",
+      "type": "object"
+    },
+    "TestIamPermissionsResponse": {
+      "id": "TestIamPermissionsResponse",
+      "properties": {
+        "permissions": {
+          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
+          "type": "array",
+          "items": {
+            "type": "string"
+          }
+        }
+      },
+      "type": "object",
+      "description": "Response message for `TestIamPermissions` method."
+    },
+    "ListRevisionsResponse": {
+      "type": "object",
+      "properties": {
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"RevisionList\"."
+        },
+        "unreachable": {
+          "type": "array",
+          "description": "Locations that could not be reached.",
+          "items": {
+            "type": "string"
+          }
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        },
+        "items": {
+          "items": {
+            "$ref": "Revision"
+          },
+          "description": "List of Revisions.",
+          "type": "array"
+        },
+        "metadata": {
+          "description": "Metadata associated with this revision list.",
+          "$ref": "ListMeta"
+        }
+      },
+      "id": "ListRevisionsResponse",
+      "description": "ListRevisionsResponse is a list of Revision resources."
+    },
+    "TCPSocketAction": {
+      "id": "TCPSocketAction",
+      "properties": {
+        "port": {
+          "$ref": "IntOrString",
+          "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
+        },
+        "host": {
+          "description": "Optional: Host name to connect to, defaults to the pod IP. +optional",
+          "type": "string"
+        }
+      },
+      "description": "TCPSocketAction describes an action based on opening a socket",
+      "type": "object"
+    },
+    "ListServicesResponse": {
+      "properties": {
+        "items": {
+          "description": "List of Services.",
+          "type": "array",
+          "items": {
+            "$ref": "Service"
+          }
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"ServiceList\"."
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this Service list."
+        },
+        "unreachable": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Locations that could not be reached.",
+          "type": "array"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        }
+      },
+      "description": "A list of Service resources.",
+      "type": "object",
+      "id": "ListServicesResponse"
+    },
+    "Binding": {
+      "description": "Associates `members` with a `role`.",
+      "properties": {
+        "condition": {
+          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
+          "$ref": "Expr"
+        },
+        "members": {
+          "description": "Specifies the identities requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
+        "role": {
+          "type": "string",
+          "description": "Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`."
+        }
+      },
+      "type": "object",
+      "id": "Binding"
+    },
+    "AuditLogConfig": {
+      "properties": {
+        "logType": {
+          "enumDescriptions": [
+            "Default case. Should never be this.",
+            "Admin reads. Example: CloudIAM getIamPolicy",
+            "Data writes. Example: CloudSQL Users create",
+            "Data reads. Example: CloudSQL Users list"
+          ],
+          "enum": [
+            "LOG_TYPE_UNSPECIFIED",
+            "ADMIN_READ",
+            "DATA_WRITE",
+            "DATA_READ"
+          ],
+          "type": "string",
+          "description": "The log type that this config enables."
+        },
+        "exemptedMembers": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
+          "type": "array"
+        }
+      },
+      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
+      "type": "object",
+      "id": "AuditLogConfig"
+    },
+    "HTTPHeader": {
+      "properties": {
+        "name": {
+          "description": "The header field name",
+          "type": "string"
+        },
+        "value": {
+          "description": "The header field value",
+          "type": "string"
+        }
+      },
+      "description": "HTTPHeader describes a custom header to be used in HTTP probes",
+      "type": "object",
+      "id": "HTTPHeader"
+    },
+    "ListAuthorizedDomainsResponse": {
+      "properties": {
+        "nextPageToken": {
+          "type": "string",
+          "description": "Continuation token for fetching the next page of results."
+        },
+        "domains": {
+          "items": {
+            "$ref": "AuthorizedDomain"
+          },
+          "type": "array",
+          "description": "The authorized domains belonging to the user."
+        }
+      },
+      "id": "ListAuthorizedDomainsResponse",
+      "description": "A list of Authorized Domains.",
+      "type": "object"
+    },
+    "AuthorizedDomain": {
+      "description": "A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via [Webmaster Central](https://www.google.com/webmasters/verification/home).",
+      "properties": {
+        "name": {
+          "description": "Read only. Full path to the `AuthorizedDomain` resource in the API. Example: `apps/myapp/authorizedDomains/example.com`.",
+          "type": "string"
+        },
+        "id": {
+          "type": "string",
+          "description": "Relative name of the domain authorized for use. Example: `example.com`."
+        }
+      },
+      "type": "object",
+      "id": "AuthorizedDomain"
+    },
+    "DomainMappingCondition": {
+      "type": "object",
+      "description": "DomainMappingCondition contains state information for a DomainMapping.",
+      "properties": {
+        "status": {
+          "description": "Status of the condition, one of True, False, Unknown.",
+          "type": "string"
+        },
+        "type": {
+          "description": "Type of domain mapping condition.",
+          "type": "string"
+        },
+        "reason": {
+          "type": "string",
+          "description": "One-word CamelCase reason for the condition's current status. +optional"
+        },
+        "lastTransitionTime": {
+          "description": "Last time the condition transitioned from one status to another. +optional",
+          "format": "google-datetime",
+          "type": "string"
+        },
+        "message": {
+          "type": "string",
+          "description": "Human readable message indicating details about the current status. +optional"
+        },
+        "severity": {
+          "description": "How to interpret failures of this condition, one of Error, Warning, Info +optional",
+          "type": "string"
+        }
+      },
+      "id": "DomainMappingCondition"
+    },
+    "HTTPGetAction": {
+      "id": "HTTPGetAction",
+      "description": "HTTPGetAction describes an action based on HTTP Get requests.",
+      "properties": {
+        "scheme": {
+          "description": "Scheme to use for connecting to the host. Defaults to HTTP. +optional",
+          "type": "string"
+        },
+        "host": {
+          "type": "string",
+          "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. +optional"
+        },
+        "path": {
+          "type": "string",
+          "description": "Path to access on the HTTP server. +optional"
+        },
+        "port": {
+          "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.",
+          "$ref": "IntOrString"
+        },
+        "httpHeaders": {
+          "items": {
+            "$ref": "HTTPHeader"
+          },
+          "description": "Custom headers to set in the request. HTTP allows repeated headers. +optional",
+          "type": "array"
+        }
+      },
+      "type": "object"
+    },
+    "RouteSpec": {
+      "properties": {
+        "generation": {
+          "type": "integer",
+          "format": "int32",
+          "description": "Deprecated and not currently populated by Cloud Run. See metadata.generation instead, which is the sequence number containing the latest generation of the desired state. Read-only."
+        },
+        "traffic": {
+          "type": "array",
+          "description": "Traffic specifies how to distribute traffic over a collection of Knative Revisions and Configurations. Cloud Run currently supports a single configurationName.",
+          "items": {
+            "$ref": "TrafficTarget"
+          }
+        }
+      },
+      "id": "RouteSpec",
+      "description": "RouteSpec holds the desired state of the Route (from the client).",
+      "type": "object"
+    },
+    "CloudPubSubSource": {
+      "id": "CloudPubSubSource",
+      "type": "object",
+      "properties": {
+        "metadata": {
+          "description": "Metadata associated with this CloudPubSubSource.",
+          "$ref": "ObjectMeta"
+        },
+        "status": {
+          "$ref": "CloudPubSubSourceStatus",
+          "description": "Status represents the current state of the CloudPubSubSource. This data may be out of date. +optional"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
+          "type": "string"
+        },
+        "spec": {
+          "description": "Spec defines the desired state of the CloudPubSubSource.",
+          "$ref": "CloudPubSubSourceSpec"
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of resource, in this case \"CloudPubSubSource\"."
+        }
+      }
+    },
+    "CloudEventOverrides": {
+      "type": "object",
+      "properties": {
+        "extensions": {
+          "description": "Extensions specify what attribute are added or overridden on the outbound event. Each `Extensions` key-value pair are set on the event as an attribute extension independently. +optional",
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          }
+        }
+      },
+      "id": "CloudEventOverrides",
+      "description": "CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source."
+    },
+    "ConfigurationStatus": {
+      "properties": {
+        "conditions": {
+          "items": {
+            "$ref": "ConfigurationCondition"
+          },
+          "description": "Conditions communicates information about ongoing/complete reconciliation processes that bring the \"spec\" inline with the observed state of the world.",
+          "type": "array"
+        },
+        "latestCreatedRevisionName": {
+          "type": "string",
+          "description": "LatestCreatedRevisionName is the last revision that was created from this Configuration. It might not be ready yet, for that use LatestReadyRevisionName."
+        },
+        "observedGeneration": {
+          "format": "int32",
+          "type": "integer",
+          "description": "ObservedGeneration is the 'Generation' of the Configuration that was last processed by the controller. The observed generation is updated even if the controller failed to process the spec and create the Revision. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation, and the Ready condition's status is True or False."
+        },
+        "latestReadyRevisionName": {
+          "description": "LatestReadyRevisionName holds the name of the latest Revision stamped out from this Configuration that has had its \"Ready\" condition become \"True\".",
+          "type": "string"
+        }
+      },
+      "type": "object",
+      "id": "ConfigurationStatus",
+      "description": "ConfigurationStatus communicates the observed state of the Configuration (from the controller)."
+    },
+    "TriggerStatus": {
+      "id": "TriggerStatus",
+      "properties": {
+        "subscriberUri": {
+          "type": "string",
+          "description": "SubscriberURI is the resolved URI of the receiver for this Trigger."
+        },
+        "observedGeneration": {
+          "type": "integer",
+          "description": "ObservedGeneration is the 'Generation' of the Trigger that was last processed by the controller.",
+          "format": "int32"
+        },
+        "conditions": {
+          "items": {
+            "$ref": "TriggerCondition"
+          },
+          "description": "Array of observed TriggerConditions, indicating the current state of the Trigger.",
+          "type": "array"
+        }
+      },
+      "type": "object",
+      "description": "TriggerStatus represents the current state of a Trigger."
+    },
+    "CloudSchedulerSourceSpec": {
+      "properties": {
+        "ceOverrides": {
+          "$ref": "CloudEventOverrides",
+          "description": "CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink."
+        },
+        "data": {
+          "type": "string",
+          "description": "Data to send in the payload of the Event."
+        },
+        "schedule": {
+          "type": "string",
+          "description": "Schedule in cron format, for example: \"* * * * *\" would be run every minute."
+        },
+        "project": {
+          "description": "Project is the ID of the Google Cloud Project that the CloudPubSubSource Topic exists in. If omitted, defaults to same as the cluster.",
+          "type": "string"
+        },
+        "pubsubSecret": {
+          "$ref": "SecretKeySelector",
+          "description": "CloudPubSubSourceSecret is the credential to use to create Topic / PullSubscription resources. If omitted, uses Secret."
+        },
+        "secret": {
+          "$ref": "SecretKeySelector",
+          "description": "Secret is the credential to use to create the Scheduler Job. If not specified, defaults to: Name: google-cloud-key Key: key.json"
+        },
+        "location": {
+          "type": "string",
+          "description": "Location to create the Scheduler job in."
+        },
+        "sink": {
+          "description": "Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.",
+          "$ref": "Destination"
+        }
+      },
+      "description": "The desired state of the CloudSchedulerSource.",
+      "id": "CloudSchedulerSourceSpec",
+      "type": "object"
+    },
+    "ListCloudStorageSourcesResponse": {
+      "type": "object",
+      "properties": {
+        "kind": {
+          "description": "The kind of this resource, in this case \"CloudStorageSourceList\".",
+          "type": "string"
+        },
+        "unreachable": {
+          "description": "Locations that could not be reached.",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
+        "items": {
+          "description": "List of CloudStorageSources.",
+          "type": "array",
+          "items": {
+            "$ref": "CloudStorageSource"
+          }
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this CloudStorageSource list."
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
+          "type": "string"
+        }
+      },
+      "id": "ListCloudStorageSourcesResponse",
+      "description": "ListCloudStorageSourcesResponse is a list of CloudStorageSource resources."
+    },
+    "RevisionSpec": {
+      "id": "RevisionSpec",
+      "properties": {
+        "servingState": {
+          "enumDescriptions": [
+            "The revision serving state hasn't been specified.",
+            "The revision is ready to serve traffic.",
+            "The revision is not currently serving traffic, but could be made to serve traffic quickly. Not currently used by Cloud Run.",
+            "The revision has been decommissioned and is not needed to serve traffic anymore. A Revision may be brought out of retirement, but it may take longer than it would from a \"Reserve\" state."
+          ],
+          "enum": [
+            "REVISION_SERVING_STATE_UNSPECIFIED",
+            "ACTIVE",
+            "RESERVE",
+            "RETIRED"
+          ],
+          "description": "ServingState holds a value describing the state the resources are in for this Revision. Users must not specify this when creating a revision. It is expected that the system will manipulate this based on routability and load. Populated by the system. Read-only.",
+          "type": "string"
+        },
+        "timeoutSeconds": {
+          "description": "TimeoutSeconds holds the max duration the instance is allowed for responding to a request. Not currently used by Cloud Run.",
+          "type": "integer",
+          "format": "int32"
+        },
+        "containerConcurrency": {
+          "description": "(Optional) ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. Cloud Run fully managed: supported, defaults to 80 Cloud Run on GKE: supported, defaults to 0, which means concurrency to the application is not limited, and the system decides the target concurrency for the autoscaler.",
+          "format": "int32",
+          "type": "integer"
+        },
+        "container": {
+          "description": "Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/master/docs/runtime-contract.md",
+          "$ref": "Container"
+        },
+        "generation": {
+          "format": "int32",
+          "description": "Deprecated and not currently populated by Cloud Run. See metadata.generation instead, which is the sequence number containing the latest generation of the desired state. Read-only.",
+          "type": "integer"
+        },
+        "volumes": {
+          "type": "array",
+          "items": {
+            "$ref": "Volume"
+          }
+        },
+        "containers": {
+          "type": "array",
+          "description": "Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.",
+          "items": {
+            "$ref": "Container"
+          }
+        },
+        "serviceAccountName": {
+          "description": "Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.",
+          "type": "string"
+        },
+        "concurrencyModel": {
+          "description": "ConcurrencyModel specifies the desired concurrency model (Single or Multi) for the Revision. Defaults to Multi. Deprecated in favor of ContainerConcurrency. +optional",
+          "type": "string"
+        }
+      },
+      "description": "RevisionSpec holds the desired state of the Revision (from the client).",
+      "type": "object"
+    },
+    "Trigger": {
+      "type": "object",
+      "id": "Trigger",
+      "properties": {
+        "kind": {
+          "type": "string",
+          "description": "The kind of resource, in this case \"Trigger\"."
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"eventing.knative.dev/v1alpha1\"."
+        },
+        "metadata": {
+          "description": "Metadata associated with this Trigger.",
+          "$ref": "ObjectMeta"
+        },
+        "status": {
+          "$ref": "TriggerStatus",
+          "description": "Optional. Status represents the current state of the Trigger. This data may be out of date."
+        },
+        "spec": {
+          "$ref": "TriggerSpec",
+          "description": "Spec defines the desired state of the Trigger."
+        }
+      }
+    },
+    "ListDomainMappingsResponse": {
+      "description": "ListDomainMappingsResponse is a list of DomainMapping resources.",
+      "id": "ListDomainMappingsResponse",
+      "type": "object",
+      "properties": {
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this DomainMapping list."
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"DomainMappingList\"."
+        },
+        "unreachable": {
+          "description": "Locations that could not be reached.",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
+        "items": {
+          "type": "array",
+          "items": {
+            "$ref": "DomainMapping"
+          },
+          "description": "List of DomainMappings."
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"domains.cloudrun.com/v1alpha1\".",
+          "type": "string"
+        }
+      }
+    },
+    "Location": {
+      "properties": {
+        "labels": {
+          "type": "object",
+          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
+          "additionalProperties": {
+            "type": "string"
+          }
+        },
+        "displayName": {
+          "type": "string",
+          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\"."
+        },
+        "locationId": {
+          "type": "string",
+          "description": "The canonical id for this location. For example: `\"us-east1\"`."
+        },
+        "name": {
+          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
+          "type": "string"
+        },
+        "metadata": {
+          "description": "Service-specific metadata. For example the available capacity at the given location.",
+          "additionalProperties": {
+            "type": "any",
+            "description": "Properties of the object. Contains field @type with type URL."
+          },
+          "type": "object"
+        }
+      },
+      "id": "Location",
+      "description": "A resource that represents Google Cloud Platform location.",
+      "type": "object"
+    },
+    "TriggerCondition": {
+      "type": "object",
+      "id": "TriggerCondition",
+      "description": "TriggerCondition contains state information for an Trigger.",
+      "properties": {
+        "reason": {
+          "type": "string",
+          "description": "Optional. One-word CamelCase reason for the condition's current status."
+        },
+        "severity": {
+          "type": "string",
+          "description": "Optional. How to interpret failures of this condition, one of Error, Warning, Info"
+        },
+        "lastTransitionTime": {
+          "type": "string",
+          "format": "google-datetime",
+          "description": "Optional. Last time the condition transitioned from one status to another."
+        },
+        "message": {
+          "description": "Optional. Human readable message indicating details about the current status.",
+          "type": "string"
+        },
+        "type": {
+          "type": "string",
+          "description": "Type of Trigger condition."
+        },
+        "status": {
+          "type": "string",
+          "description": "Status of the condition, one of True, False, Unknown."
+        }
+      }
+    },
+    "SecretVolumeSource": {
+      "description": "The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names.",
+      "id": "SecretVolumeSource",
+      "type": "object",
+      "properties": {
+        "optional": {
+          "description": "Specify whether the Secret or its keys must be defined.",
+          "type": "boolean"
+        },
+        "items": {
+          "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional.",
+          "type": "array",
+          "items": {
+            "$ref": "KeyToPath"
+          }
+        },
+        "defaultMode": {
+          "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
+          "format": "int32",
+          "type": "integer"
+        },
+        "secretName": {
+          "type": "string",
+          "description": "Name of the secret in the container's namespace to use."
+        }
+      }
+    },
+    "Capabilities": {
+      "properties": {
+        "add": {
+          "items": {
+            "type": "string"
+          },
+          "description": "Added capabilities +optional",
+          "type": "array"
+        },
+        "drop": {
+          "description": "Removed capabilities +optional",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        }
+      },
+      "type": "object",
+      "id": "Capabilities",
+      "description": "Adds and removes POSIX capabilities from running containers."
+    },
+    "VolumeDevice": {
+      "properties": {
+        "name": {
+          "type": "string",
+          "description": "name must match the name of a persistentVolumeClaim in the pod"
+        },
+        "devicePath": {
+          "type": "string",
+          "description": "devicePath is the path inside of the container that the device will be mapped to."
+        }
+      },
+      "id": "VolumeDevice",
+      "description": "volumeDevice describes a mapping of a raw block device within a container.",
+      "type": "object"
+    },
+    "Volume": {
+      "id": "Volume",
+      "properties": {
+        "secret": {
+          "$ref": "SecretVolumeSource"
+        },
+        "configMap": {
+          "$ref": "ConfigMapVolumeSource"
+        },
+        "name": {
+          "type": "string",
+          "description": "Volume's name."
+        }
+      },
+      "type": "object",
+      "description": "Volume represents a named volume in a container."
+    },
+    "Policy": {
+      "type": "object",
+      "properties": {
+        "auditConfigs": {
+          "type": "array",
+          "items": {
+            "$ref": "AuditConfig"
+          },
+          "description": "Specifies cloud audit logging configuration for this policy."
+        },
+        "etag": {
+          "type": "string",
+          "format": "byte",
+          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost."
+        },
+        "bindings": {
+          "type": "array",
+          "description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.",
+          "items": {
+            "$ref": "Binding"
+          }
+        },
+        "version": {
+          "format": "int32",
+          "type": "integer",
+          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
+        }
+      },
+      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
+      "id": "Policy"
+    },
+    "SetIamPolicyRequest": {
+      "id": "SetIamPolicyRequest",
+      "properties": {
+        "policy": {
+          "$ref": "Policy",
+          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them."
+        },
+        "updateMask": {
+          "format": "google-fieldmask",
+          "type": "string",
+          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`"
+        }
+      },
+      "description": "Request message for `SetIamPolicy` method.",
+      "type": "object"
+    },
+    "DomainMappingStatus": {
+      "description": "The current state of the Domain Mapping.",
+      "id": "DomainMappingStatus",
+      "properties": {
+        "resourceRecords": {
+          "items": {
+            "$ref": "ResourceRecord"
+          },
+          "description": "The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.",
+          "type": "array"
+        },
+        "mappedRouteName": {
+          "description": "The name of the route that the mapping currently points to.",
+          "type": "string"
+        },
+        "observedGeneration": {
+          "format": "int32",
+          "description": "ObservedGeneration is the 'Generation' of the DomainMapping that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.",
+          "type": "integer"
+        },
+        "conditions": {
+          "items": {
+            "$ref": "DomainMappingCondition"
+          },
+          "description": "Array of observed DomainMappingConditions, indicating the current state of the DomainMapping.",
+          "type": "array"
+        },
+        "url": {
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Holds the URL that will serve the traffic of the DomainMapping. +optional",
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
+    "ListCloudAuditLogsSourcesResponse": {
+      "type": "object",
+      "description": "ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.",
+      "id": "ListCloudAuditLogsSourcesResponse",
+      "properties": {
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"CloudAuditLogsSourceList\"."
+        },
+        "unreachable": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          },
+          "description": "Locations that could not be reached."
+        },
+        "metadata": {
+          "description": "Metadata associated with this CloudAuditLogsSource list.",
+          "$ref": "ListMeta"
+        },
+        "items": {
+          "type": "array",
+          "description": "List of CloudAuditLogsSources.",
+          "items": {
+            "$ref": "CloudAuditLogsSource"
+          }
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\"."
+        }
+      }
+    },
+    "ObjectMeta": {
+      "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
+      "properties": {
+        "finalizers": {
+          "type": "array",
+          "description": "Not currently supported by Cloud Run. Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. +optional +patchStrategy=merge",
+          "items": {
+            "type": "string"
+          }
+        },
+        "clusterName": {
+          "description": "Not currently supported by Cloud Run. The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. +optional",
+          "type": "string"
+        },
+        "selfLink": {
+          "type": "string",
+          "description": "SelfLink is a URL representing this object. Populated by the system. Read-only. +optional string selfLink = 4;"
+        },
+        "name": {
+          "description": "Name must be unique within a namespace, within a Cloud Run region. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names +optional",
+          "type": "string"
+        },
+        "ownerReferences": {
+          "description": "List of objects that own this object. If ALL objects in the list have been deleted, this object will be garbage collected. +optional",
+          "type": "array",
+          "items": {
+            "$ref": "OwnerReference"
+          }
+        },
+        "deletionTimestamp": {
+          "type": "string",
+          "format": "google-datetime",
+          "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional"
+        },
+        "annotations": {
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          },
+          "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations +optional"
+        },
+        "namespace": {
+          "type": "string",
+          "description": "Namespace defines the space within each name must be unique, within a Cloud Run region. In Cloud Run the namespace must be equal to either the project ID or project number."
+        },
+        "uid": {
+          "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional",
+          "type": "string"
+        },
+        "generation": {
+          "type": "integer",
+          "format": "int32",
+          "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional"
+        },
+        "resourceVersion": {
+          "type": "string",
+          "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional"
+        },
+        "deletionGracePeriodSeconds": {
+          "description": "Not currently supported by Cloud Run. Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. +optional",
+          "format": "int32",
+          "type": "integer"
+        },
+        "labels": {
+          "additionalProperties": {
+            "type": "string"
+          },
+          "type": "object",
+          "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: http://kubernetes.io/docs/user-guide/labels +optional"
+        },
+        "creationTimestamp": {
+          "type": "string",
+          "format": "google-datetime",
+          "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional"
+        },
+        "generateName": {
+          "description": "Not currently supported by Cloud Run. GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency +optional string generateName = 2;",
+          "type": "string"
+        }
+      },
+      "id": "ObjectMeta",
+      "type": "object"
+    },
+    "ListCloudPubSubSourcesResponse": {
+      "id": "ListCloudPubSubSourcesResponse",
+      "description": "ListCloudPubSubSourcesResponse is a list of CloudPubSubSource resources.",
+      "properties": {
+        "metadata": {
+          "description": "Metadata associated with this CloudPubSubSource list.",
+          "$ref": "ListMeta"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\".",
+          "type": "string"
+        },
+        "items": {
+          "items": {
+            "$ref": "CloudPubSubSource"
+          },
+          "description": "List of CloudPubSubSources.",
+          "type": "array"
+        },
+        "unreachable": {
+          "items": {
+            "type": "string"
+          },
+          "type": "array",
+          "description": "Locations that could not be reached."
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case \"CloudPubSubSourceList\"."
+        }
+      },
+      "type": "object"
+    },
+    "RouteCondition": {
+      "properties": {
+        "reason": {
+          "type": "string",
+          "description": "One-word CamelCase reason for the condition's last transition. +optional"
+        },
+        "type": {
+          "type": "string",
+          "description": "RouteConditionType is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types include: \"Ready\"."
+        },
+        "severity": {
+          "type": "string",
+          "description": "How to interpret failures of this condition, one of Error, Warning, Info +optional"
+        },
+        "lastTransitionTime": {
+          "type": "string",
+          "description": "Last time the condition transitioned from one status to another. +optional",
+          "format": "google-datetime"
+        },
+        "message": {
+          "description": "Human-readable message indicating details about last transition. +optional",
+          "type": "string"
+        },
+        "status": {
+          "type": "string",
+          "description": "Status of the condition, one of \"True\", \"False\", \"Unknown\"."
+        }
+      },
+      "id": "RouteCondition",
+      "description": "RouteCondition defines a readiness condition for a Route.",
+      "type": "object"
+    },
+    "Route": {
+      "description": "Route is responsible for configuring ingress over a collection of Revisions. Some of the Revisions a Route distributes traffic over may be specified by referencing the Configuration responsible for creating them; in these cases the Route is additionally responsible for monitoring the Configuration for \"latest ready\" revision changes, and smoothly rolling out latest revisions. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#route Cloud Run currently supports referencing a single Configuration to automatically deploy the \"latest ready\" Revision from that Configuration.",
+      "id": "Route",
+      "properties": {
+        "spec": {
+          "$ref": "RouteSpec",
+          "description": "Spec holds the desired state of the Route (from the client)."
+        },
+        "metadata": {
+          "description": "Metadata associated with this Route, including name, namespace, labels, and annotations.",
+          "$ref": "ObjectMeta"
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case always \"Route\"."
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\"."
+        },
+        "status": {
+          "$ref": "RouteStatus",
+          "description": "Status communicates the observed state of the Route (from the controller)."
+        }
+      },
+      "type": "object"
+    },
+    "Handler": {
+      "id": "Handler",
+      "properties": {
+        "tcpSocket": {
+          "$ref": "TCPSocketAction",
+          "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
+        },
+        "httpGet": {
+          "$ref": "HTTPGetAction",
+          "description": "HTTPGet specifies the http request to perform. +optional"
+        },
+        "exec": {
+          "description": "One and only one of the following should be specified. Exec specifies the action to take. +optional",
+          "$ref": "ExecAction"
+        }
+      },
+      "description": "Handler defines a specific action that should be taken",
+      "type": "object"
+    },
+    "ConfigMapVolumeSource": {
+      "description": "Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths.",
+      "properties": {
+        "items": {
+          "type": "array",
+          "items": {
+            "$ref": "KeyToPath"
+          },
+          "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional."
+        },
+        "name": {
+          "type": "string",
+          "description": "Name of the config."
+        },
+        "defaultMode": {
+          "format": "int32",
+          "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
+          "type": "integer"
+        },
+        "optional": {
+          "description": "Specify whether the Secret or its keys must be defined.",
+          "type": "boolean"
+        }
+      },
+      "type": "object",
+      "id": "ConfigMapVolumeSource"
+    },
+    "EnvVar": {
+      "type": "object",
+      "properties": {
+        "name": {
+          "type": "string",
+          "description": "Name of the environment variable. Must be a C_IDENTIFIER."
+        },
+        "valueFrom": {
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Source for the environment variable's value. Cannot be used if value is not empty. +optional",
+          "$ref": "EnvVarSource"
+        },
+        "value": {
+          "type": "string",
+          "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\". +optional"
+        }
+      },
+      "id": "EnvVar",
+      "description": "EnvVar represents an environment variable present in a Container."
+    },
+    "ListMeta": {
+      "id": "ListMeta",
+      "properties": {
+        "continue": {
+          "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response.",
+          "type": "string"
+        },
+        "selfLink": {
+          "type": "string",
+          "description": "SelfLink is a URL representing this object. Populated by the system. Read-only. +optional"
+        },
+        "resourceVersion": {
+          "type": "string",
+          "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional"
+        }
+      },
+      "type": "object",
+      "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}."
+    },
+    "CloudAuditLogsSourceStatus": {
+      "type": "object",
+      "id": "CloudAuditLogsSourceStatus",
+      "properties": {
+        "observedGeneration": {
+          "type": "integer",
+          "format": "int32",
+          "description": "ObservedGeneration is the 'Generation' of the CloudAuditLogsSource that was last processed by the controller."
+        },
+        "sinkUri": {
+          "description": "SinkURI is the current active sink URI that has been configured for the Source. +optional",
+          "type": "string"
+        },
+        "conditions": {
+          "items": {
+            "$ref": "Condition"
+          },
+          "type": "array",
+          "description": "Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource."
+        }
+      },
+      "description": "CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource."
+    },
+    "Container": {
+      "type": "object",
+      "description": "A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.",
+      "id": "Container",
+      "properties": {
+        "terminationMessagePath": {
+          "type": "string",
+          "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. +optional"
+        },
+        "readinessProbe": {
+          "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional",
+          "$ref": "Probe"
+        },
+        "workingDir": {
+          "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. +optional",
+          "type": "string"
+        },
+        "name": {
+          "description": "Name of the container specified as a DNS_LABEL. Each container must have a unique name (DNS_LABEL). Cannot be updated.",
+          "type": "string"
+        },
+        "ports": {
+          "type": "array",
+          "items": {
+            "$ref": "ContainerPort"
+          },
+          "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated. +optional"
+        },
+        "resources": {
+          "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources +optional",
+          "$ref": "ResourceRequirements"
+        },
+        "args": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          },
+          "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell +optional"
+        },
+        "envFrom": {
+          "items": {
+            "$ref": "EnvFromSource"
+          },
+          "type": "array",
+          "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. +optional"
+        },
+        "imagePullPolicy": {
+          "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +optional",
+          "type": "string"
+        },
+        "tty": {
+          "type": "boolean",
+          "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. +optional"
+        },
+        "stdinOnce": {
+          "type": "boolean",
+          "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false +optional"
+        },
+        "volumeMounts": {
+          "type": "array",
+          "description": "Pod volumes to mount into the container's filesystem. Cannot be updated. +optional",
+          "items": {
+            "$ref": "VolumeMount"
+          }
+        },
+        "env": {
+          "items": {
+            "$ref": "EnvVar"
+          },
+          "description": "List of environment variables to set in the container. Cannot be updated. +optional",
+          "type": "array"
+        },
+        "terminationMessagePolicy": {
+          "type": "string",
+          "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. +optional"
+        },
+        "stdin": {
+          "type": "boolean",
+          "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. +optional"
+        },
+        "securityContext": {
+          "$ref": "SecurityContext",
+          "description": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ +optional"
+        },
+        "command": {
+          "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell +optional",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
+        "volumeDevices": {
+          "type": "array",
+          "items": {
+            "$ref": "VolumeDevice"
+          },
+          "description": "volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future. +optional"
+        },
+        "lifecycle": {
+          "$ref": "Lifecycle",
+          "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated. +optional"
+        },
+        "image": {
+          "type": "string",
+          "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images"
+        },
+        "livenessProbe": {
+          "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional",
+          "$ref": "Probe"
+        }
+      }
+    },
+    "RevisionTemplate": {
+      "id": "RevisionTemplate",
+      "description": "RevisionTemplateSpec describes the data a revision should have when created from a template. Based on: https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190",
+      "type": "object",
+      "properties": {
+        "spec": {
+          "description": "RevisionSpec holds the desired state of the Revision (from the client).",
+          "$ref": "RevisionSpec"
+        },
+        "metadata": {
+          "description": "Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. To set minimum instances for this revision, use the \"autoscaling.knative.dev/minScale\" annotation key. (Cloud Run on GKE only). To set maximum instances for this revision, use the \"autoscaling.knative.dev/maxScale\" annotation key. To set Cloud SQL connections for the revision, use the \"run.googleapis.com/cloudsql-instances\" annotation key. Values should be comma separated.",
+          "$ref": "ObjectMeta"
+        }
+      }
+    },
+    "RevisionCondition": {
+      "properties": {
+        "severity": {
+          "type": "string",
+          "description": "How to interpret failures of this condition, one of Error, Warning, Info +optional"
+        },
+        "lastTransitionTime": {
+          "description": "Last time the condition transitioned from one status to another. +optional",
+          "format": "google-datetime",
+          "type": "string"
+        },
+        "type": {
+          "description": "RevisionConditionType is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types include: * \"Ready\": True when the Revision is ready. * \"ResourcesAvailable\": True when underlying resources have been provisioned. * \"ContainerHealthy\": True when the Revision readiness check completes. * \"Active\": True when the Revision may receive traffic.",
+          "type": "string"
+        },
+        "message": {
+          "description": "Human readable message indicating details about the current status. +optional",
+          "type": "string"
+        },
+        "reason": {
+          "type": "string",
+          "description": "One-word CamelCase reason for the condition's last transition. +optional"
+        },
+        "status": {
+          "description": "Status of the condition, one of True, False, Unknown.",
+          "type": "string"
+        }
+      },
+      "description": "RevisionCondition defines a readiness condition for a Revision.",
+      "id": "RevisionCondition",
+      "type": "object"
+    },
+    "TrafficTarget": {
+      "description": "TrafficTarget holds a single entry of the routing table for a Route.",
+      "properties": {
+        "name": {
+          "description": "Name is optionally used to expose a dedicated hostname for referencing this target exclusively. Not currently supported by Cloud Run. +optional",
+          "type": "string"
+        },
+        "tag": {
+          "description": "Tag is optionally used to expose a dedicated url for referencing this target exclusively. Not currently supported in Cloud Run. +optional",
+          "type": "string"
+        },
+        "url": {
+          "description": "Output only. URL displays the URL for accessing named traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. http://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc. Not currently supported in Cloud Run.",
+          "type": "string"
+        },
+        "revisionName": {
+          "type": "string",
+          "description": "RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. Providing RevisionName in spec is not currently supported by Cloud Run."
+        },
+        "latestRevision": {
+          "description": "LatestRevision may be optionally provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty. +optional",
+          "type": "boolean"
+        },
+        "configurationName": {
+          "type": "string",
+          "description": "ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the \"status.latestReadyRevisionName\" of the referenced configuration changes, we will automatically migrate traffic from the prior \"latest ready\" revision to the new one. This field is never set in Route's status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName."
+        },
+        "percent": {
+          "format": "int32",
+          "type": "integer",
+          "description": "Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. Cloud Run currently requires 100 percent for a single ConfigurationName TrafficTarget entry."
+        }
+      },
+      "type": "object",
+      "id": "TrafficTarget"
+    },
+    "ContainerPort": {
+      "description": "ContainerPort represents a network port in a single container.",
+      "properties": {
+        "containerPort": {
+          "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536.",
+          "format": "int32",
+          "type": "integer"
+        },
+        "hostIP": {
+          "type": "string",
+          "description": "What host IP to bind the external port to. +optional"
+        },
+        "name": {
+          "type": "string",
+          "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. +optional"
+        },
+        "hostPort": {
+          "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. +optional",
+          "format": "int32",
+          "type": "integer"
+        },
+        "protocol": {
+          "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\". +optional",
+          "type": "string"
+        }
+      },
+      "id": "ContainerPort",
+      "type": "object"
+    },
+    "ServiceSpec": {
+      "type": "object",
+      "description": "ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).",
+      "properties": {
+        "runLatest": {
+          "$ref": "ServiceSpecRunLatest",
+          "description": "RunLatest defines a simple Service. It will automatically configure a route that keeps the latest ready revision from the supplied configuration running. +optional"
+        },
+        "generation": {
+          "type": "integer",
+          "format": "int32",
+          "description": "Deprecated and not currently populated by Cloud Run. See metadata.generation instead, which is the sequence number containing the latest generation of the desired state. Read-only."
+        },
+        "template": {
+          "$ref": "RevisionTemplate",
+          "description": "Template holds the latest specification for the Revision to be stamped out."
+        },
+        "pinned": {
+          "$ref": "ServiceSpecPinnedType",
+          "description": "Pins this service to a specific revision name. The revision must be owned by the configuration provided. Deprecated and not supported by Cloud Run. +optional"
+        },
+        "traffic": {
+          "items": {
+            "$ref": "TrafficTarget"
+          },
+          "type": "array",
+          "description": "Traffic specifies how to distribute traffic over a collection of Knative Revisions and Configurations."
+        },
+        "manual": {
+          "$ref": "ServiceSpecManualType",
+          "description": "Manual contains the options for configuring a manual service. See ServiceSpec for more details. Not currently supported by Cloud Run."
+        },
+        "release": {
+          "description": "Release enables gradual promotion of new revisions by allowing traffic to be split between two revisions. This type replaces the deprecated Pinned type. Not currently supported by Cloud Run.",
+          "$ref": "ServiceSpecReleaseType"
+        }
+      },
+      "id": "ServiceSpec"
+    },
+    "SecretEnvSource": {
+      "description": "SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
+      "type": "object",
+      "properties": {
+        "name": {
+          "type": "string",
+          "description": "Cloud Run fully managed: not supported Cloud Run for Anthos: supported The Secret to select from."
+        },
+        "optional": {
+          "description": "Cloud Run fully managed: not supported Cloud Run for Anthos: supported Specify whether the Secret must be defined +optional",
+          "type": "boolean"
+        },
+        "localObjectReference": {
+          "description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead.",
+          "$ref": "LocalObjectReference"
+        }
+      },
+      "id": "SecretEnvSource"
+    },
+    "Configuration": {
+      "type": "object",
+      "id": "Configuration",
+      "properties": {
+        "kind": {
+          "type": "string",
+          "description": "The kind of resource, in this case always \"Configuration\"."
+        },
+        "spec": {
+          "description": "Spec holds the desired state of the Configuration (from the client).",
+          "$ref": "ConfigurationSpec"
+        },
+        "status": {
+          "$ref": "ConfigurationStatus",
+          "description": "Status communicates the observed state of the Configuration (from the controller)."
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        },
+        "metadata": {
+          "description": "Metadata associated with this Configuration, including name, namespace, labels, and annotations.",
+          "$ref": "ObjectMeta"
+        }
+      },
+      "description": "Configuration represents the \"floating HEAD\" of a linear history of Revisions, and optionally how the containers those revisions reference are built. Users create new Revisions by updating the Configuration's spec. The \"latest created\" revision's name is available under status, as is the \"latest ready\" revision's name. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration"
+    },
+    "ListRoutesResponse": {
+      "id": "ListRoutesResponse",
+      "description": "ListRoutesResponse is a list of Route resources.",
+      "properties": {
+        "unreachable": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          },
+          "description": "Locations that could not be reached."
+        },
+        "items": {
+          "description": "List of Routes.",
+          "type": "array",
+          "items": {
+            "$ref": "Route"
+          }
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        },
+        "kind": {
+          "type": "string",
+          "description": "The kind of this resource, in this case always \"RouteList\"."
+        },
+        "metadata": {
+          "$ref": "ListMeta",
+          "description": "Metadata associated with this Route list."
+        }
+      },
+      "type": "object"
+    },
+    "ListLocationsResponse": {
+      "type": "object",
+      "description": "The response message for Locations.ListLocations.",
+      "id": "ListLocationsResponse",
+      "properties": {
+        "locations": {
+          "items": {
+            "$ref": "Location"
+          },
+          "description": "A list of locations that matches the specified filter in the request.",
+          "type": "array"
+        },
+        "nextPageToken": {
+          "description": "The standard List next-page token.",
+          "type": "string"
+        }
+      }
+    },
+    "ConfigMapKeySelector": {
+      "type": "object",
+      "properties": {
+        "key": {
+          "type": "string",
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported The key to select."
+        },
+        "optional": {
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Specify whether the ConfigMap or its key must be defined +optional",
+          "type": "boolean"
+        },
+        "name": {
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported The ConfigMap to select from.",
+          "type": "string"
+        },
+        "localObjectReference": {
+          "$ref": "LocalObjectReference",
+          "description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead."
+        }
+      },
+      "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Selects a key from a ConfigMap.",
+      "id": "ConfigMapKeySelector"
+    },
+    "ConfigurationCondition": {
+      "description": "ConfigurationCondition defines a readiness condition for a Configuration.",
+      "type": "object",
+      "properties": {
+        "lastTransitionTime": {
+          "format": "google-datetime",
+          "description": "Last time the condition transitioned from one status to another. +optional",
+          "type": "string"
+        },
+        "severity": {
+          "type": "string",
+          "description": "How to interpret failures of this condition, one of Error, Warning, Info +optional"
+        },
+        "reason": {
+          "description": "One-word CamelCase reason for the condition's last transition. +optional",
+          "type": "string"
+        },
+        "status": {
+          "description": "Status of the condition, one of True, False, Unknown.",
+          "type": "string"
+        },
+        "type": {
+          "type": "string",
+          "description": "ConfigurationConditionType is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types include:\"Ready\""
+        },
+        "message": {
+          "type": "string",
+          "description": "Human-readable message indicating details about last transition. +optional"
+        }
+      },
+      "id": "ConfigurationCondition"
+    },
+    "TriggerFilter": {
+      "type": "object",
+      "properties": {
+        "attributes": {
+          "type": "object",
+          "additionalProperties": {
+            "type": "string"
+          },
+          "description": "Optional. Attributes filters events by exact match on event context attributes. Each key in the map is compared with the equivalent key in the event context. An event passes the filter if all values are equal to the specified values. Nested context attributes are not supported as keys. Only string values are supported. Note that this field is optional in knative. In fully managed, 'type' attribute is required due to different broker implementation."
+        }
+      },
+      "id": "TriggerFilter"
+    },
+    "ExecAction": {
+      "description": "ExecAction describes a \"run in container\" action.",
+      "type": "object",
+      "id": "ExecAction",
+      "properties": {
+        "command": {
+          "type": "array",
+          "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. +optional",
+          "items": {
+            "type": "string"
+          }
+        }
+      }
+    },
+    "LocalObjectReference": {
+      "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
+      "id": "LocalObjectReference",
+      "properties": {
+        "name": {
+          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
+    "EnvFromSource": {
+      "type": "object",
+      "description": "EnvFromSource represents the source of a set of ConfigMaps",
+      "id": "EnvFromSource",
+      "properties": {
+        "prefix": {
+          "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional",
+          "type": "string"
+        },
+        "configMapRef": {
+          "$ref": "ConfigMapEnvSource",
+          "description": "The ConfigMap to select from +optional"
+        },
+        "secretRef": {
+          "description": "The Secret to select from +optional",
+          "$ref": "SecretEnvSource"
+        }
+      }
+    },
+    "Destination": {
+      "id": "Destination",
+      "type": "object",
+      "properties": {
+        "uri": {
+          "description": "URI is for direct URI Designations or used with the resulting URL from Addressable ObjectReference. If used with an ObjectReference, will be appended to the path of the resulting URL from the Addressable. + optional",
+          "type": "string"
+        },
+        "ref": {
+          "$ref": "ObjectReference",
+          "description": "ObjectReference points to an Addressable. + optional"
+        }
+      }
+    },
+    "CloudSchedulerSource": {
+      "description": "The CloudSchedulerSource resource.",
+      "id": "CloudSchedulerSource",
+      "properties": {
+        "status": {
+          "$ref": "CloudSchedulerSourceStatus",
+          "description": "Status represents the current state of the CloudSchedulerSource. This data may be out of date."
+        },
+        "kind": {
+          "description": "The kind of resource, in this case \"CloudSchedulerSource\".",
+          "type": "string"
+        },
+        "metadata": {
+          "description": "Metadata associated with this CloudSchedulerSource.",
+          "$ref": "ObjectMeta"
+        },
+        "spec": {
+          "$ref": "CloudSchedulerSourceSpec",
+          "description": "Spec defines the desired state of the CloudSchedulerSource."
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\"."
+        }
+      },
+      "type": "object"
+    },
+    "Quantity": {
+      "description": "The view model of a single quantity, e.g. \"800 MiB\". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto",
+      "properties": {
+        "string": {
+          "type": "string",
+          "description": "Stringified version of the quantity, e.g., \"800 MiB\"."
+        }
+      },
+      "type": "object",
+      "id": "Quantity"
+    },
+    "RevisionStatus": {
+      "properties": {
+        "logUrl": {
+          "description": "Specifies the generated logging url for this particular revision based on the revision url template specified in the controller's config. +optional",
+          "type": "string"
+        },
+        "conditions": {
+          "items": {
+            "$ref": "RevisionCondition"
+          },
+          "type": "array",
+          "description": "Conditions communicates information about ongoing/complete reconciliation processes that bring the \"spec\" inline with the observed state of the world. As a Revision is being prepared, it will incrementally update conditions \"ResourcesAvailable\", \"ContainerHealthy\", and \"Active\", which contribute to the overall \"Ready\" condition."
+        },
+        "observedGeneration": {
+          "type": "integer",
+          "description": "ObservedGeneration is the 'Generation' of the Revision that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation, and the Ready condition's status is True or False.",
+          "format": "int32"
+        },
+        "serviceName": {
+          "type": "string",
+          "description": "Not currently used by Cloud Run."
+        },
+        "imageDigest": {
+          "type": "string",
+          "description": "ImageDigest holds the resolved digest for the image specified within .Spec.Container.Image. The digest is resolved during the creation of Revision. This field holds the digest value regardless of whether a tag or digest was originally specified in the Container object."
+        }
+      },
+      "id": "RevisionStatus",
+      "description": "RevisionStatus communicates the observed state of the Revision (from the controller).",
+      "type": "object"
+    },
+    "VolumeMount": {
+      "description": "VolumeMount describes a mounting of a Volume within a container.",
+      "type": "object",
+      "id": "VolumeMount",
+      "properties": {
+        "mountPath": {
+          "type": "string",
+          "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
+        },
+        "mountPropagation": {
+          "type": "string",
+          "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is beta in 1.10. +optional"
+        },
+        "readOnly": {
+          "type": "boolean",
+          "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional"
+        },
+        "subPath": {
+          "type": "string",
+          "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root). +optional"
+        },
+        "name": {
+          "description": "This must match the Name of a Volume.",
+          "type": "string"
+        }
+      }
+    },
+    "Expr": {
+      "type": "object",
+      "id": "Expr",
+      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
+      "properties": {
+        "description": {
+          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
+          "type": "string"
+        },
+        "expression": {
+          "type": "string",
+          "description": "Textual representation of an expression in Common Expression Language syntax."
+        },
+        "location": {
+          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
+          "type": "string"
+        },
+        "title": {
+          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
+          "type": "string"
+        }
+      }
+    },
+    "ServiceSpecPinnedType": {
+      "id": "ServiceSpecPinnedType",
+      "type": "object",
+      "properties": {
+        "configuration": {
+          "$ref": "ConfigurationSpec",
+          "description": "The configuration for this service."
+        },
+        "revisionName": {
+          "type": "string",
+          "description": "The revision name to pin this service to until changed to a different service type."
+        }
+      },
+      "description": "ServiceSpecPinnedType Pins this service to a specific revision name. The revision must be owned by the configuration provided. Deprecated and not supported by Cloud Run."
+    },
+    "DomainMapping": {
+      "description": "Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.",
+      "id": "DomainMapping",
+      "properties": {
+        "spec": {
+          "description": "The spec for this DomainMapping.",
+          "$ref": "DomainMappingSpec"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"domains.cloudrun.com/v1alpha1\".",
+          "type": "string"
+        },
+        "metadata": {
+          "description": "Metadata associated with this BuildTemplate.",
+          "$ref": "ObjectMeta"
+        },
+        "status": {
+          "description": "The current status of the DomainMapping.",
+          "$ref": "DomainMappingStatus"
+        },
+        "kind": {
+          "description": "The kind of resource, in this case \"DomainMapping\".",
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
+    "CloudStorageSourceSpec": {
+      "description": "The desired state of the CloudStorageSource.",
+      "type": "object",
+      "id": "CloudStorageSourceSpec",
+      "properties": {
+        "payloadFormat": {
+          "description": "PayloadFormat specifies the contents of the message payload. See https://cloud.google.com/storage/docs/pubsub-notifications#payload.",
+          "type": "string"
+        },
+        "objectNamePrefix": {
+          "description": "ObjectNamePrefix limits the notifications to objects with this prefix.",
+          "type": "string"
+        },
+        "ceOverrides": {
+          "$ref": "CloudEventOverrides",
+          "description": "CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink."
+        },
+        "secret": {
+          "description": "Secret is the credential to use to create the Scheduler Job. If not specified, defaults to: Name: google-cloud-key Key: key.json",
+          "$ref": "SecretKeySelector"
+        },
+        "pubsubSecret": {
+          "description": "PubSubSecret is the credential to use to create Topic / PullSubscription resources. If omitted, uses Secret.",
+          "$ref": "SecretKeySelector"
+        },
+        "project": {
+          "type": "string",
+          "description": "Project is the ID of the Google Cloud Project that the PubSub Topic exists in. If omitted, defaults to same as the cluster."
+        },
+        "bucket": {
+          "type": "string",
+          "description": "Bucket to subscribe to."
+        },
+        "eventTypes": {
+          "description": "EventTypes to subscribe to. If unspecified, then subscribe to all events.",
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
+        "serviceAccountName": {
+          "type": "string",
+          "description": "ServiceAccountName holds the name of the Kubernetes service account as which the underlying K8s resources should be run. If unspecified this will default to the \"default\" service account for the namespace in which the GCS exists."
+        },
+        "sink": {
+          "$ref": "Destination",
+          "description": "Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink."
+        }
+      }
+    },
+    "CloudStorageSourceStatus": {
+      "id": "CloudStorageSourceStatus",
+      "description": "CloudStorageSourceStatus represents the current state of a CloudStorageSource.",
+      "type": "object",
+      "properties": {
+        "sinkUri": {
+          "type": "string",
+          "description": "SinkURI is the current active sink URI that has been configured for the Source."
+        },
+        "conditions": {
+          "description": "Array of observed CloudStorageSourceConditions, indicating the current state of the CloudStorageSource.",
+          "items": {
+            "$ref": "Condition"
+          },
+          "type": "array"
+        },
+        "observedGeneration": {
+          "type": "integer",
+          "description": "ObservedGeneration is the 'Generation' of the CloudStorageSource that was last processed by the controller.",
+          "format": "int32"
+        }
+      }
+    },
+    "SecretKeySelector": {
+      "id": "SecretKeySelector",
+      "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported SecretKeySelector selects a key of a Secret.",
+      "type": "object",
+      "properties": {
+        "localObjectReference": {
+          "$ref": "LocalObjectReference",
+          "description": "This field should not be used directly as it is meant to be inlined directly into the message. Use the \"name\" field instead."
+        },
+        "key": {
+          "type": "string",
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported The key of the secret to select from. Must be a valid secret key."
+        },
+        "optional": {
+          "type": "boolean",
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported Specify whether the Secret or its key must be defined +optional"
+        },
+        "name": {
+          "type": "string",
+          "description": "Cloud Run fully managed: not supported Cloud Run on GKE: supported The name of the secret in the pod's namespace to select from."
+        }
+      }
+    },
+    "Probe": {
+      "type": "object",
+      "properties": {
+        "periodSeconds": {
+          "format": "int32",
+          "type": "integer",
+          "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. +optional"
+        },
+        "failureThreshold": {
+          "type": "integer",
+          "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +optional",
+          "format": "int32"
+        },
+        "initialDelaySeconds": {
+          "format": "int32",
+          "type": "integer",
+          "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional"
+        },
+        "successThreshold": {
+          "type": "integer",
+          "format": "int32",
+          "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. +optional"
+        },
+        "timeoutSeconds": {
+          "format": "int32",
+          "type": "integer",
+          "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +optional"
+        },
+        "handler": {
+          "description": "The action taken to determine the health of a container",
+          "$ref": "Handler"
+        }
+      },
+      "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
+      "id": "Probe"
+    },
+    "CloudStorageSource": {
+      "properties": {
+        "status": {
+          "$ref": "CloudStorageSourceStatus",
+          "description": "Status represents the current state of the CloudStorageSource. This data may be out of date."
+        },
+        "kind": {
+          "description": "The kind of resource, in this case \"CloudStorageSource\".",
+          "type": "string"
+        },
+        "spec": {
+          "$ref": "CloudStorageSourceSpec",
+          "description": "Spec defines the desired state of the CloudStorageSource."
+        },
+        "metadata": {
+          "description": "Metadata associated with this CloudStorageSource.",
+          "$ref": "ObjectMeta"
+        },
+        "apiVersion": {
+          "type": "string",
+          "description": "The API version for this call such as \"events.cloud.google.com/v1alpha1\"."
+        }
+      },
+      "description": "The CloudStorageSource resource.",
+      "id": "CloudStorageSource",
+      "type": "object"
+    },
+    "CloudAuditLogsSourceSpec": {
+      "type": "object",
+      "description": "The desired state of the CloudAuditLogsSource.",
+      "properties": {
+        "resourceName": {
+          "type": "string",
+          "description": "Optional. The resource specification. This must match \"methodName\" in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: \"projects/my-project/jobs/foo\"."
+        },
+        "sink": {
+          "description": "Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.",
+          "$ref": "Destination"
+        },
+        "methodName": {
+          "description": "Required. The method name at the service API. This must match \"methodName\" in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: \"google.cloud.bigquery.job.create\".",
+          "type": "string"
+        },
+        "serviceAccountName": {
+          "description": "Optional. Email address of the IAM service account associated with the source. The service account represents the identity of the source, and determines what permissions the source has. If not provided, the source will use the project's default service account.",
+          "type": "string"
+        },
+        "serviceName": {
+          "type": "string",
+          "description": "Required. The GCP service name. This must match \"serviceName\" in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: \"bigquery.googleapis.com\"."
+        },
+        "ceOverrides": {
+          "$ref": "CloudEventOverrides",
+          "description": "CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional"
+        }
+      },
+      "id": "CloudAuditLogsSourceSpec"
+    },
+    "Empty": {
+      "id": "Empty",
+      "properties": {},
+      "type": "object",
+      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`."
+    },
+    "ServiceSpecManualType": {
+      "id": "ServiceSpecManualType",
+      "properties": {},
+      "description": "ServiceSpecManualType contains the options for configuring a manual service. See ServiceSpec for more details. Not currently supported by Cloud Run.",
+      "type": "object"
+    },
+    "CloudPubSubSourceStatus": {
+      "description": "CloudPubSubSourceStatus represents the current state of a CloudPubSubSource.",
+      "type": "object",
+      "id": "CloudPubSubSourceStatus",
+      "properties": {
+        "conditions": {
+          "description": "Array of observed CloudPubSubSourceConditions, indicating the current state of the CloudPubSubSource.",
+          "items": {
+            "$ref": "Condition"
+          },
+          "type": "array"
+        },
+        "observedGeneration": {
+          "description": "ObservedGeneration is the 'Generation' of the CloudPubSubSource that was last processed by the controller.",
+          "type": "integer",
+          "format": "int32"
+        },
+        "sinkUri": {
+          "type": "string",
+          "description": "SinkURI is the current active sink URI that has been configured for the Source. +optional"
+        }
+      }
+    },
+    "ServiceSpecRunLatest": {
+      "description": "ServiceSpecRunLatest contains the options for always having a route to the latest configuration. See ServiceSpec for more details.",
+      "type": "object",
+      "properties": {
+        "configuration": {
+          "description": "The configuration for this service.",
+          "$ref": "ConfigurationSpec"
+        }
+      },
+      "id": "ServiceSpecRunLatest"
+    },
+    "Revision": {
+      "type": "object",
+      "id": "Revision",
+      "properties": {
+        "kind": {
+          "description": "The kind of this resource, in this case \"Revision\".",
+          "type": "string"
+        },
+        "apiVersion": {
+          "description": "The API version for this call such as \"serving.knative.dev/v1alpha1\".",
+          "type": "string"
+        },
+        "metadata": {
+          "description": "Metadata associated with this Revision, including name, namespace, labels, and annotations.",
+          "$ref": "ObjectMeta"
+        },
+        "spec": {
+          "$ref": "RevisionSpec",
+          "description": "Spec holds the desired state of the Revision (from the client)."
+        },
+        "status": {
+          "description": "Status communicates the observed state of the Revision (from the controller).",
+          "$ref": "RevisionStatus"
+        }
+      },
+      "description": "Revision is an immutable snapshot of code and configuration. A revision references a container image. Revisions are created by updates to a Configuration. Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#revision"
+    },
+    "ServiceSpecReleaseType": {
+      "description": "ServiceSpecReleaseType contains the options for slowly releasing revisions. See ServiceSpec for more details. Not currently supported by Cloud Run.",
+      "type": "object",
+      "id": "ServiceSpecReleaseType",
+      "properties": {
+        "configuration": {
+          "$ref": "ConfigurationSpec",
+          "description": "The configuration for this service. All revisions from this service must come from a single configuration."
+        },
+        "revisions": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          },
+          "description": "Revisions is an ordered list of 1 or 2 revisions. The first is the current revision, and the second is the candidate revision. If a single revision is provided, traffic will be pinned at that revision. \"@latest\" is a shortcut for usage that refers to the latest created revision by the configuration."
+        },
+        "rolloutPercent": {
+          "type": "integer",
+          "description": "RolloutPercent is the percent of traffic that should be sent to the candidate revision, i.e. the 2nd revision in the revisions list. Valid values are between 0 and 99 inclusive.",
+          "format": "int32"
+        }
+      }
+    },
+    "CloudSchedulerSourceStatus": {
+      "type": "object",
+      "description": "CloudSchedulerSourceStatus represents the current state of a CloudSchedulerSource.",
+      "properties": {
+        "sinkUri": {
+          "type": "string",
+          "description": "SinkURI is the current active sink URI that has been configured for the Source."
+        },
+        "observedGeneration": {
+          "type": "integer",
+          "description": "ObservedGeneration is the 'Generation' of the CloudSchedulerSource that was last processed by the controller.",
+          "format": "int32"
+        },
+        "conditions": {
+          "description": "Array of observed CloudSchedulerSourceConditions, indicating the current state of the CloudSchedulerSource.",
+          "type": "array",
+          "items": {
+            "$ref": "Condition"
+          }
+        }
+      },
+      "id": "CloudSchedulerSourceStatus"
+    },
+    "ConfigurationSpec": {
+      "description": "ConfigurationSpec holds the desired state of the Configuration (from the client).",
+      "id": "ConfigurationSpec",
+      "type": "object",
+      "properties": {
+        "template": {
+          "$ref": "RevisionTemplate",
+          "description": "Template holds the latest specification for the Revision to be stamped out."
+        },
+        "revisionTemplate": {
+          "$ref": "RevisionTemplate",
+          "description": "RevisionTemplate holds the latest specification for the Revision to be stamped out. The template references the container image, and may also include labels and annotations that should be attached to the Revision. To correlate a Revision, and/or to force a Revision to be created when the spec doesn't otherwise change, a nonce label may be provided in the template metadata. For more details, see: https://github.com/knative/serving/blob/master/docs/client-conventions.md#associate-modifications-with-revisions Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source."
+        },
+        "generation": {
+          "format": "int32",
+          "type": "integer",
+          "description": "Deprecated and not currently populated by Cloud Run. See metadata.generation instead, which is the sequence number containing the latest generation of the desired state. Read-only."
+        }
+      }
+    },
+    "SELinuxOptions": {
+      "properties": {
+        "role": {
+          "type": "string",
+          "description": "Role is a SELinux role label that applies to the container. +optional"
+        },
+        "level": {
+          "description": "Level is SELinux level label that applies to the container. +optional",
+          "type": "string"
+        },
+        "type": {
+          "description": "Type is a SELinux type label that applies to the container. +optional",
+          "type": "string"
+        },
+        "user": {
+          "description": "User is a SELinux user label that applies to the container. +optional",
+          "type": "string"
+        }
+      },
+      "id": "SELinuxOptions",
+      "type": "object",
+      "description": "SELinuxOptions are the labels to be applied to the container"
+    },
+    "ServiceCondition": {
+      "properties": {
+        "lastTransitionTime": {
+          "type": "string",
+          "description": "Last time the condition transitioned from one status to another. +optional",
+          "format": "google-datetime"
+        },
+        "reason": {
+          "description": "One-word CamelCase reason for the condition's last transition. +optional",
+          "type": "string"
+        },
+        "status": {
+          "description": "Status of the condition, one of True, False, Unknown.",
+          "type": "string"
+        },
+        "type": {
+          "type": "string",
+          "description": "ServiceConditionType is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types include: \"Ready\", \"ConfigurationsReady\", and \"RoutesReady\". \"Ready\" will be true when the underlying Route and Configuration are ready."
+        },
+        "severity": {
+          "description": "How to interpret failures of this condition, one of Error, Warning, Info +optional",
+          "type": "string"
+        },
+        "message": {
+          "type": "string",
+          "description": "Human-readable message indicating details about last transition. +optional"
+        }
+      },
+      "id": "ServiceCondition",
+      "type": "object",
+      "description": "ServiceCondition defines a readiness condition for a Service."
+    }
+  },
+  "revision": "20201113",
+  "ownerDomain": "google.com",
+  "basePath": "",
+  "mtlsRootUrl": "https://run.mtls.googleapis.com/",
+  "icons": {
+    "x32": "http://www.google.com/images/icons/product/search-32.gif",
+    "x16": "http://www.google.com/images/icons/product/search-16.gif"
+  },
+  "parameters": {
+    "uploadType": {
+      "location": "query",
+      "type": "string",
+      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
+    },
+    "key": {
+      "location": "query",
+      "type": "string",
+      "description": "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."
+    },
+    "upload_protocol": {
+      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
+      "location": "query",
+      "type": "string"
+    },
+    "fields": {
+      "type": "string",
+      "location": "query",
+      "description": "Selector specifying which fields to include in a partial response."
+    },
+    "access_token": {
+      "type": "string",
+      "description": "OAuth access token.",
+      "location": "query"
+    },
+    "quotaUser": {
+      "type": "string",
+      "location": "query",
+      "description": "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."
+    },
+    "oauth_token": {
+      "location": "query",
+      "description": "OAuth 2.0 token for the current user.",
+      "type": "string"
+    },
+    "prettyPrint": {
+      "location": "query",
+      "type": "boolean",
+      "description": "Returns response with indentations and line breaks.",
+      "default": "true"
+    },
+    "callback": {
+      "type": "string",
+      "location": "query",
+      "description": "JSONP"
+    },
+    "alt": {
+      "enumDescriptions": [
+        "Responses with Content-Type of application/json",
+        "Media download with context-dependent Content-Type",
+        "Responses with Content-Type of application/x-protobuf"
+      ],
+      "location": "query",
+      "enum": [
+        "json",
+        "media",
+        "proto"
+      ],
+      "description": "Data format for response.",
+      "type": "string",
+      "default": "json"
+    },
+    "$.xgafv": {
+      "enum": [
+        "1",
+        "2"
+      ],
+      "location": "query",
+      "description": "V1 error format.",
+      "type": "string",
+      "enumDescriptions": [
+        "v1 error format",
+        "v2 error format"
+      ]
+    }
+  },
+  "description": "Deploy and manage user provided container images that scale automatically based on HTTP traffic.",
+  "servicePath": "",
+  "discoveryVersion": "v1",
+  "title": "Cloud Run Admin API",
+  "version": "v1alpha1",
+  "name": "run",
+  "kind": "discovery#restDescription",
+  "ownerName": "Google",
+  "fullyEncodeReservedExpansion": true,
+  "canonicalName": "Cloud Run",
+  "version_module": true,
+  "batchPath": "batch",
+  "auth": {
+    "oauth2": {
+      "scopes": {
+        "https://www.googleapis.com/auth/cloud-platform": {
+          "description": "View and manage your data across Google Cloud Platform services"
+        }
+      }
+    }
+  },
+  "id": "run:v1alpha1",
+  "documentationLink": "https://cloud.google.com/run/",
+  "rootUrl": "https://run.googleapis.com/",
+  "protocol": "rest",
+  "resources": {
+    "namespaces": {
+      "resources": {
+        "configurations": {
+          "methods": {
+            "list": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "id": "run.namespaces.configurations.list",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/configurations",
+              "path": "apis/serving.knative.dev/v1alpha1/{+parent}/configurations",
+              "parameterOrder": [
+                "parent"
+              ],
+              "description": "Rpc to list configurations.",
+              "httpMethod": "GET",
+              "parameters": {
+                "continue": {
+                  "location": "query",
+                  "description": "Optional encoded string to continue paging.",
+                  "type": "string"
+                },
+                "includeUninitialized": {
+                  "location": "query",
+                  "type": "boolean",
+                  "description": "Not currently used by Cloud Run."
+                },
+                "labelSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                },
+                "resourceVersion": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run."
+                },
+                "watch": {
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "boolean"
+                },
+                "fieldSelector": {
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                  "type": "string"
+                },
+                "limit": {
+                  "location": "query",
+                  "description": "The maximum number of records that should be returned.",
+                  "format": "int32",
+                  "type": "integer"
+                },
+                "parent": {
+                  "description": "The project ID or project number from which the configurations should be listed.",
+                  "location": "path",
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+$",
+                  "type": "string"
+                }
+              },
+              "response": {
+                "$ref": "ListConfigurationsResponse"
+              }
+            },
+            "get": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "Configuration"
+              },
+              "parameters": {
+                "name": {
+                  "description": "The name of the configuration being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string",
+                  "location": "path",
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+/configurations/[^/]+$"
+                }
+              },
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "parameterOrder": [
+                "name"
+              ],
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/configurations/{configurationsId}",
+              "description": "Rpc to get information about a configuration.",
+              "id": "run.namespaces.configurations.get",
+              "httpMethod": "GET"
+            }
+          }
+        },
+        "domainmappings": {
+          "methods": {
+            "list": {
+              "path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/domainmappings",
+              "id": "run.namespaces.domainmappings.list",
+              "httpMethod": "GET",
+              "flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings",
+              "parameters": {
+                "limit": {
+                  "format": "int32",
+                  "type": "integer",
+                  "location": "query",
+                  "description": "The maximum number of records that should be returned."
+                },
+                "labelSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                },
+                "watch": {
+                  "location": "query",
+                  "type": "boolean",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                },
+                "parent": {
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path",
+                  "description": "The project ID or project number from which the domain mappings should be listed.",
+                  "type": "string"
+                },
+                "continue": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Optional encoded string to continue paging."
+                },
+                "fieldSelector": {
+                  "type": "string",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                  "location": "query"
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "type": "boolean",
+                  "location": "query"
+                },
+                "resourceVersion": {
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "type": "string",
+                  "location": "query"
+                }
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "parameterOrder": [
+                "parent"
+              ],
+              "response": {
+                "$ref": "ListDomainMappingsResponse"
+              },
+              "description": "Rpc to list domain mappings."
+            },
+            "create": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "DomainMapping"
+              },
+              "description": "Creates a new domain mapping.",
+              "flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings",
+              "parameterOrder": [
+                "parent"
+              ],
+              "id": "run.namespaces.domainmappings.create",
+              "path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/domainmappings",
+              "parameters": {
+                "parent": {
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path",
+                  "description": "The project ID or project number in which this domain mapping should be created.",
+                  "type": "string",
+                  "required": true
+                }
+              },
+              "httpMethod": "POST",
+              "request": {
+                "$ref": "DomainMapping"
+              }
+            },
+            "delete": {
+              "response": {
+                "$ref": "Empty"
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "id": "run.namespaces.domainmappings.delete",
+              "parameterOrder": [
+                "name"
+              ],
+              "flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings/{domainmappingsId}",
+              "httpMethod": "DELETE",
+              "path": "apis/domains.cloudrun.com/v1alpha1/{+name}",
+              "parameters": {
+                "kind": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "apiVersion": {
+                  "type": "string",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query"
+                },
+                "name": {
+                  "type": "string",
+                  "required": true,
+                  "location": "path",
+                  "description": "The name of the domain mapping being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "pattern": "^namespaces/[^/]+/domainmappings/[^/]+$"
+                },
+                "orphanDependents": {
+                  "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                  "location": "query",
+                  "type": "boolean"
+                },
+                "propagationPolicy": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                }
+              },
+              "description": "Rpc to delete a domain mapping."
+            },
+            "get": {
+              "id": "run.namespaces.domainmappings.get",
+              "path": "apis/domains.cloudrun.com/v1alpha1/{+name}",
+              "description": "Rpc to get information about a domain mapping.",
+              "httpMethod": "GET",
+              "parameters": {
+                "name": {
+                  "required": true,
+                  "description": "The name of the domain mapping being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "location": "path",
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/domainmappings/[^/]+$"
+                }
+              },
+              "flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/domainmappings/{domainmappingsId}",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "DomainMapping"
+              },
+              "parameterOrder": [
+                "name"
+              ]
+            }
+          }
+        },
+        "services": {
+          "methods": {
+            "get": {
+              "parameters": {
+                "name": {
+                  "description": "The name of the service being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "location": "path",
+                  "required": true,
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/services/[^/]+$"
+                }
+              },
+              "response": {
+                "$ref": "Service"
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "GET",
+              "description": "Rpc to get information about a service.",
+              "id": "run.namespaces.services.get",
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
+              "parameterOrder": [
+                "name"
+              ]
+            },
+            "list": {
+              "path": "apis/serving.knative.dev/v1alpha1/{+parent}/services",
+              "response": {
+                "$ref": "ListServicesResponse"
+              },
+              "httpMethod": "GET",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "parameterOrder": [
+                "parent"
+              ],
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services",
+              "description": "Rpc to list services.",
+              "parameters": {
+                "parent": {
+                  "pattern": "^namespaces/[^/]+$",
+                  "required": true,
+                  "description": "The project ID or project number from which the services should be listed.",
+                  "type": "string",
+                  "location": "path"
+                },
+                "limit": {
+                  "location": "query",
+                  "format": "int32",
+                  "type": "integer",
+                  "description": "The maximum number of records that should be returned."
+                },
+                "continue": {
+                  "description": "Optional encoded string to continue paging.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "resourceVersion": {
+                  "type": "string",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "location": "query"
+                },
+                "fieldSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "labelSelector": {
+                  "type": "string",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "location": "query"
+                },
+                "watch": {
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "boolean"
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "type": "boolean",
+                  "location": "query"
+                }
+              },
+              "id": "run.namespaces.services.list"
+            },
+            "delete": {
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
+              "httpMethod": "DELETE",
+              "id": "run.namespaces.services.delete",
+              "response": {
+                "$ref": "Empty"
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "parameters": {
+                "apiVersion": {
+                  "type": "string",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query"
+                },
+                "propagationPolicy": {
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "kind": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "name": {
+                  "location": "path",
+                  "description": "The name of the service being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string",
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+/services/[^/]+$"
+                },
+                "orphanDependents": {
+                  "type": "boolean",
+                  "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                  "location": "query"
+                }
+              }
+            },
+            "replaceService": {
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "httpMethod": "PUT",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "request": {
+                "$ref": "Service"
+              },
+              "parameters": {
+                "name": {
+                  "description": "The name of the service being replaced. If needed, replace {namespace_id} with the project ID.",
+                  "required": true,
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+/services/[^/]+$",
+                  "type": "string"
+                }
+              },
+              "description": "Rpc to replace a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.",
+              "response": {
+                "$ref": "Service"
+              },
+              "id": "run.namespaces.services.replaceService",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services/{servicesId}",
+              "parameterOrder": [
+                "name"
+              ]
+            },
+            "create": {
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/services",
+              "id": "run.namespaces.services.create",
+              "description": "Rpc to create a service.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "response": {
+                "$ref": "Service"
+              },
+              "request": {
+                "$ref": "Service"
+              },
+              "httpMethod": "POST",
+              "path": "apis/serving.knative.dev/v1alpha1/{+parent}/services",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "parameters": {
+                "parent": {
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+$",
+                  "required": true,
+                  "description": "The project ID or project number in which this service should be created.",
+                  "type": "string"
+                }
+              }
+            }
+          }
+        },
+        "cloudpubsubsources": {
+          "methods": {
+            "list": {
+              "response": {
+                "$ref": "ListCloudPubSubSourcesResponse"
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudpubsubsources",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "GET",
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources",
+              "description": "Rpc to list cloudpubsubsources.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "parameters": {
+                "resourceVersion": {
+                  "location": "query",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "type": "string"
+                },
+                "continue": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Optional encoded string to continue paging."
+                },
+                "limit": {
+                  "format": "int32",
+                  "location": "query",
+                  "description": "The maximum number of records that should be returned.",
+                  "type": "integer"
+                },
+                "labelSelector": {
+                  "location": "query",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "type": "string"
+                },
+                "watch": {
+                  "type": "boolean",
+                  "location": "query",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                },
+                "fieldSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "parent": {
+                  "location": "path",
+                  "description": "The project ID or project number from which the cloudpubsubsources should be listed.",
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+$",
+                  "required": true
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "boolean"
+                }
+              },
+              "id": "run.namespaces.cloudpubsubsources.list"
+            },
+            "get": {
+              "id": "run.namespaces.cloudpubsubsources.get",
+              "parameters": {
+                "name": {
+                  "type": "string",
+                  "required": true,
+                  "description": "The name of the cloudpubsubsource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "pattern": "^namespaces/[^/]+/cloudpubsubsources/[^/]+$",
+                  "location": "path"
+                }
+              },
+              "httpMethod": "GET",
+              "parameterOrder": [
+                "name"
+              ],
+              "response": {
+                "$ref": "CloudPubSubSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources/{cloudpubsubsourcesId}",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "description": "Rpc to get information about a cloudpubsubsource."
+            },
+            "create": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "POST",
+              "request": {
+                "$ref": "CloudPubSubSource"
+              },
+              "parameterOrder": [
+                "parent"
+              ],
+              "parameters": {
+                "parent": {
+                  "description": "The project ID or project number in which this cloudpubsubsource should be created.",
+                  "required": true,
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path"
+                }
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudpubsubsources",
+              "description": "Creates a new cloudpubsubsource.",
+              "response": {
+                "$ref": "CloudPubSubSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources",
+              "id": "run.namespaces.cloudpubsubsources.create"
+            },
+            "delete": {
+              "parameters": {
+                "propagationPolicy": {
+                  "type": "string",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                  "location": "query"
+                },
+                "apiVersion": {
+                  "type": "string",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query"
+                },
+                "kind": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Cloud Run currently ignores this parameter."
+                },
+                "name": {
+                  "pattern": "^namespaces/[^/]+/cloudpubsubsources/[^/]+$",
+                  "description": "The name of the cloudpubsubsource being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string",
+                  "location": "path",
+                  "required": true
+                }
+              },
+              "httpMethod": "DELETE",
+              "id": "run.namespaces.cloudpubsubsources.delete",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudpubsubsources/{cloudpubsubsourcesId}",
+              "parameterOrder": [
+                "name"
+              ],
+              "response": {
+                "$ref": "Empty"
+              },
+              "description": "Rpc to delete a cloudpubsubsource.",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}"
+            }
+          }
+        },
+        "routes": {
+          "methods": {
+            "get": {
+              "parameterOrder": [
+                "name"
+              ],
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "Route"
+              },
+              "httpMethod": "GET",
+              "description": "Rpc to get information about a route.",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/routes/{routesId}",
+              "parameters": {
+                "name": {
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/routes/[^/]+$",
+                  "description": "The name of the route being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "required": true,
+                  "location": "path"
+                }
+              },
+              "id": "run.namespaces.routes.get",
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}"
+            },
+            "list": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to list routes.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/routes",
+              "id": "run.namespaces.routes.list",
+              "path": "apis/serving.knative.dev/v1alpha1/{+parent}/routes",
+              "response": {
+                "$ref": "ListRoutesResponse"
+              },
+              "parameters": {
+                "watch": {
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "type": "boolean",
+                  "location": "query"
+                },
+                "labelSelector": {
+                  "type": "string",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "location": "query"
+                },
+                "parent": {
+                  "required": true,
+                  "type": "string",
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+$",
+                  "description": "The project ID or project number from which the routes should be listed."
+                },
+                "limit": {
+                  "location": "query",
+                  "description": "The maximum number of records that should be returned.",
+                  "format": "int32",
+                  "type": "integer"
+                },
+                "fieldSelector": {
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                  "type": "string"
+                },
+                "continue": {
+                  "description": "Optional encoded string to continue paging.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "boolean"
+                },
+                "resourceVersion": {
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "type": "string",
+                  "location": "query"
+                }
+              },
+              "httpMethod": "GET"
+            }
+          }
+        },
+        "revisions": {
+          "methods": {
+            "delete": {
+              "parameters": {
+                "propagationPolicy": {
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "kind": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "orphanDependents": {
+                  "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                  "type": "boolean",
+                  "location": "query"
+                },
+                "apiVersion": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Cloud Run currently ignores this parameter."
+                },
+                "name": {
+                  "pattern": "^namespaces/[^/]+/revisions/[^/]+$",
+                  "type": "string",
+                  "required": true,
+                  "location": "path",
+                  "description": "The name of the revision being deleted. If needed, replace {namespace_id} with the project ID."
+                }
+              },
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions/{revisionsId}",
+              "description": "Rpc to delete a revision.",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "DELETE",
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "parameterOrder": [
+                "name"
+              ],
+              "id": "run.namespaces.revisions.delete",
+              "response": {
+                "$ref": "Empty"
+              }
+            },
+            "list": {
+              "httpMethod": "GET",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions",
+              "description": "Rpc to list revisions.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "id": "run.namespaces.revisions.list",
+              "response": {
+                "$ref": "ListRevisionsResponse"
+              },
+              "path": "apis/serving.knative.dev/v1alpha1/{+parent}/revisions",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "parameters": {
+                "resourceVersion": {
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "continue": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Optional encoded string to continue paging."
+                },
+                "watch": {
+                  "type": "boolean",
+                  "location": "query",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "type": "boolean",
+                  "location": "query"
+                },
+                "fieldSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "limit": {
+                  "description": "The maximum number of records that should be returned.",
+                  "location": "query",
+                  "format": "int32",
+                  "type": "integer"
+                },
+                "parent": {
+                  "pattern": "^namespaces/[^/]+$",
+                  "description": "The project ID or project number from which the revisions should be listed.",
+                  "required": true,
+                  "type": "string",
+                  "location": "path"
+                },
+                "labelSelector": {
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "location": "query",
+                  "type": "string"
+                }
+              }
+            },
+            "get": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to get information about a revision.",
+              "path": "apis/serving.knative.dev/v1alpha1/{+name}",
+              "id": "run.namespaces.revisions.get",
+              "httpMethod": "GET",
+              "flatPath": "apis/serving.knative.dev/v1alpha1/namespaces/{namespacesId}/revisions/{revisionsId}",
+              "parameters": {
+                "name": {
+                  "description": "The name of the revision being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "location": "path",
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/revisions/[^/]+$",
+                  "required": true
+                }
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "response": {
+                "$ref": "Revision"
+              }
+            }
+          }
+        },
+        "authorizeddomains": {
+          "methods": {
+            "list": {
+              "id": "run.namespaces.authorizeddomains.list",
+              "parameterOrder": [
+                "parent"
+              ],
+              "path": "apis/domains.cloudrun.com/v1alpha1/{+parent}/authorizeddomains",
+              "description": "RPC to list authorized domains.",
+              "flatPath": "apis/domains.cloudrun.com/v1alpha1/namespaces/{namespacesId}/authorizeddomains",
+              "response": {
+                "$ref": "ListAuthorizedDomainsResponse"
+              },
+              "httpMethod": "GET",
+              "parameters": {
+                "pageToken": {
+                  "location": "query",
+                  "description": "Continuation token for fetching the next page of results.",
+                  "type": "string"
+                },
+                "parent": {
+                  "description": "Name of the parent Application resource. Example: `apps/myapp`.",
+                  "pattern": "^namespaces/[^/]+$",
+                  "required": true,
+                  "location": "path",
+                  "type": "string"
+                },
+                "pageSize": {
+                  "location": "query",
+                  "type": "integer",
+                  "format": "int32",
+                  "description": "Maximum results to return per page."
+                }
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ]
+            }
+          }
+        },
+        "triggers": {
+          "methods": {
+            "delete": {
+              "parameters": {
+                "apiVersion": {
+                  "location": "query",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "type": "string"
+                },
+                "name": {
+                  "required": true,
+                  "type": "string",
+                  "description": "The name of the trigger being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+/triggers/[^/]+$"
+                },
+                "propagationPolicy": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                },
+                "kind": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query",
+                  "type": "string"
+                }
+              },
+              "response": {
+                "$ref": "Empty"
+              },
+              "path": "apis/eventing.knative.dev/v1alpha1/{+name}",
+              "id": "run.namespaces.triggers.delete",
+              "httpMethod": "DELETE",
+              "parameterOrder": [
+                "name"
+              ],
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to delete a trigger.",
+              "flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers/{triggersId}"
+            },
+            "get": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "id": "run.namespaces.triggers.get",
+              "httpMethod": "GET",
+              "response": {
+                "$ref": "Trigger"
+              },
+              "path": "apis/eventing.knative.dev/v1alpha1/{+name}",
+              "parameters": {
+                "name": {
+                  "description": "The name of the trigger being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "required": true,
+                  "type": "string",
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+/triggers/[^/]+$"
+                }
+              },
+              "description": "Rpc to get information about a trigger.",
+              "flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers/{triggersId}",
+              "parameterOrder": [
+                "name"
+              ]
+            },
+            "create": {
+              "response": {
+                "$ref": "Trigger"
+              },
+              "id": "run.namespaces.triggers.create",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers",
+              "request": {
+                "$ref": "Trigger"
+              },
+              "description": "Creates a new trigger.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "parameters": {
+                "parent": {
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path",
+                  "description": "The project ID or project number in which this trigger should be created.",
+                  "type": "string"
+                }
+              },
+              "httpMethod": "POST",
+              "path": "apis/eventing.knative.dev/v1alpha1/{+parent}/triggers"
+            },
+            "list": {
+              "httpMethod": "GET",
+              "parameterOrder": [
+                "parent"
+              ],
+              "response": {
+                "$ref": "ListTriggersResponse"
+              },
+              "flatPath": "apis/eventing.knative.dev/v1alpha1/namespaces/{namespacesId}/triggers",
+              "path": "apis/eventing.knative.dev/v1alpha1/{+parent}/triggers",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "id": "run.namespaces.triggers.list",
+              "description": "Rpc to list triggers.",
+              "parameters": {
+                "labelSelector": {
+                  "location": "query",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "type": "string"
+                },
+                "resourceVersion": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run."
+                },
+                "fieldSelector": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "continue": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Optional. Encoded string to continue paging."
+                },
+                "parent": {
+                  "required": true,
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path",
+                  "description": "The project ID or project number from which the triggers should be listed."
+                },
+                "includeUninitialized": {
+                  "location": "query",
+                  "description": "Not currently used by Cloud Run.",
+                  "type": "boolean"
+                },
+                "watch": {
+                  "location": "query",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "type": "boolean"
+                },
+                "limit": {
+                  "format": "int32",
+                  "type": "integer",
+                  "description": "The maximum number of records that should be returned.",
+                  "location": "query"
+                }
+              }
+            }
+          }
+        },
+        "cloudauditlogssources": {
+          "methods": {
+            "list": {
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudauditlogssources",
+              "response": {
+                "$ref": "ListCloudAuditLogsSourcesResponse"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources",
+              "httpMethod": "GET",
+              "id": "run.namespaces.cloudauditlogssources.list",
+              "parameterOrder": [
+                "parent"
+              ],
+              "parameters": {
+                "parent": {
+                  "required": true,
+                  "type": "string",
+                  "description": "The project ID or project number from which the cloudauditlogssources should be listed.",
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+$"
+                },
+                "labelSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                },
+                "watch": {
+                  "location": "query",
+                  "type": "boolean",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                },
+                "resourceVersion": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run."
+                },
+                "includeUninitialized": {
+                  "type": "boolean",
+                  "description": "Not currently used by Cloud Run.",
+                  "location": "query"
+                },
+                "continue": {
+                  "description": "Optional encoded string to continue paging.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "fieldSelector": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "limit": {
+                  "location": "query",
+                  "description": "The maximum number of records that should be returned.",
+                  "format": "int32",
+                  "type": "integer"
+                }
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to list cloudauditlogssources."
+            },
+            "get": {
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "httpMethod": "GET",
+              "id": "run.namespaces.cloudauditlogssources.get",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "CloudAuditLogsSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources/{cloudauditlogssourcesId}",
+              "description": "Rpc to get information about a cloudauditlogssource.",
+              "parameterOrder": [
+                "name"
+              ],
+              "parameters": {
+                "name": {
+                  "required": true,
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/cloudauditlogssources/[^/]+$",
+                  "description": "The name of the cloudauditlogssource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "location": "path"
+                }
+              }
+            },
+            "delete": {
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "httpMethod": "DELETE",
+              "id": "run.namespaces.cloudauditlogssources.delete",
+              "response": {
+                "$ref": "Empty"
+              },
+              "description": "Rpc to delete a cloudauditlogssource.",
+              "parameterOrder": [
+                "name"
+              ],
+              "parameters": {
+                "apiVersion": {
+                  "location": "query",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "type": "string"
+                },
+                "kind": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Cloud Run currently ignores this parameter."
+                },
+                "propagationPolicy": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                },
+                "name": {
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+/cloudauditlogssources/[^/]+$",
+                  "required": true,
+                  "description": "The name of the cloudauditlogssource being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string"
+                }
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources/{cloudauditlogssourcesId}"
+            },
+            "create": {
+              "request": {
+                "$ref": "CloudAuditLogsSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudauditlogssources",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "POST",
+              "id": "run.namespaces.cloudauditlogssources.create",
+              "response": {
+                "$ref": "CloudAuditLogsSource"
+              },
+              "description": "Creates a new cloudauditlogssource.",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudauditlogssources",
+              "parameterOrder": [
+                "parent"
+              ],
+              "parameters": {
+                "parent": {
+                  "description": "The project ID or project number in which this cloudauditlogssource should be created.",
+                  "pattern": "^namespaces/[^/]+$",
+                  "type": "string",
+                  "location": "path",
+                  "required": true
+                }
+              }
+            }
+          }
+        },
+        "cloudstoragesources": {
+          "methods": {
+            "list": {
+              "httpMethod": "GET",
+              "response": {
+                "$ref": "ListCloudStorageSourcesResponse"
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudstoragesources",
+              "id": "run.namespaces.cloudstoragesources.list",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "parameters": {
+                "limit": {
+                  "type": "integer",
+                  "description": "The maximum number of records that should be returned.",
+                  "location": "query",
+                  "format": "int32"
+                },
+                "includeUninitialized": {
+                  "description": "Not currently used by Cloud Run.",
+                  "location": "query",
+                  "type": "boolean"
+                },
+                "watch": {
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "type": "boolean",
+                  "location": "query"
+                },
+                "parent": {
+                  "description": "Required. The project ID or project number from which the cloudstoragesources should be listed.",
+                  "type": "string",
+                  "location": "path",
+                  "pattern": "^namespaces/[^/]+$",
+                  "required": true
+                },
+                "labelSelector": {
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "fieldSelector": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "continue": {
+                  "description": "Optional encoded string to continue paging.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "resourceVersion": {
+                  "type": "string",
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "location": "query"
+                }
+              },
+              "description": "Rpc to list cloudstoragesources.",
+              "parameterOrder": [
+                "parent"
+              ],
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources"
+            },
+            "create": {
+              "parameterOrder": [
+                "parent"
+              ],
+              "request": {
+                "$ref": "CloudStorageSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources",
+              "id": "run.namespaces.cloudstoragesources.create",
+              "description": "Creates a new cloudstoragesource.",
+              "httpMethod": "POST",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudstoragesources",
+              "parameters": {
+                "parent": {
+                  "pattern": "^namespaces/[^/]+$",
+                  "description": "Required. The project ID or project number in which this cloudstoragesource should be created.",
+                  "type": "string",
+                  "location": "path",
+                  "required": true
+                }
+              },
+              "response": {
+                "$ref": "CloudStorageSource"
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ]
+            },
+            "get": {
+              "parameters": {
+                "name": {
+                  "pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$",
+                  "required": true,
+                  "type": "string",
+                  "location": "path",
+                  "description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID."
+                }
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "GET",
+              "id": "run.namespaces.cloudstoragesources.get",
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
+              "description": "Rpc to get information about a cloudstoragesource.",
+              "response": {
+                "$ref": "CloudStorageSource"
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}"
+            },
+            "delete": {
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
+              "id": "run.namespaces.cloudstoragesources.delete",
+              "response": {
+                "$ref": "Empty"
+              },
+              "parameters": {
+                "apiVersion": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "name": {
+                  "type": "string",
+                  "required": true,
+                  "location": "path",
+                  "description": "Required. The name of the cloudstoragesource being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$"
+                },
+                "kind": {
+                  "type": "string",
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query"
+                },
+                "propagationPolicy": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                }
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "description": "Rpc to delete a cloudstoragesource.",
+              "httpMethod": "DELETE"
+            },
+            "replaceCloudStorageSource": {
+              "httpMethod": "PUT",
+              "response": {
+                "$ref": "CloudStorageSource"
+              },
+              "id": "run.namespaces.cloudstoragesources.replaceCloudStorageSource",
+              "request": {
+                "$ref": "CloudStorageSource"
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "parameters": {
+                "name": {
+                  "description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "required": true,
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/cloudstoragesources/[^/]+$",
+                  "location": "path"
+                }
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudstoragesources/{cloudstoragesourcesId}",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "description": "Rpc to replace a cloudstoragesource. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control."
+            }
+          }
+        },
+        "cloudschedulersources": {
+          "methods": {
+            "create": {
+              "id": "run.namespaces.cloudschedulersources.create",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "POST",
+              "parameterOrder": [
+                "parent"
+              ],
+              "description": "Creates a new cloudschedulersource.",
+              "response": {
+                "$ref": "CloudSchedulerSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudschedulersources",
+              "request": {
+                "$ref": "CloudSchedulerSource"
+              },
+              "parameters": {
+                "parent": {
+                  "pattern": "^namespaces/[^/]+$",
+                  "type": "string",
+                  "required": true,
+                  "location": "path",
+                  "description": "Required. The project ID or project number in which this cloudschedulersource should be created."
+                }
+              }
+            },
+            "replaceCloudSchedulerSource": {
+              "request": {
+                "$ref": "CloudSchedulerSource"
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}",
+              "id": "run.namespaces.cloudschedulersources.replaceCloudSchedulerSource",
+              "parameters": {
+                "name": {
+                  "required": true,
+                  "location": "path",
+                  "description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string",
+                  "pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$"
+                }
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "response": {
+                "$ref": "CloudSchedulerSource"
+              },
+              "httpMethod": "PUT",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to replace a cloudschedulersource. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control."
+            },
+            "get": {
+              "parameters": {
+                "name": {
+                  "pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$",
+                  "location": "path",
+                  "required": true,
+                  "description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                  "type": "string"
+                }
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "httpMethod": "GET",
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "description": "Rpc to get information about a cloudschedulersource.",
+              "parameterOrder": [
+                "name"
+              ],
+              "id": "run.namespaces.cloudschedulersources.get",
+              "response": {
+                "$ref": "CloudSchedulerSource"
+              },
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}"
+            },
+            "delete": {
+              "path": "apis/events.cloud.google.com/v1alpha1/{+name}",
+              "httpMethod": "DELETE",
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources/{cloudschedulersourcesId}",
+              "response": {
+                "$ref": "Empty"
+              },
+              "parameterOrder": [
+                "name"
+              ],
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Rpc to delete a cloudschedulersource.",
+              "id": "run.namespaces.cloudschedulersources.delete",
+              "parameters": {
+                "apiVersion": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "name": {
+                  "pattern": "^namespaces/[^/]+/cloudschedulersources/[^/]+$",
+                  "location": "path",
+                  "type": "string",
+                  "description": "Required. The name of the cloudschedulersource being deleted. If needed, replace {namespace_id} with the project ID.",
+                  "required": true
+                },
+                "propagationPolicy": {
+                  "type": "string",
+                  "location": "query",
+                  "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                },
+                "kind": {
+                  "description": "Cloud Run currently ignores this parameter.",
+                  "location": "query",
+                  "type": "string"
+                }
+              }
+            },
+            "list": {
+              "parameterOrder": [
+                "parent"
+              ],
+              "flatPath": "apis/events.cloud.google.com/v1alpha1/namespaces/{namespacesId}/cloudschedulersources",
+              "description": "Rpc to list cloudschedulersources.",
+              "parameters": {
+                "labelSelector": {
+                  "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "parent": {
+                  "type": "string",
+                  "required": true,
+                  "pattern": "^namespaces/[^/]+$",
+                  "location": "path",
+                  "description": "Required. The project ID or project number from which the cloudschedulersources should be listed."
+                },
+                "fieldSelector": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                },
+                "watch": {
+                  "location": "query",
+                  "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                  "type": "boolean"
+                },
+                "includeUninitialized": {
+                  "location": "query",
+                  "type": "boolean",
+                  "description": "Not currently used by Cloud Run."
+                },
+                "continue": {
+                  "description": "Optional encoded string to continue paging.",
+                  "location": "query",
+                  "type": "string"
+                },
+                "limit": {
+                  "description": "The maximum number of records that should be returned.",
+                  "type": "integer",
+                  "location": "query",
+                  "format": "int32"
+                },
+                "resourceVersion": {
+                  "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                  "type": "string",
+                  "location": "query"
+                }
+              },
+              "path": "apis/events.cloud.google.com/v1alpha1/{+parent}/cloudschedulersources",
+              "httpMethod": "GET",
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "response": {
+                "$ref": "ListCloudSchedulerSourcesResponse"
+              },
+              "id": "run.namespaces.cloudschedulersources.list"
+            }
+          }
+        }
+      }
+    },
+    "projects": {
+      "resources": {
+        "locations": {
+          "methods": {
+            "list": {
+              "httpMethod": "GET",
+              "path": "v1alpha1/{+name}/locations",
+              "id": "run.projects.locations.list",
+              "parameterOrder": [
+                "name"
+              ],
+              "flatPath": "v1alpha1/projects/{projectsId}/locations",
+              "response": {
+                "$ref": "ListLocationsResponse"
+              },
+              "scopes": [
+                "https://www.googleapis.com/auth/cloud-platform"
+              ],
+              "description": "Lists information about the supported locations for this service.",
+              "parameters": {
+                "pageSize": {
+                  "location": "query",
+                  "format": "int32",
+                  "description": "The standard list page size.",
+                  "type": "integer"
+                },
+                "name": {
+                  "pattern": "^projects/[^/]+$",
+                  "type": "string",
+                  "required": true,
+                  "location": "path",
+                  "description": "The resource that owns the locations collection, if applicable."
+                },
+                "filter": {
+                  "description": "The standard list filter.",
+                  "type": "string",
+                  "location": "query"
+                },
+                "pageToken": {
+                  "location": "query",
+                  "type": "string",
+                  "description": "The standard list page token."
+                }
+              }
+            }
+          },
+          "resources": {
+            "services": {
+              "methods": {
+                "getIamPolicy": {
+                  "path": "v1alpha1/{+resource}:getIamPolicy",
+                  "response": {
+                    "$ref": "Policy"
+                  },
+                  "httpMethod": "GET",
+                  "parameterOrder": [
+                    "resource"
+                  ],
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "resource": {
+                      "location": "path",
+                      "description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
+                      "required": true,
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$"
+                    },
+                    "options.requestedPolicyVersion": {
+                      "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
+                      "format": "int32",
+                      "location": "query",
+                      "type": "integer"
+                    }
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:getIamPolicy",
+                  "id": "run.projects.locations.services.getIamPolicy",
+                  "description": "Get the IAM Access Control policy currently in effect for the given Cloud Run service. This result does not include any inherited policies."
+                },
+                "delete": {
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "description": "Rpc to delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "orphanDependents": {
+                      "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                      "type": "boolean",
+                      "location": "query"
+                    },
+                    "propagationPolicy": {
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "kind": {
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "location": "query"
+                    },
+                    "apiVersion": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "name": {
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
+                      "location": "path",
+                      "description": "The name of the service being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true
+                    }
+                  },
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
+                  "id": "run.projects.locations.services.delete",
+                  "httpMethod": "DELETE"
+                },
+                "get": {
+                  "parameters": {
+                    "name": {
+                      "description": "The name of the service being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "location": "path",
+                      "type": "string",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$"
+                    }
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
+                  "id": "run.projects.locations.services.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "response": {
+                    "$ref": "Service"
+                  },
+                  "httpMethod": "GET",
+                  "path": "v1alpha1/{+name}",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "description": "Rpc to get information about a service."
+                },
+                "list": {
+                  "parameters": {
+                    "includeUninitialized": {
+                      "type": "boolean",
+                      "location": "query",
+                      "description": "Not currently used by Cloud Run."
+                    },
+                    "parent": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "type": "string",
+                      "description": "The project ID or project number from which the services should be listed.",
+                      "required": true
+                    },
+                    "resourceVersion": {
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "fieldSelector": {
+                      "type": "string",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                    },
+                    "limit": {
+                      "format": "int32",
+                      "location": "query",
+                      "description": "The maximum number of records that should be returned.",
+                      "type": "integer"
+                    },
+                    "watch": {
+                      "type": "boolean",
+                      "location": "query",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                    },
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "location": "query",
+                      "type": "string"
+                    }
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services",
+                  "path": "v1alpha1/{+parent}/services",
+                  "response": {
+                    "$ref": "ListServicesResponse"
+                  },
+                  "id": "run.projects.locations.services.list",
+                  "httpMethod": "GET",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "description": "Rpc to list services."
+                },
+                "replaceService": {
+                  "request": {
+                    "$ref": "Service"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}",
+                  "path": "v1alpha1/{+name}",
+                  "description": "Rpc to replace a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.",
+                  "parameters": {
+                    "name": {
+                      "type": "string",
+                      "location": "path",
+                      "required": true,
+                      "description": "The name of the service being replaced. If needed, replace {namespace_id} with the project ID.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$"
+                    }
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "id": "run.projects.locations.services.replaceService",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "httpMethod": "PUT",
+                  "response": {
+                    "$ref": "Service"
+                  }
+                },
+                "create": {
+                  "description": "Rpc to create a service.",
+                  "path": "v1alpha1/{+parent}/services",
+                  "id": "run.projects.locations.services.create",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "parent": {
+                      "required": true,
+                      "description": "The project ID or project number in which this service should be created.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "type": "string"
+                    }
+                  },
+                  "response": {
+                    "$ref": "Service"
+                  },
+                  "request": {
+                    "$ref": "Service"
+                  },
+                  "httpMethod": "POST",
+                  "parameterOrder": [
+                    "parent"
+                  ]
+                },
+                "testIamPermissions": {
+                  "httpMethod": "POST",
+                  "parameterOrder": [
+                    "resource"
+                  ],
+                  "parameters": {
+                    "resource": {
+                      "required": true,
+                      "location": "path",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
+                      "type": "string",
+                      "description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field."
+                    }
+                  },
+                  "path": "v1alpha1/{+resource}:testIamPermissions",
+                  "description": "Returns permissions that a caller has on the specified Project. There are no permissions required for making this API call.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "id": "run.projects.locations.services.testIamPermissions",
+                  "response": {
+                    "$ref": "TestIamPermissionsResponse"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:testIamPermissions",
+                  "request": {
+                    "$ref": "TestIamPermissionsRequest"
+                  }
+                },
+                "setIamPolicy": {
+                  "parameters": {
+                    "resource": {
+                      "description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
+                      "location": "path",
+                      "type": "string",
+                      "required": true
+                    }
+                  },
+                  "id": "run.projects.locations.services.setIamPolicy",
+                  "description": "Sets the IAM Access control policy for the specified Service. Overwrites any existing policy.",
+                  "response": {
+                    "$ref": "Policy"
+                  },
+                  "parameterOrder": [
+                    "resource"
+                  ],
+                  "path": "v1alpha1/{+resource}:setIamPolicy",
+                  "request": {
+                    "$ref": "SetIamPolicyRequest"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "httpMethod": "POST",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:setIamPolicy"
+                }
+              }
+            },
+            "domainmappings": {
+              "methods": {
+                "list": {
+                  "path": "v1alpha1/{+parent}/domainmappings",
+                  "response": {
+                    "$ref": "ListDomainMappingsResponse"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings",
+                  "description": "Rpc to list domain mappings.",
+                  "id": "run.projects.locations.domainmappings.list",
+                  "parameters": {
+                    "fieldSelector": {
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "limit": {
+                      "type": "integer",
+                      "description": "The maximum number of records that should be returned.",
+                      "format": "int32",
+                      "location": "query"
+                    },
+                    "continue": {
+                      "location": "query",
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string"
+                    },
+                    "labelSelector": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                    },
+                    "watch": {
+                      "type": "boolean",
+                      "location": "query",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                    },
+                    "resourceVersion": {
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "includeUninitialized": {
+                      "type": "boolean",
+                      "location": "query",
+                      "description": "Not currently used by Cloud Run."
+                    },
+                    "parent": {
+                      "location": "path",
+                      "type": "string",
+                      "description": "The project ID or project number from which the domain mappings should be listed.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$"
+                    }
+                  },
+                  "httpMethod": "GET"
+                },
+                "get": {
+                  "httpMethod": "GET",
+                  "path": "v1alpha1/{+name}",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings/{domainmappingsId}",
+                  "response": {
+                    "$ref": "DomainMapping"
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "parameters": {
+                    "name": {
+                      "required": true,
+                      "location": "path",
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/domainmappings/[^/]+$",
+                      "description": "The name of the domain mapping being retrieved. If needed, replace {namespace_id} with the project ID."
+                    }
+                  },
+                  "description": "Rpc to get information about a domain mapping.",
+                  "id": "run.projects.locations.domainmappings.get",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                },
+                "delete": {
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings/{domainmappingsId}",
+                  "parameters": {
+                    "orphanDependents": {
+                      "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                      "type": "boolean",
+                      "location": "query"
+                    },
+                    "propagationPolicy": {
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "name": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+/domainmappings/[^/]+$",
+                      "location": "path",
+                      "description": "The name of the domain mapping being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true,
+                      "type": "string"
+                    },
+                    "kind": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "apiVersion": {
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "type": "string",
+                      "location": "query"
+                    }
+                  },
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "description": "Rpc to delete a domain mapping.",
+                  "httpMethod": "DELETE",
+                  "id": "run.projects.locations.domainmappings.delete"
+                },
+                "create": {
+                  "httpMethod": "POST",
+                  "parameters": {
+                    "parent": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "required": true,
+                      "type": "string",
+                      "location": "path",
+                      "description": "The project ID or project number in which this domain mapping should be created."
+                    }
+                  },
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "description": "Creates a new domain mapping.",
+                  "response": {
+                    "$ref": "DomainMapping"
+                  },
+                  "path": "v1alpha1/{+parent}/domainmappings",
+                  "request": {
+                    "$ref": "DomainMapping"
+                  },
+                  "id": "run.projects.locations.domainmappings.create",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/domainmappings"
+                }
+              }
+            },
+            "cloudschedulersources": {
+              "methods": {
+                "create": {
+                  "httpMethod": "POST",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "parameters": {
+                    "parent": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "description": "Required. The project ID or project number in which this cloudschedulersource should be created.",
+                      "type": "string",
+                      "required": true
+                    }
+                  },
+                  "description": "Creates a new cloudschedulersource.",
+                  "id": "run.projects.locations.cloudschedulersources.create",
+                  "response": {
+                    "$ref": "CloudSchedulerSource"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources",
+                  "path": "v1alpha1/{+parent}/cloudschedulersources",
+                  "request": {
+                    "$ref": "CloudSchedulerSource"
+                  }
+                },
+                "get": {
+                  "response": {
+                    "$ref": "CloudSchedulerSource"
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "httpMethod": "GET",
+                  "description": "Rpc to get information about a cloudschedulersource.",
+                  "path": "v1alpha1/{+name}",
+                  "id": "run.projects.locations.cloudschedulersources.get",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}",
+                  "parameters": {
+                    "name": {
+                      "location": "path",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$",
+                      "type": "string",
+                      "description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID."
+                    }
+                  }
+                },
+                "delete": {
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}",
+                  "path": "v1alpha1/{+name}",
+                  "id": "run.projects.locations.cloudschedulersources.delete",
+                  "description": "Rpc to delete a cloudschedulersource.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "parameters": {
+                    "kind": {
+                      "location": "query",
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "type": "string"
+                    },
+                    "propagationPolicy": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                    },
+                    "name": {
+                      "description": "Required. The name of the cloudschedulersource being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$",
+                      "location": "path",
+                      "required": true
+                    },
+                    "apiVersion": {
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "location": "query"
+                    }
+                  },
+                  "httpMethod": "DELETE"
+                },
+                "replaceCloudSchedulerSource": {
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "name": {
+                      "type": "string",
+                      "location": "path",
+                      "required": true,
+                      "description": "Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudschedulersources/[^/]+$"
+                    }
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "response": {
+                    "$ref": "CloudSchedulerSource"
+                  },
+                  "description": "Rpc to replace a cloudschedulersource. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.",
+                  "path": "v1alpha1/{+name}",
+                  "id": "run.projects.locations.cloudschedulersources.replaceCloudSchedulerSource",
+                  "httpMethod": "PUT",
+                  "request": {
+                    "$ref": "CloudSchedulerSource"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources/{cloudschedulersourcesId}"
+                },
+                "list": {
+                  "path": "v1alpha1/{+parent}/cloudschedulersources",
+                  "id": "run.projects.locations.cloudschedulersources.list",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "includeUninitialized": {
+                      "type": "boolean",
+                      "description": "Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "type": "string",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                      "location": "query"
+                    },
+                    "watch": {
+                      "location": "query",
+                      "type": "boolean",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                    },
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "parent": {
+                      "location": "path",
+                      "required": true,
+                      "description": "Required. The project ID or project number from which the cloudschedulersources should be listed.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "type": "string"
+                    },
+                    "fieldSelector": {
+                      "location": "query",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "type": "string"
+                    },
+                    "limit": {
+                      "description": "The maximum number of records that should be returned.",
+                      "type": "integer",
+                      "format": "int32",
+                      "location": "query"
+                    },
+                    "resourceVersion": {
+                      "location": "query",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "type": "string"
+                    }
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudschedulersources",
+                  "httpMethod": "GET",
+                  "description": "Rpc to list cloudschedulersources.",
+                  "response": {
+                    "$ref": "ListCloudSchedulerSourcesResponse"
+                  }
+                }
+              }
+            },
+            "authorizeddomains": {
+              "methods": {
+                "list": {
+                  "httpMethod": "GET",
+                  "response": {
+                    "$ref": "ListAuthorizedDomainsResponse"
+                  },
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "description": "RPC to list authorized domains.",
+                  "parameters": {
+                    "pageSize": {
+                      "format": "int32",
+                      "location": "query",
+                      "description": "Maximum results to return per page.",
+                      "type": "integer"
+                    },
+                    "pageToken": {
+                      "description": "Continuation token for fetching the next page of results.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "parent": {
+                      "location": "path",
+                      "required": true,
+                      "description": "Name of the parent Application resource. Example: `apps/myapp`.",
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$"
+                    }
+                  },
+                  "path": "v1alpha1/{+parent}/authorizeddomains",
+                  "id": "run.projects.locations.authorizeddomains.list",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/authorizeddomains"
+                }
+              }
+            },
+            "configurations": {
+              "methods": {
+                "get": {
+                  "path": "v1alpha1/{+name}",
+                  "parameters": {
+                    "name": {
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+/configurations/[^/]+$",
+                      "type": "string",
+                      "description": "The name of the configuration being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "location": "path"
+                    }
+                  },
+                  "description": "Rpc to get information about a configuration.",
+                  "response": {
+                    "$ref": "Configuration"
+                  },
+                  "id": "run.projects.locations.configurations.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "httpMethod": "GET",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/configurations/{configurationsId}",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                },
+                "list": {
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/configurations",
+                  "path": "v1alpha1/{+parent}/configurations",
+                  "response": {
+                    "$ref": "ListConfigurationsResponse"
+                  },
+                  "parameters": {
+                    "parent": {
+                      "description": "The project ID or project number from which the configurations should be listed.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "type": "string"
+                    },
+                    "includeUninitialized": {
+                      "description": "Not currently used by Cloud Run.",
+                      "type": "boolean",
+                      "location": "query"
+                    },
+                    "resourceVersion": {
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "continue": {
+                      "type": "string",
+                      "description": "Optional encoded string to continue paging.",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "location": "query",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                      "type": "string"
+                    },
+                    "watch": {
+                      "type": "boolean",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "fieldSelector": {
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "limit": {
+                      "format": "int32",
+                      "description": "The maximum number of records that should be returned.",
+                      "location": "query",
+                      "type": "integer"
+                    }
+                  },
+                  "description": "Rpc to list configurations.",
+                  "httpMethod": "GET",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "id": "run.projects.locations.configurations.list"
+                }
+              }
+            },
+            "routes": {
+              "methods": {
+                "get": {
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/routes/{routesId}",
+                  "httpMethod": "GET",
+                  "response": {
+                    "$ref": "Route"
+                  },
+                  "parameters": {
+                    "name": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+/routes/[^/]+$",
+                      "location": "path",
+                      "description": "The name of the route being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "required": true,
+                      "type": "string"
+                    }
+                  },
+                  "id": "run.projects.locations.routes.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "description": "Rpc to get information about a route.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                },
+                "list": {
+                  "httpMethod": "GET",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/routes",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "parameters": {
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "watch": {
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "type": "boolean",
+                      "location": "query"
+                    },
+                    "parent": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "type": "string",
+                      "description": "The project ID or project number from which the routes should be listed.",
+                      "required": true
+                    },
+                    "resourceVersion": {
+                      "type": "string",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                    },
+                    "fieldSelector": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                    },
+                    "includeUninitialized": {
+                      "description": "Not currently used by Cloud Run.",
+                      "location": "query",
+                      "type": "boolean"
+                    },
+                    "limit": {
+                      "format": "int32",
+                      "location": "query",
+                      "description": "The maximum number of records that should be returned.",
+                      "type": "integer"
+                    }
+                  },
+                  "response": {
+                    "$ref": "ListRoutesResponse"
+                  },
+                  "path": "v1alpha1/{+parent}/routes",
+                  "description": "Rpc to list routes.",
+                  "id": "run.projects.locations.routes.list"
+                }
+              }
+            },
+            "revisions": {
+              "methods": {
+                "delete": {
+                  "httpMethod": "DELETE",
+                  "parameters": {
+                    "name": {
+                      "location": "path",
+                      "type": "string",
+                      "description": "The name of the revision being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+/revisions/[^/]+$"
+                    },
+                    "apiVersion": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "kind": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "orphanDependents": {
+                      "location": "query",
+                      "description": "Deprecated. Specifies the cascade behavior on delete. Cloud Run only supports cascading behavior, so this must be false. This attribute is deprecated, and is now replaced with PropagationPolicy See https://github.com/kubernetes/kubernetes/issues/46659 for more info.",
+                      "type": "boolean"
+                    },
+                    "propagationPolicy": {
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "type": "string",
+                      "location": "query"
+                    }
+                  },
+                  "path": "v1alpha1/{+name}",
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "description": "Rpc to delete a revision.",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions/{revisionsId}",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "id": "run.projects.locations.revisions.delete"
+                },
+                "list": {
+                  "path": "v1alpha1/{+parent}/revisions",
+                  "description": "Rpc to list revisions.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "httpMethod": "GET",
+                  "response": {
+                    "$ref": "ListRevisionsResponse"
+                  },
+                  "id": "run.projects.locations.revisions.list",
+                  "parameters": {
+                    "includeUninitialized": {
+                      "description": "Not currently used by Cloud Run.",
+                      "type": "boolean",
+                      "location": "query"
+                    },
+                    "fieldSelector": {
+                      "location": "query",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "type": "string"
+                    },
+                    "watch": {
+                      "location": "query",
+                      "type": "boolean",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run."
+                    },
+                    "resourceVersion": {
+                      "type": "string",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "limit": {
+                      "type": "integer",
+                      "description": "The maximum number of records that should be returned.",
+                      "format": "int32",
+                      "location": "query"
+                    },
+                    "parent": {
+                      "location": "path",
+                      "description": "The project ID or project number from which the revisions should be listed.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "type": "string"
+                    },
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                      "type": "string",
+                      "location": "query"
+                    }
+                  }
+                },
+                "get": {
+                  "parameters": {
+                    "name": {
+                      "type": "string",
+                      "description": "The name of the revision being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/revisions/[^/]+$",
+                      "required": true,
+                      "location": "path"
+                    }
+                  },
+                  "httpMethod": "GET",
+                  "response": {
+                    "$ref": "Revision"
+                  },
+                  "path": "v1alpha1/{+name}",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "id": "run.projects.locations.revisions.get",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/revisions/{revisionsId}",
+                  "description": "Rpc to get information about a revision.",
+                  "parameterOrder": [
+                    "name"
+                  ]
+                }
+              }
+            },
+            "cloudpubsubsources": {
+              "methods": {
+                "get": {
+                  "response": {
+                    "$ref": "CloudPubSubSource"
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources/{cloudpubsubsourcesId}",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "id": "run.projects.locations.cloudpubsubsources.get",
+                  "description": "Rpc to get information about a cloudpubsubsource.",
+                  "path": "v1alpha1/{+name}",
+                  "httpMethod": "GET",
+                  "parameters": {
+                    "name": {
+                      "type": "string",
+                      "description": "The name of the cloudpubsubsource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudpubsubsources/[^/]+$",
+                      "required": true,
+                      "location": "path"
+                    }
+                  }
+                },
+                "create": {
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "description": "Creates a new cloudpubsubsource.",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources",
+                  "id": "run.projects.locations.cloudpubsubsources.create",
+                  "request": {
+                    "$ref": "CloudPubSubSource"
+                  },
+                  "parameters": {
+                    "parent": {
+                      "description": "The project ID or project number in which this cloudpubsubsource should be created.",
+                      "required": true,
+                      "location": "path",
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$"
+                    }
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "CloudPubSubSource"
+                  },
+                  "httpMethod": "POST",
+                  "path": "v1alpha1/{+parent}/cloudpubsubsources"
+                },
+                "list": {
+                  "path": "v1alpha1/{+parent}/cloudpubsubsources",
+                  "response": {
+                    "$ref": "ListCloudPubSubSourcesResponse"
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "httpMethod": "GET",
+                  "description": "Rpc to list cloudpubsubsources.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "includeUninitialized": {
+                      "description": "Not currently used by Cloud Run.",
+                      "location": "query",
+                      "type": "boolean"
+                    },
+                    "fieldSelector": {
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "parent": {
+                      "location": "path",
+                      "type": "string",
+                      "required": true,
+                      "description": "The project ID or project number from which the cloudpubsubsources should be listed.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$"
+                    },
+                    "resourceVersion": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run."
+                    },
+                    "limit": {
+                      "type": "integer",
+                      "location": "query",
+                      "format": "int32",
+                      "description": "The maximum number of records that should be returned."
+                    },
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "watch": {
+                      "location": "query",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "type": "boolean"
+                    },
+                    "labelSelector": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                    }
+                  },
+                  "id": "run.projects.locations.cloudpubsubsources.list"
+                },
+                "delete": {
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudpubsubsources/{cloudpubsubsourcesId}",
+                  "parameters": {
+                    "apiVersion": {
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "kind": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "name": {
+                      "location": "path",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudpubsubsources/[^/]+$",
+                      "type": "string",
+                      "description": "The name of the cloudpubsubsource being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true
+                    },
+                    "propagationPolicy": {
+                      "type": "string",
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "location": "query"
+                    }
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "id": "run.projects.locations.cloudpubsubsources.delete",
+                  "description": "Rpc to delete a cloudpubsubsource.",
+                  "httpMethod": "DELETE"
+                }
+              }
+            },
+            "triggers": {
+              "methods": {
+                "list": {
+                  "id": "run.projects.locations.triggers.list",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers",
+                  "httpMethod": "GET",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "ListTriggersResponse"
+                  },
+                  "parameters": {
+                    "parent": {
+                      "location": "path",
+                      "description": "The project ID or project number from which the triggers should be listed.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "type": "string"
+                    },
+                    "watch": {
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "location": "query",
+                      "type": "boolean"
+                    },
+                    "continue": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Optional. Encoded string to continue paging."
+                    },
+                    "fieldSelector": {
+                      "type": "string",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "limit": {
+                      "format": "int32",
+                      "location": "query",
+                      "description": "The maximum number of records that should be returned.",
+                      "type": "integer"
+                    },
+                    "includeUninitialized": {
+                      "type": "boolean",
+                      "location": "query",
+                      "description": "Not currently used by Cloud Run."
+                    },
+                    "resourceVersion": {
+                      "type": "string",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "type": "string",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                      "location": "query"
+                    }
+                  },
+                  "path": "v1alpha1/{+parent}/triggers",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "description": "Rpc to list triggers."
+                },
+                "delete": {
+                  "path": "v1alpha1/{+name}",
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "parameters": {
+                    "apiVersion": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "name": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+/triggers/[^/]+$",
+                      "description": "The name of the trigger being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true,
+                      "type": "string",
+                      "location": "path"
+                    },
+                    "kind": {
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "propagationPolicy": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information."
+                    }
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers/{triggersId}",
+                  "description": "Rpc to delete a trigger.",
+                  "httpMethod": "DELETE",
+                  "id": "run.projects.locations.triggers.delete"
+                },
+                "get": {
+                  "parameters": {
+                    "name": {
+                      "required": true,
+                      "location": "path",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/triggers/[^/]+$",
+                      "type": "string",
+                      "description": "The name of the trigger being retrieved. If needed, replace {namespace_id} with the project ID."
+                    }
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "description": "Rpc to get information about a trigger.",
+                  "httpMethod": "GET",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers/{triggersId}",
+                  "id": "run.projects.locations.triggers.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "response": {
+                    "$ref": "Trigger"
+                  }
+                },
+                "create": {
+                  "response": {
+                    "$ref": "Trigger"
+                  },
+                  "path": "v1alpha1/{+parent}/triggers",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "parameters": {
+                    "parent": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "required": true,
+                      "description": "The project ID or project number in which this trigger should be created.",
+                      "type": "string"
+                    }
+                  },
+                  "description": "Creates a new trigger.",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/triggers",
+                  "request": {
+                    "$ref": "Trigger"
+                  },
+                  "id": "run.projects.locations.triggers.create",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "httpMethod": "POST"
+                }
+              }
+            },
+            "cloudauditlogssources": {
+              "methods": {
+                "delete": {
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources/{cloudauditlogssourcesId}",
+                  "id": "run.projects.locations.cloudauditlogssources.delete",
+                  "parameters": {
+                    "propagationPolicy": {
+                      "type": "string",
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "location": "query"
+                    },
+                    "apiVersion": {
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "name": {
+                      "description": "The name of the cloudauditlogssource being deleted. If needed, replace {namespace_id} with the project ID.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudauditlogssources/[^/]+$",
+                      "type": "string",
+                      "location": "path"
+                    },
+                    "kind": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "Cloud Run currently ignores this parameter."
+                    }
+                  },
+                  "description": "Rpc to delete a cloudauditlogssource.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "httpMethod": "DELETE",
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "path": "v1alpha1/{+name}"
+                },
+                "list": {
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources",
+                  "response": {
+                    "$ref": "ListCloudAuditLogsSourcesResponse"
+                  },
+                  "path": "v1alpha1/{+parent}/cloudauditlogssources",
+                  "id": "run.projects.locations.cloudauditlogssources.list",
+                  "httpMethod": "GET",
+                  "parameters": {
+                    "watch": {
+                      "type": "boolean",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "location": "query"
+                    },
+                    "resourceVersion": {
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "labelSelector": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn."
+                    },
+                    "continue": {
+                      "location": "query",
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string"
+                    },
+                    "limit": {
+                      "type": "integer",
+                      "description": "The maximum number of records that should be returned.",
+                      "location": "query",
+                      "format": "int32"
+                    },
+                    "includeUninitialized": {
+                      "location": "query",
+                      "type": "boolean",
+                      "description": "Not currently used by Cloud Run."
+                    },
+                    "parent": {
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "description": "The project ID or project number from which the cloudauditlogssources should be listed.",
+                      "location": "path",
+                      "required": true
+                    },
+                    "fieldSelector": {
+                      "type": "string",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run.",
+                      "location": "query"
+                    }
+                  },
+                  "description": "Rpc to list cloudauditlogssources.",
+                  "parameterOrder": [
+                    "parent"
+                  ]
+                },
+                "get": {
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "CloudAuditLogsSource"
+                  },
+                  "parameters": {
+                    "name": {
+                      "description": "The name of the cloudauditlogssource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudauditlogssources/[^/]+$",
+                      "type": "string",
+                      "location": "path",
+                      "required": true
+                    }
+                  },
+                  "description": "Rpc to get information about a cloudauditlogssource.",
+                  "httpMethod": "GET",
+                  "path": "v1alpha1/{+name}",
+                  "id": "run.projects.locations.cloudauditlogssources.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources/{cloudauditlogssourcesId}"
+                },
+                "create": {
+                  "httpMethod": "POST",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "description": "Creates a new cloudauditlogssource.",
+                  "parameters": {
+                    "parent": {
+                      "required": true,
+                      "type": "string",
+                      "location": "path",
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "description": "The project ID or project number in which this cloudauditlogssource should be created."
+                    }
+                  },
+                  "request": {
+                    "$ref": "CloudAuditLogsSource"
+                  },
+                  "path": "v1alpha1/{+parent}/cloudauditlogssources",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudauditlogssources",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "response": {
+                    "$ref": "CloudAuditLogsSource"
+                  },
+                  "id": "run.projects.locations.cloudauditlogssources.create"
+                }
+              }
+            },
+            "cloudstoragesources": {
+              "methods": {
+                "replaceCloudStorageSource": {
+                  "httpMethod": "PUT",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}",
+                  "description": "Rpc to replace a cloudstoragesource. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.",
+                  "id": "run.projects.locations.cloudstoragesources.replaceCloudStorageSource",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "response": {
+                    "$ref": "CloudStorageSource"
+                  },
+                  "parameters": {
+                    "name": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
+                      "description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID.",
+                      "location": "path",
+                      "required": true,
+                      "type": "string"
+                    }
+                  },
+                  "path": "v1alpha1/{+name}",
+                  "request": {
+                    "$ref": "CloudStorageSource"
+                  }
+                },
+                "get": {
+                  "description": "Rpc to get information about a cloudstoragesource.",
+                  "id": "run.projects.locations.cloudstoragesources.get",
+                  "response": {
+                    "$ref": "CloudStorageSource"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "path": "v1alpha1/{+name}",
+                  "httpMethod": "GET",
+                  "parameters": {
+                    "name": {
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
+                      "type": "string",
+                      "required": true,
+                      "location": "path",
+                      "description": "Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID."
+                    }
+                  },
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}"
+                },
+                "create": {
+                  "httpMethod": "POST",
+                  "request": {
+                    "$ref": "CloudStorageSource"
+                  },
+                  "parameters": {
+                    "parent": {
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$",
+                      "location": "path",
+                      "description": "Required. The project ID or project number in which this cloudstoragesource should be created.",
+                      "type": "string"
+                    }
+                  },
+                  "response": {
+                    "$ref": "CloudStorageSource"
+                  },
+                  "path": "v1alpha1/{+parent}/cloudstoragesources",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources",
+                  "description": "Creates a new cloudstoragesource.",
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "id": "run.projects.locations.cloudstoragesources.create",
+                  "parameterOrder": [
+                    "parent"
+                  ]
+                },
+                "list": {
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "parameters": {
+                    "continue": {
+                      "description": "Optional encoded string to continue paging.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "includeUninitialized": {
+                      "location": "query",
+                      "description": "Not currently used by Cloud Run.",
+                      "type": "boolean"
+                    },
+                    "fieldSelector": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run."
+                    },
+                    "labelSelector": {
+                      "location": "query",
+                      "description": "Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.",
+                      "type": "string"
+                    },
+                    "watch": {
+                      "location": "query",
+                      "description": "Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.",
+                      "type": "boolean"
+                    },
+                    "limit": {
+                      "type": "integer",
+                      "location": "query",
+                      "description": "The maximum number of records that should be returned.",
+                      "format": "int32"
+                    },
+                    "parent": {
+                      "location": "path",
+                      "type": "string",
+                      "description": "Required. The project ID or project number from which the cloudstoragesources should be listed.",
+                      "required": true,
+                      "pattern": "^projects/[^/]+/locations/[^/]+$"
+                    },
+                    "resourceVersion": {
+                      "type": "string",
+                      "location": "query",
+                      "description": "The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run."
+                    }
+                  },
+                  "httpMethod": "GET",
+                  "response": {
+                    "$ref": "ListCloudStorageSourcesResponse"
+                  },
+                  "id": "run.projects.locations.cloudstoragesources.list",
+                  "path": "v1alpha1/{+parent}/cloudstoragesources",
+                  "description": "Rpc to list cloudstoragesources.",
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources"
+                },
+                "delete": {
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ],
+                  "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/cloudstoragesources/{cloudstoragesourcesId}",
+                  "parameters": {
+                    "kind": {
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter.",
+                      "location": "query"
+                    },
+                    "propagationPolicy": {
+                      "description": "Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.",
+                      "type": "string",
+                      "location": "query"
+                    },
+                    "apiVersion": {
+                      "location": "query",
+                      "type": "string",
+                      "description": "Cloud Run currently ignores this parameter."
+                    },
+                    "name": {
+                      "type": "string",
+                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudstoragesources/[^/]+$",
+                      "location": "path",
+                      "required": true,
+                      "description": "Required. The name of the cloudstoragesource being deleted. If needed, replace {namespace_id} with the project ID."
+                    }
+                  },
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "httpMethod": "DELETE",
+                  "description": "Rpc to delete a cloudstoragesource.",
+                  "response": {
+                    "$ref": "Empty"
+                  },
+                  "path": "v1alpha1/{+name}",
+                  "id": "run.projects.locations.cloudstoragesources.delete"
+                }
+              }
+            }
+          }
+        }
+      }
+    }
+  }
+}