Skip to content

Commit ce98d8c

Browse files
chore(logging): update the api
1 parent 6144874 commit ce98d8c

13 files changed

+211
-211
lines changed

docs/dyn/logging_v2.billingAccounts.exclusions.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.</p>
82+
<p class="firstline">Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes an exclusion.</p>
85+
<p class="firstline">Deletes an exclusion in the _Default sink.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Gets the description of an exclusion.</p>
88+
<p class="firstline">Gets the description of an exclusion in the _Default sink.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists all the exclusions in a parent resource.</p>
91+
<p class="firstline">Lists all the exclusions on the _Default sink in a parent resource.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Changes one or more properties of an existing exclusion.</p>
97+
<p class="firstline">Changes one or more properties of an existing exclusion in the _Default sink.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -103,14 +103,14 @@ <h3>Method Details</h3>
103103

104104
<div class="method">
105105
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106-
<pre>Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
106+
<pre>Creates a new exclusion in the _Default sink in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
107107

108108
Args:
109109
parent: string, Required. The parent resource in which to create the exclusion: &quot;projects/[PROJECT_ID]&quot; &quot;organizations/[ORGANIZATION_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]&quot; &quot;folders/[FOLDER_ID]&quot; For examples:&quot;projects/my-logging-project&quot; &quot;organizations/123456789&quot; (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

113-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
113+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
114114
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
115115
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
116116
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
Returns:
128128
An object of the form:
129129

130-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
130+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
131131
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
132132
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
133133
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139139

140140
<div class="method">
141141
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
142-
<pre>Deletes an exclusion.
142+
<pre>Deletes an exclusion in the _Default sink.
143143

144144
Args:
145145
name: string, Required. The resource name of an existing exclusion to delete: &quot;projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]&quot; For example:&quot;projects/my-project/exclusions/my-exclusion&quot; (required)
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157

158158
<div class="method">
159159
<code class="details" id="get">get(name, x__xgafv=None)</code>
160-
<pre>Gets the description of an exclusion.
160+
<pre>Gets the description of an exclusion in the _Default sink.
161161

162162
Args:
163163
name: string, Required. The resource name of an existing exclusion: &quot;projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]&quot; For example:&quot;projects/my-project/exclusions/my-exclusion&quot; (required)
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169169
Returns:
170170
An object of the form:
171171

172-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
172+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
173173
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
174174
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
175175
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
@@ -181,7 +181,7 @@ <h3>Method Details</h3>
181181

182182
<div class="method">
183183
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
184-
<pre>Lists all the exclusions in a parent resource.
184+
<pre>Lists all the exclusions on the _Default sink in a parent resource.
185185

186186
Args:
187187
parent: string, Required. The parent resource whose exclusions are to be listed. &quot;projects/[PROJECT_ID]&quot; &quot;organizations/[ORGANIZATION_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]&quot; &quot;folders/[FOLDER_ID]&quot; (required)
@@ -197,7 +197,7 @@ <h3>Method Details</h3>
197197

198198
{ # Result returned from ListExclusions.
199199
&quot;exclusions&quot;: [ # A list of exclusions.
200-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
200+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
201201
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
202202
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
203203
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
@@ -226,14 +226,14 @@ <h3>Method Details</h3>
226226

227227
<div class="method">
228228
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
229-
<pre>Changes one or more properties of an existing exclusion.
229+
<pre>Changes one or more properties of an existing exclusion in the _Default sink.
230230

231231
Args:
232232
name: string, Required. The resource name of the exclusion to update: &quot;projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]&quot; &quot;folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]&quot; For example:&quot;projects/my-project/exclusions/my-exclusion&quot; (required)
233233
body: object, The request body.
234234
The object takes the form of:
235235

236-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
236+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
237237
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
238238
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
239239
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.
@@ -251,7 +251,7 @@ <h3>Method Details</h3>
251251
Returns:
252252
An object of the form:
253253

254-
{ # Specifies a set of log entries that are not to be stored in Cloud Logging. If your GCP resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and folder-level exclusions don&#x27;t apply to child resources, and that you can&#x27;t exclude audit log entries.
254+
{ # Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don&#x27;t apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.
255255
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the exclusion.This field may not be present for older exclusions.
256256
&quot;description&quot;: &quot;A String&quot;, # Optional. A description of this exclusion.
257257
&quot;disabled&quot;: True or False, # Optional. If set to True, then this exclusion is disabled and it does not exclude any log entries. You can update an exclusion to change the value of this field.

0 commit comments

Comments
 (0)