@maxim_mazurok/gapi.client.managedidentities-v1alpha1 0.2.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 (2) hide show
  1. package/index.d.ts +10 -2
  2. package/package.json +1 -1
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=v1alpha1
12
- // Revision: 20250116
12
+ // Revision: 20260202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -215,6 +215,8 @@ declare namespace gapi.client {
215
215
  interface GoogleCloudSaasacceleratorManagementProvidersV1Instance {
216
216
  /** 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). */
217
217
  consumerDefinedName?: string;
218
+ /** 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. */
219
+ consumerProjectNumber?: string;
218
220
  /** Output only. Timestamp when the resource was created. */
219
221
  createTime?: string;
220
222
  /** 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. */
@@ -351,6 +353,8 @@ declare namespace gapi.client {
351
353
  nextPageToken?: string;
352
354
  /** A list of operations that matches the specified filter in the request. */
353
355
  operations?: Operation[];
356
+ /** 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. */
357
+ unreachable?: string[];
354
358
  }
355
359
  interface ListPeeringsResponse {
356
360
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
@@ -2113,6 +2117,8 @@ declare namespace gapi.client {
2113
2117
  prettyPrint?: boolean;
2114
2118
  /** 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. */
2115
2119
  quotaUser?: string;
2120
+ /** 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. */
2121
+ returnPartialSuccess?: boolean;
2116
2122
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2117
2123
  upload_protocol?: string;
2118
2124
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -2456,7 +2462,7 @@ declare namespace gapi.client {
2456
2462
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2457
2463
  uploadType?: string;
2458
2464
  }): Request<Location>;
2459
- /** Lists information about the supported locations for this service. */
2465
+ /** 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. */
2460
2466
  list(request?: {
2461
2467
  /** V1 error format. */
2462
2468
  '$.xgafv'?: string;
@@ -2466,6 +2472,8 @@ declare namespace gapi.client {
2466
2472
  alt?: string;
2467
2473
  /** JSONP */
2468
2474
  callback?: string;
2475
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
2476
+ extraLocationTypes?: string | string[];
2469
2477
  /** Selector specifying which fields to include in a partial response. */
2470
2478
  fields?: string;
2471
2479
  /** 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-v1alpha1",
3
- "version": "0.2.20250116",
3
+ "version": "0.2.20260202",
4
4
  "description": "TypeScript typings for Managed Service for Microsoft Active Directory API v1alpha1",
5
5
  "repository": {
6
6
  "type": "git",