CustomersResource class

Constructors

CustomersResource(ApiRequester client)

Properties

deployments CustomersDeploymentsResource
no setter
devices CustomersDevicesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
nodes CustomersNodesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkHasProvisionedDeployment({String? $fields}) Future<SasPortalCheckHasProvisionedDeploymentResponse>
Checks whether a SAS deployment for the authentication context exists.
get(String name, {String? $fields}) Future<SasPortalCustomer>
Returns a requested customer.
list({int? pageSize, String? pageToken, String? $fields}) Future<SasPortalListCustomersResponse>
Returns a list of requested customers.
migrateOrganization(SasPortalMigrateOrganizationRequest request, {String? $fields}) Future<SasPortalOperation>
Migrates a SAS organization to the cloud.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SasPortalCustomer request, String name, {String? updateMask, String? $fields}) Future<SasPortalCustomer>
Updates an existing customer.
provisionDeployment(SasPortalProvisionDeploymentRequest request, {String? $fields}) Future<SasPortalProvisionDeploymentResponse>
Creates a new SAS deployment through the GCP workflow.
setupSasAnalytics(SasPortalSetupSasAnalyticsRequest request, {String? $fields}) Future<SasPortalOperation>
Setups the a GCP Project to receive SAS Analytics messages via GCP Pub/Sub with a subscription to BigQuery.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited