Skip to content

Commit

Permalink
feat(sasportal): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 68b64e1 commit ea023b9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 52 deletions.
60 changes: 37 additions & 23 deletions docs/dyn/sasportal_v1alpha1.customers.html
Expand Up @@ -89,9 +89,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the nodes Resource.</p>

<p class="toc_element">
<code><a href="#checkHasProvisionedDeployment">checkHasProvisionedDeployment(x__xgafv=None)</a></code></p>
<p class="firstline">Checks whether a SAS deployment for the authentication context exists.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -101,9 +98,12 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of requested customers.</p>
<p class="toc_element">
<code><a href="#listGcpProjectDeployments">listGcpProjectDeployments(x__xgafv=None)</a></code></p>
<p class="firstline">Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.</p>
<p class="toc_element">
<code><a href="#listLegacyOrganizations">listLegacyOrganizations(x__xgafv=None)</a></code></p>
<p class="firstline">Checks whether account is legacy.</p>
<p class="firstline">Returns a list of legacy organizations.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand All @@ -120,24 +120,6 @@ <h2>Instance Methods</h2>
<code><a href="#setupSasAnalytics">setupSasAnalytics(body=None, x__xgafv=None)</a></code></p>
<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>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="checkHasProvisionedDeployment">checkHasProvisionedDeployment(x__xgafv=None)</code>
<pre>Checks whether a SAS deployment for the authentication context exists.

Args:
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.CheckHasProvisionedDeployment].
&quot;hasProvisionedDeployment&quot;: True or False, # Whether a SAS deployment for the authentication context exists.
}</pre>
</div>

<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
Expand Down Expand Up @@ -195,9 +177,41 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="listGcpProjectDeployments">listGcpProjectDeployments(x__xgafv=None)</code>
<pre>Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.

Args:
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response for [ListGcpProjectDeployments].
&quot;deployments&quot;: [ # Optional. Deployments associated with the GCP project
{ # Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.
&quot;deployment&quot;: { # The Deployment. # Deployment associated with the GCP project.
&quot;displayName&quot;: &quot;A String&quot;, # The deployment&#x27;s display name.
&quot;frns&quot;: [ # Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name.
&quot;sasUserIds&quot;: [ # User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.
&quot;A String&quot;,
],
},
&quot;hasEnabledAnalytics&quot;: True or False, # Whether SAS analytics has been enabled.
},
],
}</pre>
</div>

<div class="method">
<code class="details" id="listLegacyOrganizations">listLegacyOrganizations(x__xgafv=None)</code>
<pre>Checks whether account is legacy.
<pre>Returns a list of legacy organizations.

Args:
x__xgafv: string, V1 error format.
Expand Down
76 changes: 47 additions & 29 deletions googleapiclient/discovery_cache/documents/sasportal.v1alpha1.json
Expand Up @@ -109,22 +109,6 @@
"resources": {
"customers": {
"methods": {
"checkHasProvisionedDeployment": {
"description": "Checks whether a SAS deployment for the authentication context exists.",
"flatPath": "v1alpha1/customers:checkHasProvisionedDeployment",
"httpMethod": "GET",
"id": "sasportal.customers.checkHasProvisionedDeployment",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha1/customers:checkHasProvisionedDeployment",
"response": {
"$ref": "SasPortalCheckHasProvisionedDeploymentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/sasportal"
]
},
"get": {
"description": "Returns a requested customer.",
"flatPath": "v1alpha1/customers/{customersId}",
Expand Down Expand Up @@ -179,8 +163,24 @@
"https://www.googleapis.com/auth/sasportal"
]
},
"listGcpProjectDeployments": {
"description": "Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.",
"flatPath": "v1alpha1/customers:listGcpProjectDeployments",
"httpMethod": "GET",
"id": "sasportal.customers.listGcpProjectDeployments",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha1/customers:listGcpProjectDeployments",
"response": {
"$ref": "SasPortalListGcpProjectDeploymentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/sasportal"
]
},
"listLegacyOrganizations": {
"description": "Checks whether account is legacy.",
"description": "Returns a list of legacy organizations.",
"flatPath": "v1alpha1/customers:listLegacyOrganizations",
"httpMethod": "GET",
"id": "sasportal.customers.listLegacyOrganizations",
Expand Down Expand Up @@ -2652,7 +2652,7 @@
}
}
},
"revision": "20240111",
"revision": "20240201",
"rootUrl": "https://sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {
Expand Down Expand Up @@ -2689,17 +2689,6 @@
},
"type": "object"
},
"SasPortalCheckHasProvisionedDeploymentResponse": {
"description": "Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.CheckHasProvisionedDeployment].",
"id": "SasPortalCheckHasProvisionedDeploymentResponse",
"properties": {
"hasProvisionedDeployment": {
"description": "Whether a SAS deployment for the authentication context exists.",
"type": "boolean"
}
},
"type": "object"
},
"SasPortalCreateSignedDeviceRequest": {
"description": "Request for CreateSignedDevice.",
"id": "SasPortalCreateSignedDeviceRequest",
Expand Down Expand Up @@ -3148,6 +3137,21 @@
},
"type": "object"
},
"SasPortalGcpProjectDeployment": {
"description": "Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.",
"id": "SasPortalGcpProjectDeployment",
"properties": {
"deployment": {
"$ref": "SasPortalDeployment",
"description": "Deployment associated with the GCP project."
},
"hasEnabledAnalytics": {
"description": "Whether SAS analytics has been enabled.",
"type": "boolean"
}
},
"type": "object"
},
"SasPortalGenerateSecretRequest": {
"description": "Request for GenerateSecret.",
"id": "SasPortalGenerateSecretRequest",
Expand Down Expand Up @@ -3313,6 +3317,20 @@
},
"type": "object"
},
"SasPortalListGcpProjectDeploymentsResponse": {
"description": "Response for [ListGcpProjectDeployments].",
"id": "SasPortalListGcpProjectDeploymentsResponse",
"properties": {
"deployments": {
"description": "Optional. Deployments associated with the GCP project",
"items": {
"$ref": "SasPortalGcpProjectDeployment"
},
"type": "array"
}
},
"type": "object"
},
"SasPortalListLegacyOrganizationsResponse": {
"description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].",
"id": "SasPortalListLegacyOrganizationsResponse",
Expand Down

0 comments on commit ea023b9

Please sign in to comment.