Skip to content

Commit

Permalink
feat(cloudbilling): update the api
Browse files Browse the repository at this point in the history
#### cloudbilling:v1beta

The following keys were added:
- resources.billingAccounts.resources.anomalies.methods.get (Total Keys: 11)
- resources.billingAccounts.resources.anomalies.methods.list (Total Keys: 18)
- resources.projects.resources.anomalies.methods.get (Total Keys: 11)
- resources.projects.resources.anomalies.methods.list (Total Keys: 18)
- schemas.GoogleCloudBillingAnomaliesV1betaAnomaly (Total Keys: 21)
- schemas.GoogleCloudBillingAnomaliesV1betaCause (Total Keys: 8)
- schemas.GoogleCloudBillingAnomaliesV1betaListAnomaliesResponse (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 6a33125 commit 1d5ea04
Show file tree
Hide file tree
Showing 7 changed files with 920 additions and 2 deletions.
257 changes: 257 additions & 0 deletions docs/dyn/cloudbilling_v1beta.billingAccounts.anomalies.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/cloudbilling_v1beta.billingAccounts.html
Expand Up @@ -74,6 +74,11 @@

<h1><a href="cloudbilling_v1beta.html">Cloud Billing API</a> . <a href="cloudbilling_v1beta.billingAccounts.html">billingAccounts</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="cloudbilling_v1beta.billingAccounts.anomalies.html">anomalies()</a></code>
</p>
<p class="firstline">Returns the anomalies Resource.</p>

<p class="toc_element">
<code><a href="cloudbilling_v1beta.billingAccounts.services.html">services()</a></code>
</p>
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/cloudbilling_v1beta.html
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the billingAccounts Resource.</p>

<p class="toc_element">
<code><a href="cloudbilling_v1beta.projects.html">projects()</a></code>
</p>
<p class="firstline">Returns the projects Resource.</p>

<p class="toc_element">
<code><a href="cloudbilling_v1beta.skuGroups.html">skuGroups()</a></code>
</p>
Expand Down
257 changes: 257 additions & 0 deletions docs/dyn/cloudbilling_v1beta.projects.anomalies.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/dyn/cloudbilling_v1beta.projects.html
@@ -0,0 +1,91 @@
<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="cloudbilling_v1beta.html">Cloud Billing API</a> . <a href="cloudbilling_v1beta.projects.html">projects</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="cloudbilling_v1beta.projects.anomalies.html">anomalies()</a></code>
</p>
<p class="firstline">Returns the anomalies Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

</body></html>
Expand Up @@ -751,7 +751,7 @@
}
}
},
"revision": "20240214",
"revision": "20240301",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"AggregationInfo": {
Expand Down

0 comments on commit 1d5ea04

Please sign in to comment.