blob: bebdc040c5be55b665756c2e9bfe08b9fe93c217 [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="logging_v2.html">Cloud Logging API</a> . <a href="logging_v2.organizations.html">organizations</a> . <a href="logging_v2.organizations.locations.html">locations</a> . <a href="logging_v2.organizations.locations.buckets.html">buckets</a> . <a href="logging_v2.organizations.locations.buckets.views.html">views</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, viewId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a view over logs in a bucket. A bucket may contain a maximum of 50 views.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a view from a bucket.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a view.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists views on a bucket.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a view. This method replaces the following fields in the existing view with values from the new view: filter.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="create">create(parent, body=None, viewId=None, x__xgafv=None)</code>
<pre>Creates a view over logs in a bucket. A bucket may contain a maximum of 50 views.
Args:
parent: string, Required. The bucket in which to create the view &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; Example: &quot;projects/my-logging-project/locations/my-location/buckets/my-bucket&quot; (required)
body: object, The request body.
The object takes the form of:
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
}
viewId: string, Required. The id to use for this view.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
}</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
<pre>Deletes a view from a bucket.
Args:
name: string, Required. The full resource name of the view to delete: &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]&quot; Example: &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id&quot;. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # 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 {}.
}</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets a view.
Args:
name: string, Required. The resource name of the policy: &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]&quot; Example: &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id&quot;. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists views on a bucket.
Args:
parent: string, Required. The bucket whose views are to be listed: &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot; (required)
pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
pageToken: string, Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # The response from ListViews.
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.
&quot;views&quot;: [ # A list of views.
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
<div class="method">
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
<pre>Updates a view. This method replaces the following fields in the existing view with values from the new view: filter.
Args:
name: string, Required. The full resource name of the view to update &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]&quot; Example: &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view-id&quot;. (required)
body: object, The request body.
The object takes the form of:
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
}
updateMask: string, Optional. Field mask that specifies the fields in view that need an update. A field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Describes a view over logs in a bucket.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
&quot;description&quot;: &quot;A String&quot;, # Describes this view.
&quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
&quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
}</pre>
</div>
</body></html>