Skip to content

Commit 84a51eb

Browse files
feat(prod_tt_sasportal): update the api
#### prod_tt_sasportal:v1alpha1 The following keys were deleted: - resources.customers.methods.create (Total Keys: 8) - resources.customers.methods.delete (Total Keys: 11)
1 parent 77c47e9 commit 84a51eb

File tree

2 files changed

+1
-101
lines changed

2 files changed

+1
-101
lines changed

docs/dyn/prod_tt_sasportal_v1alpha1.customers.html

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#close">close()</a></code></p>
9494
<p class="firstline">Close httplib2 connections.</p>
95-
<p class="toc_element">
96-
<code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Creates a new SAS customer.</p>
98-
<p class="toc_element">
99-
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
100-
<p class="firstline">Deletes a customer.</p>
10195
<p class="toc_element">
10296
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
10397
<p class="firstline">Returns a requested customer.</p>
@@ -116,57 +110,6 @@ <h3>Method Details</h3>
116110
<pre>Close httplib2 connections.</pre>
117111
</div>
118112

119-
<div class="method">
120-
<code class="details" id="create">create(body=None, x__xgafv=None)</code>
121-
<pre>Creates a new SAS customer.
122-
123-
Args:
124-
body: object, The request body.
125-
The object takes the form of:
126-
127-
{ # Entity representing a SAS customer.
128-
&quot;displayName&quot;: &quot;A String&quot;, # Required. Name of the organization that the customer entity represents.
129-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the customer.
130-
&quot;sasUserIds&quot;: [ # User IDs used by the devices belonging to this customer.
131-
&quot;A String&quot;,
132-
],
133-
}
134-
135-
x__xgafv: string, V1 error format.
136-
Allowed values
137-
1 - v1 error format
138-
2 - v2 error format
139-
140-
Returns:
141-
An object of the form:
142-
143-
{ # Entity representing a SAS customer.
144-
&quot;displayName&quot;: &quot;A String&quot;, # Required. Name of the organization that the customer entity represents.
145-
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the customer.
146-
&quot;sasUserIds&quot;: [ # User IDs used by the devices belonging to this customer.
147-
&quot;A String&quot;,
148-
],
149-
}</pre>
150-
</div>
151-
152-
<div class="method">
153-
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
154-
<pre>Deletes a customer.
155-
156-
Args:
157-
name: string, Required. The name of the customer. (required)
158-
x__xgafv: string, V1 error format.
159-
Allowed values
160-
1 - v1 error format
161-
2 - v2 error format
162-
163-
Returns:
164-
An object of the form:
165-
166-
{ # 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 `{}`.
167-
}</pre>
168-
</div>
169-
170113
<div class="method">
171114
<code class="details" id="get">get(name, x__xgafv=None)</code>
172115
<pre>Returns a requested customer.

googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -107,49 +107,6 @@
107107
"resources": {
108108
"customers": {
109109
"methods": {
110-
"create": {
111-
"description": "Creates a new SAS customer.",
112-
"flatPath": "v1alpha1/customers",
113-
"httpMethod": "POST",
114-
"id": "prod_tt_sasportal.customers.create",
115-
"parameterOrder": [],
116-
"parameters": {},
117-
"path": "v1alpha1/customers",
118-
"request": {
119-
"$ref": "SasPortalCustomer"
120-
},
121-
"response": {
122-
"$ref": "SasPortalCustomer"
123-
},
124-
"scopes": [
125-
"https://www.googleapis.com/auth/userinfo.email"
126-
]
127-
},
128-
"delete": {
129-
"description": "Deletes a customer.",
130-
"flatPath": "v1alpha1/customers/{customersId}",
131-
"httpMethod": "DELETE",
132-
"id": "prod_tt_sasportal.customers.delete",
133-
"parameterOrder": [
134-
"name"
135-
],
136-
"parameters": {
137-
"name": {
138-
"description": "Required. The name of the customer.",
139-
"location": "path",
140-
"pattern": "^customers/[^/]+$",
141-
"required": true,
142-
"type": "string"
143-
}
144-
},
145-
"path": "v1alpha1/{+name}",
146-
"response": {
147-
"$ref": "SasPortalEmpty"
148-
},
149-
"scopes": [
150-
"https://www.googleapis.com/auth/userinfo.email"
151-
]
152-
},
153110
"get": {
154111
"description": "Returns a requested customer.",
155112
"flatPath": "v1alpha1/customers/{customersId}",
@@ -2527,7 +2484,7 @@
25272484
}
25282485
}
25292486
},
2530-
"revision": "20220216",
2487+
"revision": "20220218",
25312488
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
25322489
"schemas": {
25332490
"SasPortalAssignment": {

0 commit comments

Comments
 (0)