@maxim_mazurok/gapi.client.managedidentities-v1 0.1.20250116 → 0.2.20260202

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.
Files changed (3) hide show
  1. package/index.d.ts +10 -2
  2. package/package.json +1 -1
  3. package/readme.md +2 -0
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
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://managedidentities.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250116
12
+ // Revision: 20260202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -211,6 +211,8 @@ declare namespace gapi.client {
211
211
  interface GoogleCloudSaasacceleratorManagementProvidersV1Instance {
212
212
  /** consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites). */
213
213
  consumerDefinedName?: string;
214
+ /** Optional. The consumer_project_number associated with this Apigee instance. This field is added specifically to support Apigee integration with SLM Rollout and UMM. It represents the numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM rollout notifications and UMM integration, enabling proper mapping to customer projects and log delivery for Apigee instances. This field complements consumer_project_id and may be used for specific Apigee scenarios where the numerical ID is required. */
215
+ consumerProjectNumber?: string;
214
216
  /** Output only. Timestamp when the resource was created. */
215
217
  createTime?: string;
216
218
  /** Optional. The instance_type of this instance of format: projects/{project_number}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether instance needs an update or not. */
@@ -347,6 +349,8 @@ declare namespace gapi.client {
347
349
  nextPageToken?: string;
348
350
  /** A list of operations that matches the specified filter in the request. */
349
351
  operations?: Operation[];
352
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
353
+ unreachable?: string[];
350
354
  }
351
355
  interface ListPeeringsResponse {
352
356
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
@@ -2111,6 +2115,8 @@ declare namespace gapi.client {
2111
2115
  prettyPrint?: boolean;
2112
2116
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2113
2117
  quotaUser?: string;
2118
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
2119
+ returnPartialSuccess?: boolean;
2114
2120
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2115
2121
  upload_protocol?: string;
2116
2122
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -2454,7 +2460,7 @@ declare namespace gapi.client {
2454
2460
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2455
2461
  uploadType?: string;
2456
2462
  }): Request<Location>;
2457
- /** Lists information about the supported locations for this service. */
2463
+ /** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
2458
2464
  list(request?: {
2459
2465
  /** V1 error format. */
2460
2466
  '$.xgafv'?: string;
@@ -2464,6 +2470,8 @@ declare namespace gapi.client {
2464
2470
  alt?: string;
2465
2471
  /** JSONP */
2466
2472
  callback?: string;
2473
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
2474
+ extraLocationTypes?: string | string[];
2467
2475
  /** Selector specifying which fields to include in a partial response. */
2468
2476
  fields?: string;
2469
2477
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.managedidentities-v1",
3
- "version": "0.1.20250116",
3
+ "version": "0.2.20260202",
4
4
  "description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -71,3 +71,5 @@ After that you can use Managed Service for Microsoft Active Directory API resour
71
71
  ```typescript
72
72
 
73
73
  ```
74
+
75
+ For provenance information see [Provenance section on NPM](https://www.npmjs.com/package/@maxim_mazurok/gapi.client.managedidentities-v1#Provenance:~:text=none-,Provenance,-Built%20and%20signed)