@maxim_mazurok/gapi.client.cloudchannel-v1 0.0.20250121 → 0.0.20250126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +35 -35
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudchannel.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250126
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Cloud Channel API v1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://cloudchannel.googleapis.com/$discovery/rest?version=v1'
|
|
19
|
+
urlOrObject: 'https://cloudchannel.googleapis.com/$discovery/rest?version=v1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'cloudchannel', version: 'v1'): Promise<void>;
|
|
@@ -1262,7 +1262,7 @@ declare namespace gapi.client {
|
|
|
1262
1262
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1263
1263
|
uploadType?: string;
|
|
1264
1264
|
},
|
|
1265
|
-
body: GoogleCloudChannelV1ChannelPartnerRepricingConfig
|
|
1265
|
+
body: GoogleCloudChannelV1ChannelPartnerRepricingConfig,
|
|
1266
1266
|
): Request<GoogleCloudChannelV1ChannelPartnerRepricingConfig>;
|
|
1267
1267
|
/** Deletes the given ChannelPartnerRepricingConfig permanently. You can only delete configs if their RepricingConfig.effective_invoice_month is set to a date after the current month. Possible error codes: * PERMISSION_DENIED: The account making the request does not own this customer. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * FAILED_PRECONDITION: The ChannelPartnerRepricingConfig is active or in the past. * NOT_FOUND: No ChannelPartnerRepricingConfig found for the name in the request. */
|
|
1268
1268
|
delete(request?: {
|
|
@@ -1407,7 +1407,7 @@ declare namespace gapi.client {
|
|
|
1407
1407
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1408
1408
|
uploadType?: string;
|
|
1409
1409
|
},
|
|
1410
|
-
body: GoogleCloudChannelV1ChannelPartnerRepricingConfig
|
|
1410
|
+
body: GoogleCloudChannelV1ChannelPartnerRepricingConfig,
|
|
1411
1411
|
): Request<GoogleCloudChannelV1ChannelPartnerRepricingConfig>;
|
|
1412
1412
|
}
|
|
1413
1413
|
interface CustomersResource {
|
|
@@ -1467,7 +1467,7 @@ declare namespace gapi.client {
|
|
|
1467
1467
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1468
1468
|
uploadType?: string;
|
|
1469
1469
|
},
|
|
1470
|
-
body: GoogleCloudChannelV1Customer
|
|
1470
|
+
body: GoogleCloudChannelV1Customer,
|
|
1471
1471
|
): Request<GoogleCloudChannelV1Customer>;
|
|
1472
1472
|
/** Deletes the given Customer permanently. Possible error codes: * PERMISSION_DENIED: The account making the request does not own this customer. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * FAILED_PRECONDITION: The customer has existing entitlements. * NOT_FOUND: No Customer resource found for the name in the request. */
|
|
1473
1473
|
delete(request?: {
|
|
@@ -1579,7 +1579,7 @@ declare namespace gapi.client {
|
|
|
1579
1579
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1580
1580
|
uploadType?: string;
|
|
1581
1581
|
},
|
|
1582
|
-
body: GoogleCloudChannelV1ImportCustomerRequest
|
|
1582
|
+
body: GoogleCloudChannelV1ImportCustomerRequest,
|
|
1583
1583
|
): Request<GoogleCloudChannelV1Customer>;
|
|
1584
1584
|
/** 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. */
|
|
1585
1585
|
list(request?: {
|
|
@@ -1674,7 +1674,7 @@ declare namespace gapi.client {
|
|
|
1674
1674
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1675
1675
|
uploadType?: string;
|
|
1676
1676
|
},
|
|
1677
|
-
body: GoogleCloudChannelV1Customer
|
|
1677
|
+
body: GoogleCloudChannelV1Customer,
|
|
1678
1678
|
): Request<GoogleCloudChannelV1Customer>;
|
|
1679
1679
|
}
|
|
1680
1680
|
interface ChannelPartnerLinksResource {
|
|
@@ -1734,7 +1734,7 @@ declare namespace gapi.client {
|
|
|
1734
1734
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1735
1735
|
uploadType?: string;
|
|
1736
1736
|
},
|
|
1737
|
-
body: GoogleCloudChannelV1ChannelPartnerLink
|
|
1737
|
+
body: GoogleCloudChannelV1ChannelPartnerLink,
|
|
1738
1738
|
): Request<GoogleCloudChannelV1ChannelPartnerLink>;
|
|
1739
1739
|
/** Returns the requested ChannelPartnerLink resource. You must be a distributor to call this method. 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. * NOT_FOUND: ChannelPartnerLink resource not found because of an invalid channel partner link name. Return value: The ChannelPartnerLink resource. */
|
|
1740
1740
|
get(request?: {
|
|
@@ -1854,7 +1854,7 @@ declare namespace gapi.client {
|
|
|
1854
1854
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1855
1855
|
uploadType?: string;
|
|
1856
1856
|
},
|
|
1857
|
-
body: GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
|
|
1857
|
+
body: GoogleCloudChannelV1UpdateChannelPartnerLinkRequest,
|
|
1858
1858
|
): Request<GoogleCloudChannelV1ChannelPartnerLink>;
|
|
1859
1859
|
channelPartnerRepricingConfigs: ChannelPartnerRepricingConfigsResource;
|
|
1860
1860
|
customers: CustomersResource;
|
|
@@ -1916,7 +1916,7 @@ declare namespace gapi.client {
|
|
|
1916
1916
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1917
1917
|
uploadType?: string;
|
|
1918
1918
|
},
|
|
1919
|
-
body: GoogleCloudChannelV1CustomerRepricingConfig
|
|
1919
|
+
body: GoogleCloudChannelV1CustomerRepricingConfig,
|
|
1920
1920
|
): Request<GoogleCloudChannelV1CustomerRepricingConfig>;
|
|
1921
1921
|
/** Deletes the given CustomerRepricingConfig permanently. You can only delete configs if their RepricingConfig.effective_invoice_month is set to a date after the current month. Possible error codes: * PERMISSION_DENIED: The account making the request does not own this customer. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * FAILED_PRECONDITION: The CustomerRepricingConfig is active or in the past. * NOT_FOUND: No CustomerRepricingConfig found for the name in the request. */
|
|
1922
1922
|
delete(request?: {
|
|
@@ -2061,7 +2061,7 @@ declare namespace gapi.client {
|
|
|
2061
2061
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2062
2062
|
uploadType?: string;
|
|
2063
2063
|
},
|
|
2064
|
-
body: GoogleCloudChannelV1CustomerRepricingConfig
|
|
2064
|
+
body: GoogleCloudChannelV1CustomerRepricingConfig,
|
|
2065
2065
|
): Request<GoogleCloudChannelV1CustomerRepricingConfig>;
|
|
2066
2066
|
}
|
|
2067
2067
|
interface EntitlementsResource {
|
|
@@ -2121,7 +2121,7 @@ declare namespace gapi.client {
|
|
|
2121
2121
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2122
2122
|
uploadType?: string;
|
|
2123
2123
|
},
|
|
2124
|
-
body: GoogleCloudChannelV1ActivateEntitlementRequest
|
|
2124
|
+
body: GoogleCloudChannelV1ActivateEntitlementRequest,
|
|
2125
2125
|
): Request<GoogleLongrunningOperation>;
|
|
2126
2126
|
/** Cancels a previously fulfilled entitlement. An entitlement cancellation is a long-running operation. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * FAILED_PRECONDITION: There are Google Cloud projects linked to the Google Cloud entitlement's Cloud Billing subaccount. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: Entitlement resource not found. * DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace add-ons, or entitlements for Google Cloud's development platform. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2127
2127
|
cancel(request: {
|
|
@@ -2179,7 +2179,7 @@ declare namespace gapi.client {
|
|
|
2179
2179
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2180
2180
|
uploadType?: string;
|
|
2181
2181
|
},
|
|
2182
|
-
body: GoogleCloudChannelV1CancelEntitlementRequest
|
|
2182
|
+
body: GoogleCloudChannelV1CancelEntitlementRequest,
|
|
2183
2183
|
): Request<GoogleLongrunningOperation>;
|
|
2184
2184
|
/** Updates the Offer for an existing customer entitlement. An entitlement update is a long-running operation and it updates the entitlement as a result of fulfillment. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: Offer or Entitlement resource not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2185
2185
|
changeOffer(request: {
|
|
@@ -2237,7 +2237,7 @@ declare namespace gapi.client {
|
|
|
2237
2237
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2238
2238
|
uploadType?: string;
|
|
2239
2239
|
},
|
|
2240
|
-
body: GoogleCloudChannelV1ChangeOfferRequest
|
|
2240
|
+
body: GoogleCloudChannelV1ChangeOfferRequest,
|
|
2241
2241
|
): Request<GoogleLongrunningOperation>;
|
|
2242
2242
|
/** Change parameters of the entitlement. An entitlement update is a long-running operation and it updates the entitlement as a result of fulfillment. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. For example, the number of seats being changed is greater than the allowed number of max seats, or decreasing seats for a commitment based plan. * NOT_FOUND: Entitlement resource not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2243
2243
|
changeParameters(request: {
|
|
@@ -2295,7 +2295,7 @@ declare namespace gapi.client {
|
|
|
2295
2295
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2296
2296
|
uploadType?: string;
|
|
2297
2297
|
},
|
|
2298
|
-
body: GoogleCloudChannelV1ChangeParametersRequest
|
|
2298
|
+
body: GoogleCloudChannelV1ChangeParametersRequest,
|
|
2299
2299
|
): Request<GoogleLongrunningOperation>;
|
|
2300
2300
|
/** Updates the renewal settings for an existing customer entitlement. An entitlement update is a long-running operation and it updates the entitlement as a result of fulfillment. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: Entitlement resource not found. * NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a commitment plan. Can't enable or disable renewals for non-commitment plans. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2301
2301
|
changeRenewalSettings(request: {
|
|
@@ -2353,7 +2353,7 @@ declare namespace gapi.client {
|
|
|
2353
2353
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2354
2354
|
uploadType?: string;
|
|
2355
2355
|
},
|
|
2356
|
-
body: GoogleCloudChannelV1ChangeRenewalSettingsRequest
|
|
2356
|
+
body: GoogleCloudChannelV1ChangeRenewalSettingsRequest,
|
|
2357
2357
|
): Request<GoogleLongrunningOperation>;
|
|
2358
2358
|
/** Creates an entitlement for a customer. Possible error codes: * PERMISSION_DENIED: * The customer doesn't belong to the reseller. * The reseller is not authorized to transact on this Product. See https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: * Required request parameters are missing or invalid. * There is already a customer entitlement for a SKU from the same product family. * INVALID_VALUE: Make sure the OfferId is valid. If it is, contact Google Channel support for further troubleshooting. * NOT_FOUND: The customer or offer resource was not found. * ALREADY_EXISTS: * The SKU was already purchased for the customer. * The customer's primary email already exists. Retry after changing the customer's primary contact email. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The domain required for purchasing a SKU has not been verified. * A pre-requisite SKU required to purchase an Add-On SKU is missing. For example, Google Workspace Business Starter is required to purchase Vault or Drive. * (Developer accounts only) Reseller and resold domain must meet the following naming requirements: * Domain names must start with goog-test. * Domain names must include the reseller domain. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2359
2359
|
create(request: {
|
|
@@ -2411,7 +2411,7 @@ declare namespace gapi.client {
|
|
|
2411
2411
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2412
2412
|
uploadType?: string;
|
|
2413
2413
|
},
|
|
2414
|
-
body: GoogleCloudChannelV1CreateEntitlementRequest
|
|
2414
|
+
body: GoogleCloudChannelV1CreateEntitlementRequest,
|
|
2415
2415
|
): Request<GoogleLongrunningOperation>;
|
|
2416
2416
|
/** Returns the requested Entitlement resource. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer entitlement was not found. Return value: The requested Entitlement resource. */
|
|
2417
2417
|
get(request?: {
|
|
@@ -2587,7 +2587,7 @@ declare namespace gapi.client {
|
|
|
2587
2587
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2588
2588
|
uploadType?: string;
|
|
2589
2589
|
},
|
|
2590
|
-
body: GoogleCloudChannelV1StartPaidServiceRequest
|
|
2590
|
+
body: GoogleCloudChannelV1StartPaidServiceRequest,
|
|
2591
2591
|
): Request<GoogleLongrunningOperation>;
|
|
2592
2592
|
/** Suspends a previously fulfilled entitlement. An entitlement suspension is a long-running operation. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: Entitlement resource not found. * NOT_ACTIVE: Entitlement is not active. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of OperationMetadata. */
|
|
2593
2593
|
suspend(request: {
|
|
@@ -2645,7 +2645,7 @@ declare namespace gapi.client {
|
|
|
2645
2645
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2646
2646
|
uploadType?: string;
|
|
2647
2647
|
},
|
|
2648
|
-
body: GoogleCloudChannelV1SuspendEntitlementRequest
|
|
2648
|
+
body: GoogleCloudChannelV1SuspendEntitlementRequest,
|
|
2649
2649
|
): Request<GoogleLongrunningOperation>;
|
|
2650
2650
|
}
|
|
2651
2651
|
interface CustomersResource {
|
|
@@ -2705,7 +2705,7 @@ declare namespace gapi.client {
|
|
|
2705
2705
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2706
2706
|
uploadType?: string;
|
|
2707
2707
|
},
|
|
2708
|
-
body: GoogleCloudChannelV1Customer
|
|
2708
|
+
body: GoogleCloudChannelV1Customer,
|
|
2709
2709
|
): Request<GoogleCloudChannelV1Customer>;
|
|
2710
2710
|
/** Deletes the given Customer permanently. Possible error codes: * PERMISSION_DENIED: The account making the request does not own this customer. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * FAILED_PRECONDITION: The customer has existing entitlements. * NOT_FOUND: No Customer resource found for the name in the request. */
|
|
2711
2711
|
delete(request?: {
|
|
@@ -2817,7 +2817,7 @@ declare namespace gapi.client {
|
|
|
2817
2817
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2818
2818
|
uploadType?: string;
|
|
2819
2819
|
},
|
|
2820
|
-
body: GoogleCloudChannelV1ImportCustomerRequest
|
|
2820
|
+
body: GoogleCloudChannelV1ImportCustomerRequest,
|
|
2821
2821
|
): Request<GoogleCloudChannelV1Customer>;
|
|
2822
2822
|
/** 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. */
|
|
2823
2823
|
list(request?: {
|
|
@@ -2994,7 +2994,7 @@ declare namespace gapi.client {
|
|
|
2994
2994
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2995
2995
|
uploadType?: string;
|
|
2996
2996
|
},
|
|
2997
|
-
body: GoogleCloudChannelV1Customer
|
|
2997
|
+
body: GoogleCloudChannelV1Customer,
|
|
2998
2998
|
): Request<GoogleCloudChannelV1Customer>;
|
|
2999
2999
|
/** Creates a Cloud Identity for the given customer using the customer's information, or the information provided here. Possible error codes: * PERMISSION_DENIED: * The customer doesn't belong to the reseller. * You are not authorized to provision cloud identity id. See https://support.google.com/channelservices/answer/9759265 * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer was not found. * ALREADY_EXISTS: The customer's primary email already exists. Retry after changing the customer's primary contact email. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. */
|
|
3000
3000
|
provisionCloudIdentity(request: {
|
|
@@ -3052,7 +3052,7 @@ declare namespace gapi.client {
|
|
|
3052
3052
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3053
3053
|
uploadType?: string;
|
|
3054
3054
|
},
|
|
3055
|
-
body: GoogleCloudChannelV1ProvisionCloudIdentityRequest
|
|
3055
|
+
body: GoogleCloudChannelV1ProvisionCloudIdentityRequest,
|
|
3056
3056
|
): Request<GoogleLongrunningOperation>;
|
|
3057
3057
|
/** Lists the billing accounts that are eligible to purchase particular SKUs for a given customer. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: Based on the provided list of SKUs, returns a list of SKU groups that must be purchased using the same billing account and the billing accounts eligible to purchase each SKU group. */
|
|
3058
3058
|
queryEligibleBillingAccounts(request?: {
|
|
@@ -3139,7 +3139,7 @@ declare namespace gapi.client {
|
|
|
3139
3139
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3140
3140
|
uploadType?: string;
|
|
3141
3141
|
},
|
|
3142
|
-
body: GoogleCloudChannelV1TransferEntitlementsRequest
|
|
3142
|
+
body: GoogleCloudChannelV1TransferEntitlementsRequest,
|
|
3143
3143
|
): Request<GoogleLongrunningOperation>;
|
|
3144
3144
|
/** Transfers customer entitlements from their current reseller to Google. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer or offer resource was not found. * ALREADY_EXISTS: The SKU was already transferred for the customer. * CONDITION_NOT_MET or FAILED_PRECONDITION: * The SKU requires domain verification to transfer, but the domain is not verified. * An Add-On SKU (example, Vault or Drive) is missing the pre-requisite SKU (example, G Suite Basic). * (Developer accounts only) Reseller and resold domain must meet the following naming requirements: * Domain names must start with goog-test. * Domain names must include the reseller domain. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of OperationMetadata. */
|
|
3145
3145
|
transferEntitlementsToGoogle(request: {
|
|
@@ -3197,7 +3197,7 @@ declare namespace gapi.client {
|
|
|
3197
3197
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3198
3198
|
uploadType?: string;
|
|
3199
3199
|
},
|
|
3200
|
-
body: GoogleCloudChannelV1TransferEntitlementsToGoogleRequest
|
|
3200
|
+
body: GoogleCloudChannelV1TransferEntitlementsToGoogleRequest,
|
|
3201
3201
|
): Request<GoogleLongrunningOperation>;
|
|
3202
3202
|
customerRepricingConfigs: CustomerRepricingConfigsResource;
|
|
3203
3203
|
entitlements: EntitlementsResource;
|
|
@@ -3298,7 +3298,7 @@ declare namespace gapi.client {
|
|
|
3298
3298
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3299
3299
|
uploadType?: string;
|
|
3300
3300
|
},
|
|
3301
|
-
body: GoogleCloudChannelV1FetchReportResultsRequest
|
|
3301
|
+
body: GoogleCloudChannelV1FetchReportResultsRequest,
|
|
3302
3302
|
): Request<GoogleCloudChannelV1FetchReportResultsResponse>;
|
|
3303
3303
|
}
|
|
3304
3304
|
interface ReportsResource {
|
|
@@ -3391,7 +3391,7 @@ declare namespace gapi.client {
|
|
|
3391
3391
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3392
3392
|
uploadType?: string;
|
|
3393
3393
|
},
|
|
3394
|
-
body: GoogleCloudChannelV1RunReportJobRequest
|
|
3394
|
+
body: GoogleCloudChannelV1RunReportJobRequest,
|
|
3395
3395
|
): Request<GoogleLongrunningOperation>;
|
|
3396
3396
|
}
|
|
3397
3397
|
interface BillableSkusResource {
|
|
@@ -3518,7 +3518,7 @@ declare namespace gapi.client {
|
|
|
3518
3518
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3519
3519
|
uploadType?: string;
|
|
3520
3520
|
},
|
|
3521
|
-
body: GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest
|
|
3521
|
+
body: GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest,
|
|
3522
3522
|
): Request<GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse>;
|
|
3523
3523
|
/** Lists service accounts with subscriber privileges on the Pub/Sub topic created for this Channel Services account or integrator. Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different, or the impersonated user is not a super admin. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The topic resource doesn't exist. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: A list of service email addresses. */
|
|
3524
3524
|
listSubscribers(request?: {
|
|
@@ -3609,7 +3609,7 @@ declare namespace gapi.client {
|
|
|
3609
3609
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3610
3610
|
uploadType?: string;
|
|
3611
3611
|
},
|
|
3612
|
-
body: GoogleCloudChannelV1ListTransferableOffersRequest
|
|
3612
|
+
body: GoogleCloudChannelV1ListTransferableOffersRequest,
|
|
3613
3613
|
): Request<GoogleCloudChannelV1ListTransferableOffersResponse>;
|
|
3614
3614
|
/** List TransferableSkus of a customer based on the Cloud Identity ID or Customer Name in the request. Use this method to list the entitlements information of an unowned customer. You should provide the customer's Cloud Identity ID or Customer Name. Possible error codes: * PERMISSION_DENIED: * The customer doesn't belong to the reseller and has no auth token. * The supplied auth token is invalid. * The reseller account making the request is different from the reseller account in the query. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: A list of the customer's TransferableSku. */
|
|
3615
3615
|
listTransferableSkus(request: {
|
|
@@ -3667,7 +3667,7 @@ declare namespace gapi.client {
|
|
|
3667
3667
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3668
3668
|
uploadType?: string;
|
|
3669
3669
|
},
|
|
3670
|
-
body: GoogleCloudChannelV1ListTransferableSkusRequest
|
|
3670
|
+
body: GoogleCloudChannelV1ListTransferableSkusRequest,
|
|
3671
3671
|
): Request<GoogleCloudChannelV1ListTransferableSkusResponse>;
|
|
3672
3672
|
/** Registers a service account with subscriber privileges on the Pub/Sub topic for this Channel Services account or integrator. After you create a subscriber, you get the events through SubscriberEvent Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different, or the impersonated user is not a super admin. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The topic name with the registered service email address. */
|
|
3673
3673
|
register(request: {
|
|
@@ -3725,7 +3725,7 @@ declare namespace gapi.client {
|
|
|
3725
3725
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3726
3726
|
uploadType?: string;
|
|
3727
3727
|
},
|
|
3728
|
-
body: GoogleCloudChannelV1RegisterSubscriberRequest
|
|
3728
|
+
body: GoogleCloudChannelV1RegisterSubscriberRequest,
|
|
3729
3729
|
): Request<GoogleCloudChannelV1RegisterSubscriberResponse>;
|
|
3730
3730
|
/** Unregisters a service account with subscriber privileges on the Pub/Sub topic created for this Channel Services account or integrator. If there are no service accounts left with subscriber privileges, this deletes the topic. You can call ListSubscribers to check for these accounts. Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different, or the impersonated user is not a super admin. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The topic resource doesn't exist. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The topic name that unregistered the service email address. Returns a success response if the service email address wasn't registered with the topic. */
|
|
3731
3731
|
unregister(request: {
|
|
@@ -3783,7 +3783,7 @@ declare namespace gapi.client {
|
|
|
3783
3783
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3784
3784
|
uploadType?: string;
|
|
3785
3785
|
},
|
|
3786
|
-
body: GoogleCloudChannelV1UnregisterSubscriberRequest
|
|
3786
|
+
body: GoogleCloudChannelV1UnregisterSubscriberRequest,
|
|
3787
3787
|
): Request<GoogleCloudChannelV1UnregisterSubscriberResponse>;
|
|
3788
3788
|
channelPartnerLinks: ChannelPartnerLinksResource;
|
|
3789
3789
|
customers: CustomersResource;
|
|
@@ -3882,7 +3882,7 @@ declare namespace gapi.client {
|
|
|
3882
3882
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3883
3883
|
uploadType?: string;
|
|
3884
3884
|
},
|
|
3885
|
-
body: GoogleCloudChannelV1RegisterSubscriberRequest
|
|
3885
|
+
body: GoogleCloudChannelV1RegisterSubscriberRequest,
|
|
3886
3886
|
): Request<GoogleCloudChannelV1RegisterSubscriberResponse>;
|
|
3887
3887
|
/** Unregisters a service account with subscriber privileges on the Pub/Sub topic created for this Channel Services account or integrator. If there are no service accounts left with subscriber privileges, this deletes the topic. You can call ListSubscribers to check for these accounts. Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different, or the impersonated user is not a super admin. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The topic resource doesn't exist. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The topic name that unregistered the service email address. Returns a success response if the service email address wasn't registered with the topic. */
|
|
3888
3888
|
unregisterSubscriber(request: {
|
|
@@ -3940,7 +3940,7 @@ declare namespace gapi.client {
|
|
|
3940
3940
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3941
3941
|
uploadType?: string;
|
|
3942
3942
|
},
|
|
3943
|
-
body: GoogleCloudChannelV1UnregisterSubscriberRequest
|
|
3943
|
+
body: GoogleCloudChannelV1UnregisterSubscriberRequest,
|
|
3944
3944
|
): Request<GoogleCloudChannelV1UnregisterSubscriberResponse>;
|
|
3945
3945
|
}
|
|
3946
3946
|
interface OperationsResource {
|
|
@@ -4000,7 +4000,7 @@ declare namespace gapi.client {
|
|
|
4000
4000
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4001
4001
|
uploadType?: string;
|
|
4002
4002
|
},
|
|
4003
|
-
body: GoogleLongrunningCancelOperationRequest
|
|
4003
|
+
body: GoogleLongrunningCancelOperationRequest,
|
|
4004
4004
|
): Request<{}>;
|
|
4005
4005
|
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
4006
4006
|
delete(request?: {
|
package/package.json
CHANGED
package/readme.md
CHANGED