blob: 6aa5c986c65fd86e1cc6d5768cb842830f0a67b8 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="run_v1alpha1.html">Cloud Run Admin API</a> . <a href="run_v1alpha1.namespaces.html">namespaces</a> . <a href="run_v1alpha1.namespaces.cloudauditlogssources.html">cloudauditlogssources</a></h1>
Bu Sun Kim65020912020-05-20 12:08:20 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a new cloudauditlogssource.</p>
83<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080084 <code><a href="#delete">delete(name, kind=None, apiVersion=None, propagationPolicy=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070085<p class="firstline">Rpc to delete a cloudauditlogssource.</p>
86<p class="toc_element">
87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Rpc to get information about a cloudauditlogssource.</p>
89<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080090 <code><a href="#list">list(parent, fieldSelector=None, watch=None, includeUninitialized=None, limit=None, labelSelector=None, resourceVersion=None, continue=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070091<p class="firstline">Rpc to list cloudauditlogssources.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070099 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
100 <pre>Creates a new cloudauditlogssource.
101
102Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700103 parent: string, The project ID or project number in which this cloudauditlogssource should be created. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700104 body: object, The request body.
105 The object takes the form of:
106
107{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800108 &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;events.cloud.google.com/v1alpha1&quot;.
109 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;CloudAuditLogsSource&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800110 &quot;spec&quot;: { # The desired state of the CloudAuditLogsSource. # Spec defines the desired state of the CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800111 &quot;methodName&quot;: &quot;A String&quot;, # Required. The method name at the service API. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;google.cloud.bigquery.job.create&quot;.
112 &quot;sink&quot;: { # Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.
113 &quot;uri&quot;: &quot;A String&quot;, # 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
114 &quot;ref&quot;: { # ObjectReference contains enough information to let you inspect or modify the referred object. # ObjectReference points to an Addressable. + optional
115 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
116 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
117 &quot;fieldPath&quot;: &quot;A String&quot;, # 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: &quot;spec.containers{name}&quot; (where &quot;name&quot; refers to the name of the container that triggered the event) or if no container name is specified &quot;spec.containers[2]&quot; (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.
118 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional
119 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional
120 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent. +optional
121 &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional
122 },
123 },
124 &quot;resourceName&quot;: &quot;A String&quot;, # Optional. The resource specification. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;projects/my-project/jobs/foo&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700125 &quot;ceOverrides&quot;: { # CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source. # CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional
126 &quot;extensions&quot;: { # 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
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700127 &quot;a_key&quot;: &quot;A String&quot;,
128 },
129 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800130 &quot;serviceAccountName&quot;: &quot;A String&quot;, # 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&#x27;s default service account.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800131 &quot;serviceName&quot;: &quot;A String&quot;, # Required. The GCP service name. This must match &quot;serviceName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;bigquery.googleapis.com&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800132 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800133 &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. # Metadata associated with this CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800134 &quot;creationTimestamp&quot;: &quot;A String&quot;, # 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
135 &quot;clusterName&quot;: &quot;A String&quot;, # 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
136 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
137 &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional string selfLink = 4;
138 &quot;deletionTimestamp&quot;: &quot;A String&quot;, # 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
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800139 &quot;generateName&quot;: &quot;A String&quot;, # 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;
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700140 &quot;ownerReferences&quot;: [ # List of objects that own this object. If ALL objects in the list have been deleted, this object will be garbage collected. +optional
141 { # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
143 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
145 &quot;blockOwnerDeletion&quot;: True or False, # If true, AND if the owner has the &quot;foregroundDeletion&quot; 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 &quot;delete&quot; permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
146 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
147 &quot;controller&quot;: True or False, # If true, this reference points to the managing controller. +optional
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700148 },
149 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800150 &quot;labels&quot;: { # 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
151 &quot;a_key&quot;: &quot;A String&quot;,
152 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800153 &quot;uid&quot;: &quot;A String&quot;, # 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
154 &quot;annotations&quot;: { # 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
155 &quot;a_key&quot;: &quot;A String&quot;,
156 },
157 &quot;deletionGracePeriodSeconds&quot;: 42, # 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
158 &quot;generation&quot;: 42, # A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional
159 &quot;namespace&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700160 &quot;finalizers&quot;: [ # 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
161 &quot;A String&quot;,
162 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800163 &quot;name&quot;: &quot;A String&quot;, # 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
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700164 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800165 &quot;status&quot;: { # CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource. # Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional
166 &quot;sinkUri&quot;: &quot;A String&quot;, # SinkURI is the current active sink URI that has been configured for the Source. +optional
167 &quot;conditions&quot;: [ # Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource.
168 { # Condition defines a generic condition for a Resource
169 &quot;type&quot;: &quot;A String&quot;, # 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: * &quot;Ready&quot;: True when the Resource is ready.
170 &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
171 &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
172 &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s last transition.
173 &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
174 &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
175 },
176 ],
177 &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the CloudAuditLogsSource that was last processed by the controller.
178 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700179}
180
181 x__xgafv: string, V1 error format.
182 Allowed values
183 1 - v1 error format
184 2 - v2 error format
185
186Returns:
187 An object of the form:
188
189 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800190 &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;events.cloud.google.com/v1alpha1&quot;.
191 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;CloudAuditLogsSource&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800192 &quot;spec&quot;: { # The desired state of the CloudAuditLogsSource. # Spec defines the desired state of the CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800193 &quot;methodName&quot;: &quot;A String&quot;, # Required. The method name at the service API. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;google.cloud.bigquery.job.create&quot;.
194 &quot;sink&quot;: { # Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.
195 &quot;uri&quot;: &quot;A String&quot;, # 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
196 &quot;ref&quot;: { # ObjectReference contains enough information to let you inspect or modify the referred object. # ObjectReference points to an Addressable. + optional
197 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
198 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
199 &quot;fieldPath&quot;: &quot;A String&quot;, # 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: &quot;spec.containers{name}&quot; (where &quot;name&quot; refers to the name of the container that triggered the event) or if no container name is specified &quot;spec.containers[2]&quot; (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.
200 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional
201 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional
202 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent. +optional
203 &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional
204 },
205 },
206 &quot;resourceName&quot;: &quot;A String&quot;, # Optional. The resource specification. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;projects/my-project/jobs/foo&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700207 &quot;ceOverrides&quot;: { # CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source. # CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional
208 &quot;extensions&quot;: { # 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
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700209 &quot;a_key&quot;: &quot;A String&quot;,
210 },
211 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800212 &quot;serviceAccountName&quot;: &quot;A String&quot;, # 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&#x27;s default service account.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800213 &quot;serviceName&quot;: &quot;A String&quot;, # Required. The GCP service name. This must match &quot;serviceName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;bigquery.googleapis.com&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800214 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800215 &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. # Metadata associated with this CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800216 &quot;creationTimestamp&quot;: &quot;A String&quot;, # 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
217 &quot;clusterName&quot;: &quot;A String&quot;, # 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
218 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
219 &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional string selfLink = 4;
220 &quot;deletionTimestamp&quot;: &quot;A String&quot;, # 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
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800221 &quot;generateName&quot;: &quot;A String&quot;, # 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;
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700222 &quot;ownerReferences&quot;: [ # List of objects that own this object. If ALL objects in the list have been deleted, this object will be garbage collected. +optional
223 { # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700224 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
225 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800226 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
227 &quot;blockOwnerDeletion&quot;: True or False, # If true, AND if the owner has the &quot;foregroundDeletion&quot; 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 &quot;delete&quot; permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
228 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
229 &quot;controller&quot;: True or False, # If true, this reference points to the managing controller. +optional
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700230 },
231 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800232 &quot;labels&quot;: { # 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
233 &quot;a_key&quot;: &quot;A String&quot;,
234 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800235 &quot;uid&quot;: &quot;A String&quot;, # 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
236 &quot;annotations&quot;: { # 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
237 &quot;a_key&quot;: &quot;A String&quot;,
238 },
239 &quot;deletionGracePeriodSeconds&quot;: 42, # 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
240 &quot;generation&quot;: 42, # A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional
241 &quot;namespace&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700242 &quot;finalizers&quot;: [ # 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
243 &quot;A String&quot;,
244 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800245 &quot;name&quot;: &quot;A String&quot;, # 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
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700246 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800247 &quot;status&quot;: { # CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource. # Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional
248 &quot;sinkUri&quot;: &quot;A String&quot;, # SinkURI is the current active sink URI that has been configured for the Source. +optional
249 &quot;conditions&quot;: [ # Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource.
250 { # Condition defines a generic condition for a Resource
251 &quot;type&quot;: &quot;A String&quot;, # 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: * &quot;Ready&quot;: True when the Resource is ready.
252 &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
253 &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
254 &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s last transition.
255 &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
256 &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
257 },
258 ],
259 &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the CloudAuditLogsSource that was last processed by the controller.
260 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700261 }</pre>
262</div>
263
264<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800265 <code class="details" id="delete">delete(name, kind=None, apiVersion=None, propagationPolicy=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700266 <pre>Rpc to delete a cloudauditlogssource.
267
268Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700269 name: string, The name of the cloudauditlogssource being deleted. If needed, replace {namespace_id} with the project ID. (required)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800270 kind: string, Cloud Run currently ignores this parameter.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800271 apiVersion: string, Cloud Run currently ignores this parameter.
272 propagationPolicy: string, 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.
Bu Sun Kim65020912020-05-20 12:08:20 -0700273 x__xgafv: string, V1 error format.
274 Allowed values
275 1 - v1 error format
276 2 - v2 error format
277
278Returns:
279 An object of the form:
280
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700281 { # 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 `{}`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700282 }</pre>
283</div>
284
285<div class="method">
286 <code class="details" id="get">get(name, x__xgafv=None)</code>
287 <pre>Rpc to get information about a cloudauditlogssource.
288
289Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700290 name: string, The name of the cloudauditlogssource being retrieved. If needed, replace {namespace_id} with the project ID. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700291 x__xgafv: string, V1 error format.
292 Allowed values
293 1 - v1 error format
294 2 - v2 error format
295
296Returns:
297 An object of the form:
298
299 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800300 &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;events.cloud.google.com/v1alpha1&quot;.
301 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;CloudAuditLogsSource&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800302 &quot;spec&quot;: { # The desired state of the CloudAuditLogsSource. # Spec defines the desired state of the CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800303 &quot;methodName&quot;: &quot;A String&quot;, # Required. The method name at the service API. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;google.cloud.bigquery.job.create&quot;.
304 &quot;sink&quot;: { # Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.
305 &quot;uri&quot;: &quot;A String&quot;, # 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
306 &quot;ref&quot;: { # ObjectReference contains enough information to let you inspect or modify the referred object. # ObjectReference points to an Addressable. + optional
307 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
308 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
309 &quot;fieldPath&quot;: &quot;A String&quot;, # 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: &quot;spec.containers{name}&quot; (where &quot;name&quot; refers to the name of the container that triggered the event) or if no container name is specified &quot;spec.containers[2]&quot; (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.
310 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional
311 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional
312 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent. +optional
313 &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional
314 },
315 },
316 &quot;resourceName&quot;: &quot;A String&quot;, # Optional. The resource specification. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;projects/my-project/jobs/foo&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700317 &quot;ceOverrides&quot;: { # CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source. # CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional
318 &quot;extensions&quot;: { # 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
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700319 &quot;a_key&quot;: &quot;A String&quot;,
320 },
321 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800322 &quot;serviceAccountName&quot;: &quot;A String&quot;, # 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&#x27;s default service account.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800323 &quot;serviceName&quot;: &quot;A String&quot;, # Required. The GCP service name. This must match &quot;serviceName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;bigquery.googleapis.com&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800324 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800325 &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. # Metadata associated with this CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800326 &quot;creationTimestamp&quot;: &quot;A String&quot;, # 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
327 &quot;clusterName&quot;: &quot;A String&quot;, # 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
328 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
329 &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional string selfLink = 4;
330 &quot;deletionTimestamp&quot;: &quot;A String&quot;, # 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
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800331 &quot;generateName&quot;: &quot;A String&quot;, # 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;
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700332 &quot;ownerReferences&quot;: [ # List of objects that own this object. If ALL objects in the list have been deleted, this object will be garbage collected. +optional
333 { # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700334 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
335 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800336 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
337 &quot;blockOwnerDeletion&quot;: True or False, # If true, AND if the owner has the &quot;foregroundDeletion&quot; 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 &quot;delete&quot; permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
338 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
339 &quot;controller&quot;: True or False, # If true, this reference points to the managing controller. +optional
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700340 },
341 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800342 &quot;labels&quot;: { # 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
343 &quot;a_key&quot;: &quot;A String&quot;,
344 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800345 &quot;uid&quot;: &quot;A String&quot;, # 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
346 &quot;annotations&quot;: { # 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
347 &quot;a_key&quot;: &quot;A String&quot;,
348 },
349 &quot;deletionGracePeriodSeconds&quot;: 42, # 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
350 &quot;generation&quot;: 42, # A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional
351 &quot;namespace&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700352 &quot;finalizers&quot;: [ # 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
353 &quot;A String&quot;,
354 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800355 &quot;name&quot;: &quot;A String&quot;, # 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
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700356 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800357 &quot;status&quot;: { # CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource. # Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional
358 &quot;sinkUri&quot;: &quot;A String&quot;, # SinkURI is the current active sink URI that has been configured for the Source. +optional
359 &quot;conditions&quot;: [ # Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource.
360 { # Condition defines a generic condition for a Resource
361 &quot;type&quot;: &quot;A String&quot;, # 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: * &quot;Ready&quot;: True when the Resource is ready.
362 &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
363 &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
364 &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s last transition.
365 &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
366 &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
367 },
368 ],
369 &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the CloudAuditLogsSource that was last processed by the controller.
370 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700371 }</pre>
372</div>
373
374<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800375 <code class="details" id="list">list(parent, fieldSelector=None, watch=None, includeUninitialized=None, limit=None, labelSelector=None, resourceVersion=None, continue=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 <pre>Rpc to list cloudauditlogssources.
377
378Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700379 parent: string, The project ID or project number from which the cloudauditlogssources should be listed. (required)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800380 fieldSelector: string, Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. &#x27;metadata.name%3Dlorem&#x27;. Not currently used by Cloud Run.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800381 watch: boolean, Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
382 includeUninitialized: boolean, Not currently used by Cloud Run.
383 limit: integer, The maximum number of records that should be returned.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800384 labelSelector: string, Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800385 resourceVersion: string, The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run.
386 continue: string, Optional encoded string to continue paging.
Bu Sun Kim65020912020-05-20 12:08:20 -0700387 x__xgafv: string, V1 error format.
388 Allowed values
389 1 - v1 error format
390 2 - v2 error format
391
392Returns:
393 An object of the form:
394
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700395 { # ListCloudAuditLogsSourcesResponse is a list of CloudAuditLogsSource resources.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800396 &quot;metadata&quot;: { # ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. # Metadata associated with this CloudAuditLogsSource list.
397 &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800398 &quot;resourceVersion&quot;: &quot;A String&quot;, # String that identifies the server&#x27;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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800399 &quot;continue&quot;: &quot;A String&quot;, # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800400 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800401 &quot;unreachable&quot;: [ # Locations that could not be reached.
402 &quot;A String&quot;,
403 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700404 &quot;items&quot;: [ # List of CloudAuditLogsSources.
405 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800406 &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;events.cloud.google.com/v1alpha1&quot;.
407 &quot;kind&quot;: &quot;A String&quot;, # The kind of resource, in this case &quot;CloudAuditLogsSource&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800408 &quot;spec&quot;: { # The desired state of the CloudAuditLogsSource. # Spec defines the desired state of the CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800409 &quot;methodName&quot;: &quot;A String&quot;, # Required. The method name at the service API. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;google.cloud.bigquery.job.create&quot;.
410 &quot;sink&quot;: { # Sink is a reference to an object that will resolve to a domain name or a URI directly to use as the sink.
411 &quot;uri&quot;: &quot;A String&quot;, # 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
412 &quot;ref&quot;: { # ObjectReference contains enough information to let you inspect or modify the referred object. # ObjectReference points to an Addressable. + optional
413 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
414 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
415 &quot;fieldPath&quot;: &quot;A String&quot;, # 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: &quot;spec.containers{name}&quot; (where &quot;name&quot; refers to the name of the container that triggered the event) or if no container name is specified &quot;spec.containers[2]&quot; (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.
416 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional
417 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional
418 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent. +optional
419 &quot;namespace&quot;: &quot;A String&quot;, # Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional
420 },
421 },
422 &quot;resourceName&quot;: &quot;A String&quot;, # Optional. The resource specification. This must match &quot;methodName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;projects/my-project/jobs/foo&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700423 &quot;ceOverrides&quot;: { # CloudEventOverrides defines arguments for a Source that control the output format of the CloudEvents produced by the Source. # CloudEventOverrides defines overrides to control the output format and modifications of the event sent to the sink. +optional
424 &quot;extensions&quot;: { # 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
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700425 &quot;a_key&quot;: &quot;A String&quot;,
426 },
427 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800428 &quot;serviceAccountName&quot;: &quot;A String&quot;, # 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&#x27;s default service account.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800429 &quot;serviceName&quot;: &quot;A String&quot;, # Required. The GCP service name. This must match &quot;serviceName&quot; in Cloud Audit Logs. Regex or Wildcards (*) are not supported. Example: &quot;bigquery.googleapis.com&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800430 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800431 &quot;metadata&quot;: { # ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. # Metadata associated with this CloudAuditLogsSource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800432 &quot;creationTimestamp&quot;: &quot;A String&quot;, # 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
433 &quot;clusterName&quot;: &quot;A String&quot;, # 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
434 &quot;resourceVersion&quot;: &quot;A String&quot;, # 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
435 &quot;selfLink&quot;: &quot;A String&quot;, # SelfLink is a URL representing this object. Populated by the system. Read-only. +optional string selfLink = 4;
436 &quot;deletionTimestamp&quot;: &quot;A String&quot;, # 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
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800437 &quot;generateName&quot;: &quot;A String&quot;, # 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;
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700438 &quot;ownerReferences&quot;: [ # List of objects that own this object. If ALL objects in the list have been deleted, this object will be garbage collected. +optional
439 { # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700440 &quot;name&quot;: &quot;A String&quot;, # Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
441 &quot;uid&quot;: &quot;A String&quot;, # UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800442 &quot;kind&quot;: &quot;A String&quot;, # Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
443 &quot;blockOwnerDeletion&quot;: True or False, # If true, AND if the owner has the &quot;foregroundDeletion&quot; 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 &quot;delete&quot; permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional
444 &quot;apiVersion&quot;: &quot;A String&quot;, # API version of the referent.
445 &quot;controller&quot;: True or False, # If true, this reference points to the managing controller. +optional
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700446 },
447 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800448 &quot;labels&quot;: { # 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
449 &quot;a_key&quot;: &quot;A String&quot;,
450 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800451 &quot;uid&quot;: &quot;A String&quot;, # 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
452 &quot;annotations&quot;: { # 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
453 &quot;a_key&quot;: &quot;A String&quot;,
454 },
455 &quot;deletionGracePeriodSeconds&quot;: 42, # 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
456 &quot;generation&quot;: 42, # A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional
457 &quot;namespace&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700458 &quot;finalizers&quot;: [ # 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
459 &quot;A String&quot;,
460 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800461 &quot;name&quot;: &quot;A String&quot;, # 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
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700462 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800463 &quot;status&quot;: { # CloudAuditLogsSourceStatus represents the current state of a CloudAuditLogsSource. # Status represents the current state of the CloudAuditLogsSource. This data may be out of date. +optional
464 &quot;sinkUri&quot;: &quot;A String&quot;, # SinkURI is the current active sink URI that has been configured for the Source. +optional
465 &quot;conditions&quot;: [ # Array of observed CloudAuditLogsSourceConditions, indicating the current state of the CloudAuditLogsSource.
466 { # Condition defines a generic condition for a Resource
467 &quot;type&quot;: &quot;A String&quot;, # 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: * &quot;Ready&quot;: True when the Resource is ready.
468 &quot;lastTransitionTime&quot;: &quot;A String&quot;, # Optional. Last time the condition transitioned from one status to another.
469 &quot;status&quot;: &quot;A String&quot;, # Status of the condition, one of True, False, Unknown.
470 &quot;reason&quot;: &quot;A String&quot;, # Optional. One-word CamelCase reason for the condition&#x27;s last transition.
471 &quot;message&quot;: &quot;A String&quot;, # Optional. Human readable message indicating details about the current status.
472 &quot;severity&quot;: &quot;A String&quot;, # Optional. How to interpret failures of this condition, one of Error, Warning, Info
473 },
474 ],
475 &quot;observedGeneration&quot;: 42, # ObservedGeneration is the &#x27;Generation&#x27; of the CloudAuditLogsSource that was last processed by the controller.
476 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700477 },
478 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800479 &quot;apiVersion&quot;: &quot;A String&quot;, # The API version for this call such as &quot;events.cloud.google.com/v1alpha1&quot;.
480 &quot;kind&quot;: &quot;A String&quot;, # The kind of this resource, in this case &quot;CloudAuditLogsSourceList&quot;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700481 }</pre>
482</div>
483
484</body></html>