Skip to content

Commit 268437c

Browse files
feat(prod_tt_sasportal): update the api
#### prod_tt_sasportal:v1alpha1 The following keys were deleted: - resources.customers.methods.checkHasProvisionedDeployment (Total Keys: 7) - schemas.SasPortalCheckHasProvisionedDeploymentResponse (Total Keys: 3) The following keys were added: - resources.customers.methods.listGcpProjectDeployments (Total Keys: 7) - schemas.SasPortalGcpProjectDeployment (Total Keys: 4) - schemas.SasPortalListGcpProjectDeploymentsResponse (Total Keys: 4)
1 parent c916d4a commit 268437c

File tree

2 files changed

+84
-52
lines changed

2 files changed

+84
-52
lines changed

docs/dyn/prod_tt_sasportal_v1alpha1.customers.html

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ <h2>Instance Methods</h2>
8989
</p>
9090
<p class="firstline">Returns the nodes Resource.</p>
9191

92-
<p class="toc_element">
93-
<code><a href="#checkHasProvisionedDeployment">checkHasProvisionedDeployment(x__xgafv=None)</a></code></p>
94-
<p class="firstline">Checks whether a SAS deployment for the authentication context exists.</p>
9592
<p class="toc_element">
9693
<code><a href="#close">close()</a></code></p>
9794
<p class="firstline">Close httplib2 connections.</p>
@@ -101,9 +98,12 @@ <h2>Instance Methods</h2>
10198
<p class="toc_element">
10299
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
103100
<p class="firstline">Returns a list of requested customers.</p>
101+
<p class="toc_element">
102+
<code><a href="#listGcpProjectDeployments">listGcpProjectDeployments(x__xgafv=None)</a></code></p>
103+
<p class="firstline">Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.</p>
104104
<p class="toc_element">
105105
<code><a href="#listLegacyOrganizations">listLegacyOrganizations(x__xgafv=None)</a></code></p>
106-
<p class="firstline">Checks whether account is legacy.</p>
106+
<p class="firstline">Returns a list of legacy organizations.</p>
107107
<p class="toc_element">
108108
<code><a href="#list_next">list_next()</a></code></p>
109109
<p class="firstline">Retrieves the next page of results.</p>
@@ -120,24 +120,6 @@ <h2>Instance Methods</h2>
120120
<code><a href="#setupSasAnalytics">setupSasAnalytics(body=None, x__xgafv=None)</a></code></p>
121121
<p class="firstline">Setups the a GCP Project to receive SAS Analytics messages via GCP Pub/Sub with a subscription to BigQuery. All the Pub/Sub topics and BigQuery tables are created automatically as part of this service.</p>
122122
<h3>Method Details</h3>
123-
<div class="method">
124-
<code class="details" id="checkHasProvisionedDeployment">checkHasProvisionedDeployment(x__xgafv=None)</code>
125-
<pre>Checks whether a SAS deployment for the authentication context exists.
126-
127-
Args:
128-
x__xgafv: string, V1 error format.
129-
Allowed values
130-
1 - v1 error format
131-
2 - v2 error format
132-
133-
Returns:
134-
An object of the form:
135-
136-
{ # Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.CheckHasProvisionedDeployment].
137-
&quot;hasProvisionedDeployment&quot;: True or False, # Whether a SAS deployment for the authentication context exists.
138-
}</pre>
139-
</div>
140-
141123
<div class="method">
142124
<code class="details" id="close">close()</code>
143125
<pre>Close httplib2 connections.</pre>
@@ -195,9 +177,41 @@ <h3>Method Details</h3>
195177
}</pre>
196178
</div>
197179

180+
<div class="method">
181+
<code class="details" id="listGcpProjectDeployments">listGcpProjectDeployments(x__xgafv=None)</code>
182+
<pre>Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.
183+
184+
Args:
185+
x__xgafv: string, V1 error format.
186+
Allowed values
187+
1 - v1 error format
188+
2 - v2 error format
189+
190+
Returns:
191+
An object of the form:
192+
193+
{ # Response for [ListGcpProjectDeployments].
194+
&quot;deployments&quot;: [ # Optional. Deployments associated with the GCP project
195+
{ # Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.
196+
&quot;deployment&quot;: { # The Deployment. # Deployment associated with the GCP project.
197+
&quot;displayName&quot;: &quot;A String&quot;, # The deployment&#x27;s display name.
198+
&quot;frns&quot;: [ # Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
199+
&quot;A String&quot;,
200+
],
201+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name.
202+
&quot;sasUserIds&quot;: [ # User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.
203+
&quot;A String&quot;,
204+
],
205+
},
206+
&quot;hasEnabledAnalytics&quot;: True or False, # Whether SAS analytics has been enabled.
207+
},
208+
],
209+
}</pre>
210+
</div>
211+
198212
<div class="method">
199213
<code class="details" id="listLegacyOrganizations">listLegacyOrganizations(x__xgafv=None)</code>
200-
<pre>Checks whether account is legacy.
214+
<pre>Returns a list of legacy organizations.
201215

202216
Args:
203217
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json

Lines changed: 47 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,6 @@
110110
"resources": {
111111
"customers": {
112112
"methods": {
113-
"checkHasProvisionedDeployment": {
114-
"description": "Checks whether a SAS deployment for the authentication context exists.",
115-
"flatPath": "v1alpha1/customers:checkHasProvisionedDeployment",
116-
"httpMethod": "GET",
117-
"id": "prod_tt_sasportal.customers.checkHasProvisionedDeployment",
118-
"parameterOrder": [],
119-
"parameters": {},
120-
"path": "v1alpha1/customers:checkHasProvisionedDeployment",
121-
"response": {
122-
"$ref": "SasPortalCheckHasProvisionedDeploymentResponse"
123-
},
124-
"scopes": [
125-
"https://www.googleapis.com/auth/cloud-platform",
126-
"https://www.googleapis.com/auth/sasportal"
127-
]
128-
},
129113
"get": {
130114
"description": "Returns a requested customer.",
131115
"flatPath": "v1alpha1/customers/{customersId}",
@@ -180,8 +164,24 @@
180164
"https://www.googleapis.com/auth/sasportal"
181165
]
182166
},
167+
"listGcpProjectDeployments": {
168+
"description": "Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.",
169+
"flatPath": "v1alpha1/customers:listGcpProjectDeployments",
170+
"httpMethod": "GET",
171+
"id": "prod_tt_sasportal.customers.listGcpProjectDeployments",
172+
"parameterOrder": [],
173+
"parameters": {},
174+
"path": "v1alpha1/customers:listGcpProjectDeployments",
175+
"response": {
176+
"$ref": "SasPortalListGcpProjectDeploymentsResponse"
177+
},
178+
"scopes": [
179+
"https://www.googleapis.com/auth/cloud-platform",
180+
"https://www.googleapis.com/auth/sasportal"
181+
]
182+
},
183183
"listLegacyOrganizations": {
184-
"description": "Checks whether account is legacy.",
184+
"description": "Returns a list of legacy organizations.",
185185
"flatPath": "v1alpha1/customers:listLegacyOrganizations",
186186
"httpMethod": "GET",
187187
"id": "prod_tt_sasportal.customers.listLegacyOrganizations",
@@ -2653,7 +2653,7 @@
26532653
}
26542654
}
26552655
},
2656-
"revision": "20240111",
2656+
"revision": "20240120",
26572657
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
26582658
"schemas": {
26592659
"SasPortalAssignment": {
@@ -2690,17 +2690,6 @@
26902690
},
26912691
"type": "object"
26922692
},
2693-
"SasPortalCheckHasProvisionedDeploymentResponse": {
2694-
"description": "Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.CheckHasProvisionedDeployment].",
2695-
"id": "SasPortalCheckHasProvisionedDeploymentResponse",
2696-
"properties": {
2697-
"hasProvisionedDeployment": {
2698-
"description": "Whether a SAS deployment for the authentication context exists.",
2699-
"type": "boolean"
2700-
}
2701-
},
2702-
"type": "object"
2703-
},
27042693
"SasPortalCreateSignedDeviceRequest": {
27052694
"description": "Request for CreateSignedDevice.",
27062695
"id": "SasPortalCreateSignedDeviceRequest",
@@ -3149,6 +3138,21 @@
31493138
},
31503139
"type": "object"
31513140
},
3141+
"SasPortalGcpProjectDeployment": {
3142+
"description": "Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.",
3143+
"id": "SasPortalGcpProjectDeployment",
3144+
"properties": {
3145+
"deployment": {
3146+
"$ref": "SasPortalDeployment",
3147+
"description": "Deployment associated with the GCP project."
3148+
},
3149+
"hasEnabledAnalytics": {
3150+
"description": "Whether SAS analytics has been enabled.",
3151+
"type": "boolean"
3152+
}
3153+
},
3154+
"type": "object"
3155+
},
31523156
"SasPortalGenerateSecretRequest": {
31533157
"description": "Request for GenerateSecret.",
31543158
"id": "SasPortalGenerateSecretRequest",
@@ -3314,6 +3318,20 @@
33143318
},
33153319
"type": "object"
33163320
},
3321+
"SasPortalListGcpProjectDeploymentsResponse": {
3322+
"description": "Response for [ListGcpProjectDeployments].",
3323+
"id": "SasPortalListGcpProjectDeploymentsResponse",
3324+
"properties": {
3325+
"deployments": {
3326+
"description": "Optional. Deployments associated with the GCP project",
3327+
"items": {
3328+
"$ref": "SasPortalGcpProjectDeployment"
3329+
},
3330+
"type": "array"
3331+
}
3332+
},
3333+
"type": "object"
3334+
},
33173335
"SasPortalListLegacyOrganizationsResponse": {
33183336
"description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].",
33193337
"id": "SasPortalListLegacyOrganizationsResponse",

0 commit comments

Comments
 (0)