Skip to content

Commit

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

The following keys were added:
- resources.accounts.resources.reportJobs.methods.fetchReportResults (Total Keys: 12)
- resources.accounts.resources.reports.methods.list (Total Keys: 18)
- resources.accounts.resources.reports.methods.run (Total Keys: 12)
- schemas.GoogleCloudChannelV1Column (Total Keys: 5)
- schemas.GoogleCloudChannelV1DateRange (Total Keys: 6)
- schemas.GoogleCloudChannelV1FetchReportResultsRequest (Total Keys: 5)
- schemas.GoogleCloudChannelV1FetchReportResultsResponse (Total Keys: 6)
- schemas.GoogleCloudChannelV1ListReportsResponse (Total Keys: 5)
- schemas.GoogleCloudChannelV1Offer.properties.dealCode.type (Total Keys: 1)
- schemas.GoogleCloudChannelV1Report (Total Keys: 33)
- schemas.GoogleCloudChannelV1Row (Total Keys: 4)
- schemas.GoogleCloudChannelV1RunReportJobRequest (Total Keys: 5)
- schemas.GoogleCloudChannelV1RunReportJobResponse (Total Keys: 4)
- schemas.GoogleCloudChannelV1alpha1Column (Total Keys: 5)
- schemas.GoogleCloudChannelV1alpha1DateRange (Total Keys: 6)
- schemas.GoogleCloudChannelV1alpha1Report (Total Keys: 24)
- schemas.GoogleCloudChannelV1alpha1RunReportJobResponse (Total Keys: 4)
- schemas.GoogleTypeDateTime (Total Keys: 19)
- schemas.GoogleTypeTimeZone (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Nov 8, 2022
1 parent d28f469 commit dadefbb
Show file tree
Hide file tree
Showing 7 changed files with 1,157 additions and 1 deletion.
Expand Up @@ -647,6 +647,7 @@ <h3>Method Details</h3>
],
},
},
&quot;dealCode&quot;: &quot;A String&quot;, # The deal code of the offer to get a special promotion or discount.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End of the Offer validity time.
&quot;marketingInfo&quot;: { # Represents the marketing information for a Product, SKU or Offer. # Marketing information for the Offer.
&quot;defaultLogo&quot;: { # Represents media information. # Default logo.
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/cloudchannel_v1.accounts.customers.html
Expand Up @@ -529,6 +529,7 @@ <h3>Method Details</h3>
],
},
},
&quot;dealCode&quot;: &quot;A String&quot;, # The deal code of the offer to get a special promotion or discount.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End of the Offer validity time.
&quot;marketingInfo&quot;: { # Represents the marketing information for a Product, SKU or Offer. # Marketing information for the Offer.
&quot;defaultLogo&quot;: { # Represents media information. # Default logo.
Expand Down
11 changes: 11 additions & 0 deletions docs/dyn/cloudchannel_v1.accounts.html
Expand Up @@ -89,6 +89,16 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the offers Resource.</p>

<p class="toc_element">
<code><a href="cloudchannel_v1.accounts.reportJobs.html">reportJobs()</a></code>
</p>
<p class="firstline">Returns the reportJobs Resource.</p>

<p class="toc_element">
<code><a href="cloudchannel_v1.accounts.reports.html">reports()</a></code>
</p>
<p class="firstline">Returns the reports Resource.</p>

<p class="toc_element">
<code><a href="#checkCloudIdentityAccountsExist">checkCloudIdentityAccountsExist(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Confirms the existence of Cloud Identity accounts based on the domain and if the Cloud Identity accounts are owned by the reseller. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * INVALID_VALUE: Invalid domain value in the request. Return value: A list of CloudIdentityCustomerAccount resources for the domain (may be empty) Note: in the v1alpha1 version of the API, a NOT_FOUND error returns if no CloudIdentityCustomerAccount resources match the domain.</p>
Expand Down Expand Up @@ -241,6 +251,7 @@ <h3>Method Details</h3>
],
},
},
&quot;dealCode&quot;: &quot;A String&quot;, # The deal code of the offer to get a special promotion or discount.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End of the Offer validity time.
&quot;marketingInfo&quot;: { # Represents the marketing information for a Product, SKU or Offer. # Marketing information for the Offer.
&quot;defaultLogo&quot;: { # Represents media information. # Default logo.
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/cloudchannel_v1.accounts.offers.html
Expand Up @@ -124,6 +124,7 @@ <h3>Method Details</h3>
],
},
},
&quot;dealCode&quot;: &quot;A String&quot;, # The deal code of the offer to get a special promotion or discount.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End of the Offer validity time.
&quot;marketingInfo&quot;: { # Represents the marketing information for a Product, SKU or Offer. # Marketing information for the Offer.
&quot;defaultLogo&quot;: { # Represents media information. # Default logo.
Expand Down
265 changes: 265 additions & 0 deletions docs/dyn/cloudchannel_v1.accounts.reportJobs.html

Large diffs are not rendered by default.

228 changes: 228 additions & 0 deletions docs/dyn/cloudchannel_v1.accounts.reports.html

Large diffs are not rendered by default.

0 comments on commit dadefbb

Please sign in to comment.