You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.</p>
<pclass="firstline">List Customers. 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. Return value: List of Customers, or an empty list if there are no customers.</p>
<pre>List Customers. 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. Return value: List of Customers, or an empty list if there are no customers.
392
392
393
393
Args:
394
394
parent: string, Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}. (required)
395
+
filter: string, Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
395
396
pageSize: integer, Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.
396
397
pageToken: string, Optional. A token identifying a page of results other than the first page. Obtained through ListCustomersResponse.next_page_token of the previous CloudChannelService.ListCustomers call.
Copy file name to clipboardExpand all lines: docs/dyn/cloudchannel_v1.accounts.customers.entitlements.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@ <h3>Method Details</h3>
418
418
],
419
419
"provisionedService": { # Service provisioned for an entitlement. # Output only. Service provisioning details for the entitlement.
420
420
"productId": "A String", # Output only. The product pertaining to the provisioning resource as specified in the Offer.
421
-
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
421
+
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount."
422
422
"skuId": "A String", # Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
423
423
},
424
424
"provisioningState": "A String", # Output only. Current provisioning state of the entitlement.
@@ -515,7 +515,7 @@ <h3>Method Details</h3>
515
515
],
516
516
"provisionedService": { # Service provisioned for an entitlement. # Output only. Service provisioning details for the entitlement.
517
517
"productId": "A String", # Output only. The product pertaining to the provisioning resource as specified in the Offer.
518
-
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
518
+
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount."
519
519
"skuId": "A String", # Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
520
520
},
521
521
"provisioningState": "A String", # Output only. Current provisioning state of the entitlement.
@@ -586,7 +586,7 @@ <h3>Method Details</h3>
586
586
],
587
587
"provisionedService": { # Service provisioned for an entitlement. # Output only. Service provisioning details for the entitlement.
588
588
"productId": "A String", # Output only. The product pertaining to the provisioning resource as specified in the Offer.
589
-
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
589
+
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount."
590
590
"skuId": "A String", # Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
591
591
},
592
592
"provisioningState": "A String", # Output only. Current provisioning state of the entitlement.
<pclass="firstline">Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. If a linked Customer already exists and overwrite_if_exists is true, it will update that Customer's data. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * NOT_FOUND: Cloud Identity doesn't exist or was deleted. * INVALID_ARGUMENT: Required parameters are missing, or the auth_token is expired or invalid. * ALREADY_EXISTS: A customer already exists and has conflicting critical fields. Requires an overwrite. Return value: The Customer.</p>
<pclass="firstline">List Customers. 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. Return value: List of Customers, or an empty list if there are no customers.</p>
<pre>List Customers. 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. Return value: List of Customers, or an empty list if there are no customers.
418
418
419
419
Args:
420
420
parent: string, Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}. (required)
421
+
filter: string, Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
421
422
pageSize: integer, Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.
422
423
pageToken: string, Optional. A token identifying a page of results other than the first page. Obtained through ListCustomersResponse.next_page_token of the previous CloudChannelService.ListCustomers call.
423
424
x__xgafv: string, V1 error format.
@@ -1004,7 +1005,7 @@ <h3>Method Details</h3>
1004
1005
],
1005
1006
"provisionedService": { # Service provisioned for an entitlement. # Output only. Service provisioning details for the entitlement.
1006
1007
"productId": "A String", # Output only. The product pertaining to the provisioning resource as specified in the Offer.
1007
-
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
1008
+
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount."
1008
1009
"skuId": "A String", # Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
1009
1010
},
1010
1011
"provisioningState": "A String", # Output only. Current provisioning state of the entitlement.
@@ -1099,7 +1100,7 @@ <h3>Method Details</h3>
1099
1100
],
1100
1101
"provisionedService": { # Service provisioned for an entitlement. # Output only. Service provisioning details for the entitlement.
1101
1102
"productId": "A String", # Output only. The product pertaining to the provisioning resource as specified in the Offer.
1102
-
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount."
1103
+
"provisioningId": "A String", # Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount."
1103
1104
"skuId": "A String", # Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
1104
1105
},
1105
1106
"provisioningState": "A String", # Output only. Current provisioning state of the entitlement.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/cloudchannel.v1.json
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -553,6 +553,11 @@
553
553
"parent"
554
554
],
555
555
"parameters": {
556
+
"filter": {
557
+
"description": "Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.",
558
+
"location": "query",
559
+
"type": "string"
560
+
},
556
561
"pageSize": {
557
562
"description": "Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.",
558
563
"format": "int32",
@@ -735,6 +740,11 @@
735
740
"parent"
736
741
],
737
742
"parameters": {
743
+
"filter": {
744
+
"description": "Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.",
745
+
"location": "query",
746
+
"type": "string"
747
+
},
738
748
"pageSize": {
739
749
"description": "Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.",
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount.\"",
3045
+
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount.\"",
3036
3046
"readOnly": true,
3037
3047
"type": "string"
3038
3048
},
@@ -3713,7 +3723,7 @@
3713
3723
"type": "string"
3714
3724
},
3715
3725
"provisioningId": {
3716
-
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID. For Google Cloud Platform, this would be the Billing Account ID of the billing subaccount.\"",
3726
+
"description": "Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud Platform, this is the Billing Account ID of the billing subaccount.\"",
0 commit comments