diff --git a/clients/google-api-services-managedidentities/v1/2.0.0/README.md b/clients/google-api-services-managedidentities/v1/2.0.0/README.md
index 3c3b41f0c1d..e11bff3d5da 100644
--- a/clients/google-api-services-managedidentities/v1/2.0.0/README.md
+++ b/clients/google-api-services-managedidentities/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1-rev20250116-2.0.0
+ v1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20260202-2.0.0'
}
```
diff --git a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
index 2c795b6f9f1..023da888f1a 100644
--- a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
+++ b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
@@ -103,7 +103,7 @@ public class ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends com.go
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -337,7 +340,10 @@ public class List extends ManagedServiceforMicrosoftActiveDirectoryConsumerAPIRe
java.util.regex.Pattern.compile("^projects/[^/]+$");
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -446,6 +452,29 @@ public List setName(java.lang.String name) {
return this;
}
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List extraLocationTypes;
+
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
+ otherwise. This is primarily for internal usage.
+ */
+ public java.util.List getExtraLocationTypes() {
+ return extraLocationTypes;
+ }
+
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ public List setExtraLocationTypes(java.util.List extraLocationTypes) {
+ this.extraLocationTypes = extraLocationTypes;
+ return this;
+ }
+
/**
* 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
@@ -6204,6 +6233,41 @@ public List setPageToken(java.lang.String pageToken) {
return this;
}
+ /**
+ * 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.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean returnPartialSuccess;
+
+ /** 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.
+ */
+ public java.lang.Boolean getReturnPartialSuccess() {
+ return returnPartialSuccess;
+ }
+
+ /**
+ * 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.
+ */
+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
+ this.returnPartialSuccess = returnPartialSuccess;
+ return this;
+ }
+
@Override
public List set(String parameterName, Object value) {
return (List) super.set(parameterName, value);
@@ -7625,8 +7689,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
index 94cfea6d69a..ebc64b3b3a3 100644
--- a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
+++ b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
@@ -53,6 +53,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
@com.google.api.client.util.Key
private java.lang.String consumerDefinedName;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String consumerProjectNumber;
+
/**
* Output only. Timestamp when the resource was created.
* The value may be {@code null}.
@@ -210,6 +222,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getConsumerProjectNumber() {
+ return consumerProjectNumber;
+ }
+
+ /**
+ * 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.
+ * @param consumerProjectNumber consumerProjectNumber or {@code null} for none
+ */
+ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerProjectNumber(java.lang.String consumerProjectNumber) {
+ this.consumerProjectNumber = consumerProjectNumber;
+ return this;
+ }
+
/**
* Output only. Timestamp when the resource was created.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/ListOperationsResponse.java b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/ListOperationsResponse.java
index 461f63b458b..d9d2a10be83 100644
--- a/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/ListOperationsResponse.java
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.util.List operations;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List unreachable;
+
/**
* The standard List next-page token.
* @return value or {@code null} for none
@@ -78,6 +87,27 @@ public ListOperationsResponse setOperations(java.util.List operations
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getUnreachable() {
+ return unreachable;
+ }
+
+ /**
+ * 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.
+ * @param unreachable unreachable or {@code null} for none
+ */
+ public ListOperationsResponse setUnreachable(java.util.List unreachable) {
+ this.unreachable = unreachable;
+ return this;
+ }
+
@Override
public ListOperationsResponse set(String fieldName, Object value) {
return (ListOperationsResponse) super.set(fieldName, value);
diff --git a/clients/google-api-services-managedidentities/v1/2.0.0/pom.xml b/clients/google-api-services-managedidentities/v1/2.0.0/pom.xml
index 60d402eace1..4772f3214d7 100644
--- a/clients/google-api-services-managedidentities/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-managedidentities/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-managedidentities
- v1-rev20250116-2.0.0
- Managed Service for Microsoft Active Directory API v1-rev20250116-2.0.0
+ v1-rev20260202-2.0.0
+ Managed Service for Microsoft Active Directory API v1-rev20260202-2.0.0
jar
2011
diff --git a/clients/google-api-services-managedidentities/v1/README.md b/clients/google-api-services-managedidentities/v1/README.md
index 3c3b41f0c1d..e11bff3d5da 100644
--- a/clients/google-api-services-managedidentities/v1/README.md
+++ b/clients/google-api-services-managedidentities/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1-rev20250116-2.0.0
+ v1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20260202-2.0.0'
}
```
diff --git a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/README.md b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/README.md
index eb39c7fa2e4..2be7f7d3327 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/README.md
+++ b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1alpha1-rev20250116-2.0.0
+ v1alpha1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20260202-2.0.0'
}
```
diff --git a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
index cb6a8917a97..cf1e05469a2 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
+++ b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
@@ -103,7 +103,7 @@ public class ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends com.go
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -337,7 +340,10 @@ public class List extends ManagedServiceforMicrosoftActiveDirectoryConsumerAPIRe
java.util.regex.Pattern.compile("^projects/[^/]+$");
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -446,6 +452,29 @@ public List setName(java.lang.String name) {
return this;
}
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List extraLocationTypes;
+
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
+ otherwise. This is primarily for internal usage.
+ */
+ public java.util.List getExtraLocationTypes() {
+ return extraLocationTypes;
+ }
+
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ public List setExtraLocationTypes(java.util.List extraLocationTypes) {
+ this.extraLocationTypes = extraLocationTypes;
+ return this;
+ }
+
/**
* 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
@@ -6183,6 +6212,41 @@ public List setPageToken(java.lang.String pageToken) {
return this;
}
+ /**
+ * 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.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean returnPartialSuccess;
+
+ /** 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.
+ */
+ public java.lang.Boolean getReturnPartialSuccess() {
+ return returnPartialSuccess;
+ }
+
+ /**
+ * 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.
+ */
+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
+ this.returnPartialSuccess = returnPartialSuccess;
+ return this;
+ }
+
@Override
public List set(String parameterName, Object value) {
return (List) super.set(parameterName, value);
@@ -7597,8 +7661,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
index 06edc239518..766b389e823 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
+++ b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
@@ -53,6 +53,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
@com.google.api.client.util.Key
private java.lang.String consumerDefinedName;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String consumerProjectNumber;
+
/**
* Output only. Timestamp when the resource was created.
* The value may be {@code null}.
@@ -210,6 +222,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getConsumerProjectNumber() {
+ return consumerProjectNumber;
+ }
+
+ /**
+ * 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.
+ * @param consumerProjectNumber consumerProjectNumber or {@code null} for none
+ */
+ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerProjectNumber(java.lang.String consumerProjectNumber) {
+ this.consumerProjectNumber = consumerProjectNumber;
+ return this;
+ }
+
/**
* Output only. Timestamp when the resource was created.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/ListOperationsResponse.java b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/ListOperationsResponse.java
index a22bb04a21d..d16408b5ddc 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/model/ListOperationsResponse.java
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.util.List operations;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List unreachable;
+
/**
* The standard List next-page token.
* @return value or {@code null} for none
@@ -78,6 +87,27 @@ public ListOperationsResponse setOperations(java.util.List operations
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getUnreachable() {
+ return unreachable;
+ }
+
+ /**
+ * 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.
+ * @param unreachable unreachable or {@code null} for none
+ */
+ public ListOperationsResponse setUnreachable(java.util.List unreachable) {
+ this.unreachable = unreachable;
+ return this;
+ }
+
@Override
public ListOperationsResponse set(String fieldName, Object value) {
return (ListOperationsResponse) super.set(fieldName, value);
diff --git a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/pom.xml b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/pom.xml
index c2fee9cefb7..56eb0bb3801 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/2.0.0/pom.xml
+++ b/clients/google-api-services-managedidentities/v1alpha1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-managedidentities
- v1alpha1-rev20250116-2.0.0
- Managed Service for Microsoft Active Directory API v1alpha1-rev20250116-2.0.0
+ v1alpha1-rev20260202-2.0.0
+ Managed Service for Microsoft Active Directory API v1alpha1-rev20260202-2.0.0
jar
2011
diff --git a/clients/google-api-services-managedidentities/v1alpha1/README.md b/clients/google-api-services-managedidentities/v1alpha1/README.md
index eb39c7fa2e4..2be7f7d3327 100644
--- a/clients/google-api-services-managedidentities/v1alpha1/README.md
+++ b/clients/google-api-services-managedidentities/v1alpha1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1alpha1-rev20250116-2.0.0
+ v1alpha1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20260202-2.0.0'
}
```
diff --git a/clients/google-api-services-managedidentities/v1beta1/2.0.0/README.md b/clients/google-api-services-managedidentities/v1beta1/2.0.0/README.md
index 67772747f4b..d26dcc07cd6 100644
--- a/clients/google-api-services-managedidentities/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-managedidentities/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1beta1-rev20250116-2.0.0
+ v1beta1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1beta1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1beta1-rev20260202-2.0.0'
}
```
diff --git a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
index 3664505608f..6ee30d38806 100644
--- a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
+++ b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java
@@ -103,7 +103,7 @@ public class ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends com.go
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -337,7 +340,10 @@ public class List extends ManagedServiceforMicrosoftActiveDirectoryConsumerAPIRe
java.util.regex.Pattern.compile("^projects/[^/]+$");
/**
- * Lists information about the supported locations for this service.
+ * 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.
*
* Create a request for the method "locations.list".
*
@@ -446,6 +452,29 @@ public List setName(java.lang.String name) {
return this;
}
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List extraLocationTypes;
+
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
+ otherwise. This is primarily for internal usage.
+ */
+ public java.util.List getExtraLocationTypes() {
+ return extraLocationTypes;
+ }
+
+ /**
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
+ * documented otherwise. This is primarily for internal usage.
+ */
+ public List setExtraLocationTypes(java.util.List extraLocationTypes) {
+ this.extraLocationTypes = extraLocationTypes;
+ return this;
+ }
+
/**
* 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
@@ -6202,6 +6231,41 @@ public List setPageToken(java.lang.String pageToken) {
return this;
}
+ /**
+ * 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.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.Boolean returnPartialSuccess;
+
+ /** 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.
+ */
+ public java.lang.Boolean getReturnPartialSuccess() {
+ return returnPartialSuccess;
+ }
+
+ /**
+ * 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.
+ */
+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
+ this.returnPartialSuccess = returnPartialSuccess;
+ return this;
+ }
+
@Override
public List set(String parameterName, Object value) {
return (List) super.set(parameterName, value);
@@ -7616,8 +7680,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
index fa812f61b35..fc5f586cb2a 100644
--- a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
+++ b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
@@ -53,6 +53,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
@com.google.api.client.util.Key
private java.lang.String consumerDefinedName;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String consumerProjectNumber;
+
/**
* Output only. Timestamp when the resource was created.
* The value may be {@code null}.
@@ -210,6 +222,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getConsumerProjectNumber() {
+ return consumerProjectNumber;
+ }
+
+ /**
+ * 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.
+ * @param consumerProjectNumber consumerProjectNumber or {@code null} for none
+ */
+ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerProjectNumber(java.lang.String consumerProjectNumber) {
+ this.consumerProjectNumber = consumerProjectNumber;
+ return this;
+ }
+
/**
* Output only. Timestamp when the resource was created.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/ListOperationsResponse.java b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/ListOperationsResponse.java
index 8c769187f77..91d71ec5fa0 100644
--- a/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/ListOperationsResponse.java
+++ b/clients/google-api-services-managedidentities/v1beta1/2.0.0/com/google/api/services/managedidentities/v1beta1/model/ListOperationsResponse.java
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.util.List operations;
+ /**
+ * 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.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List unreachable;
+
/**
* The standard List next-page token.
* @return value or {@code null} for none
@@ -78,6 +87,27 @@ public ListOperationsResponse setOperations(java.util.List operations
return this;
}
+ /**
+ * 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.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getUnreachable() {
+ return unreachable;
+ }
+
+ /**
+ * 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.
+ * @param unreachable unreachable or {@code null} for none
+ */
+ public ListOperationsResponse setUnreachable(java.util.List unreachable) {
+ this.unreachable = unreachable;
+ return this;
+ }
+
@Override
public ListOperationsResponse set(String fieldName, Object value) {
return (ListOperationsResponse) super.set(fieldName, value);
diff --git a/clients/google-api-services-managedidentities/v1beta1/2.0.0/pom.xml b/clients/google-api-services-managedidentities/v1beta1/2.0.0/pom.xml
index ff8a951c43f..a24d5f9130a 100644
--- a/clients/google-api-services-managedidentities/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-managedidentities/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-managedidentities
- v1beta1-rev20250116-2.0.0
- Managed Service for Microsoft Active Directory API v1beta1-rev20250116-2.0.0
+ v1beta1-rev20260202-2.0.0
+ Managed Service for Microsoft Active Directory API v1beta1-rev20260202-2.0.0
jar
2011
diff --git a/clients/google-api-services-managedidentities/v1beta1/README.md b/clients/google-api-services-managedidentities/v1beta1/README.md
index 67772747f4b..d26dcc07cd6 100644
--- a/clients/google-api-services-managedidentities/v1beta1/README.md
+++ b/clients/google-api-services-managedidentities/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-managedidentities
- v1beta1-rev20250116-2.0.0
+ v1beta1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-managedidentities:v1beta1-rev20250116-2.0.0'
+ implementation 'com.google.apis:google-api-services-managedidentities:v1beta1-rev20260202-2.0.0'
}
```