Skip to content

Commit bc3403a

Browse files
chore: regenerate managedidentities client
1 parent 38c1764 commit bc3403a

File tree

18 files changed

+429
-33
lines changed

18 files changed

+429
-33
lines changed

clients/google-api-services-managedidentities/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-managedidentities</artifactId>
25-
<version>v1-rev20250116-2.0.0</version>
25+
<version>v1-rev20260202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20250116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20260202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends com.go
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
313313
}
314314
}
315315
/**
316-
* Lists information about the supported locations for this service.
316+
* Lists information about the supported locations for this service. This method can be called in
317+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
318+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
319+
* public locations as well as private or other locations specifically visible to the project.
317320
*
318321
* Create a request for the method "locations.list".
319322
*
@@ -337,7 +340,10 @@ public class List extends ManagedServiceforMicrosoftActiveDirectoryConsumerAPIRe
337340
java.util.regex.Pattern.compile("^projects/[^/]+$");
338341

339342
/**
340-
* Lists information about the supported locations for this service.
343+
* Lists information about the supported locations for this service. This method can be called in
344+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
345+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
346+
* public locations as well as private or other locations specifically visible to the project.
341347
*
342348
* Create a request for the method "locations.list".
343349
*
@@ -446,6 +452,29 @@ public List setName(java.lang.String name) {
446452
return this;
447453
}
448454

455+
/**
456+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
457+
* documented otherwise. This is primarily for internal usage.
458+
*/
459+
@com.google.api.client.util.Key
460+
private java.util.List<java.lang.String> extraLocationTypes;
461+
462+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
463+
otherwise. This is primarily for internal usage.
464+
*/
465+
public java.util.List<java.lang.String> getExtraLocationTypes() {
466+
return extraLocationTypes;
467+
}
468+
469+
/**
470+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
471+
* documented otherwise. This is primarily for internal usage.
472+
*/
473+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
474+
this.extraLocationTypes = extraLocationTypes;
475+
return this;
476+
}
477+
449478
/**
450479
* A filter to narrow down results to a preferred subset. The filtering language accepts
451480
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -6204,6 +6233,41 @@ public List setPageToken(java.lang.String pageToken) {
62046233
return this;
62056234
}
62066235

6236+
/**
6237+
* When set to `true`, operations that are reachable are returned as normal, and those
6238+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
6239+
* This can only be `true` when reading across collections. For example, when `parent`
6240+
* is set to `"projects/example/locations/-"`. This field is not supported by default
6241+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
6242+
* otherwise in service or product specific documentation.
6243+
*/
6244+
@com.google.api.client.util.Key
6245+
private java.lang.Boolean returnPartialSuccess;
6246+
6247+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
6248+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
6249+
when reading across collections. For example, when `parent` is set to
6250+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
6251+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
6252+
documentation.
6253+
*/
6254+
public java.lang.Boolean getReturnPartialSuccess() {
6255+
return returnPartialSuccess;
6256+
}
6257+
6258+
/**
6259+
* When set to `true`, operations that are reachable are returned as normal, and those
6260+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
6261+
* This can only be `true` when reading across collections. For example, when `parent`
6262+
* is set to `"projects/example/locations/-"`. This field is not supported by default
6263+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
6264+
* otherwise in service or product specific documentation.
6265+
*/
6266+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
6267+
this.returnPartialSuccess = returnPartialSuccess;
6268+
return this;
6269+
}
6270+
62076271
@Override
62086272
public List set(String parameterName, Object value) {
62096273
return (List) super.set(parameterName, value);
@@ -7625,8 +7689,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
76257689
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
76267690
* <li>Android: {@code newCompatibleTransport} from
76277691
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
7628-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
7629-
* </li>
7692+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
76307693
* </ul>
76317694
* @param jsonFactory JSON factory, which may be:
76327695
* <ul>

clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
5353
@com.google.api.client.util.Key
5454
private java.lang.String consumerDefinedName;
5555

56+
/**
57+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
58+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
59+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
60+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
61+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
62+
* specific Apigee scenarios where the numerical ID is required.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.String consumerProjectNumber;
67+
5668
/**
5769
* Output only. Timestamp when the resource was created.
5870
* The value may be {@code null}.
@@ -210,6 +222,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
210222
return this;
211223
}
212224

225+
/**
226+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
227+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
228+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
229+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
230+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
231+
* specific Apigee scenarios where the numerical ID is required.
232+
* @return value or {@code null} for none
233+
*/
234+
public java.lang.String getConsumerProjectNumber() {
235+
return consumerProjectNumber;
236+
}
237+
238+
/**
239+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
240+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
241+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
242+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
243+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
244+
* specific Apigee scenarios where the numerical ID is required.
245+
* @param consumerProjectNumber consumerProjectNumber or {@code null} for none
246+
*/
247+
public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerProjectNumber(java.lang.String consumerProjectNumber) {
248+
this.consumerProjectNumber = consumerProjectNumber;
249+
return this;
250+
}
251+
213252
/**
214253
* Output only. Timestamp when the resource was created.
215254
* @return value or {@code null} for none

clients/google-api-services-managedidentities/v1/2.0.0/com/google/api/services/managedidentities/v1/model/ListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4444
@com.google.api.client.util.Key
4545
private java.util.List<Operation> operations;
4646

47+
/**
48+
* Unordered list. Unreachable resources. Populated when the request sets
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
50+
* attempting to list all resources across all supported locations.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.util.List<java.lang.String> unreachable;
55+
4756
/**
4857
* The standard List next-page token.
4958
* @return value or {@code null} for none
@@ -78,6 +87,27 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
7887
return this;
7988
}
8089

90+
/**
91+
* Unordered list. Unreachable resources. Populated when the request sets
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
93+
* attempting to list all resources across all supported locations.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.util.List<java.lang.String> getUnreachable() {
97+
return unreachable;
98+
}
99+
100+
/**
101+
* Unordered list. Unreachable resources. Populated when the request sets
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103+
* attempting to list all resources across all supported locations.
104+
* @param unreachable unreachable or {@code null} for none
105+
*/
106+
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
107+
this.unreachable = unreachable;
108+
return this;
109+
}
110+
81111
@Override
82112
public ListOperationsResponse set(String fieldName, Object value) {
83113
return (ListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-managedidentities/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-managedidentities</artifactId>
11-
<version>v1-rev20250116-2.0.0</version>
12-
<name>Managed Service for Microsoft Active Directory API v1-rev20250116-2.0.0</name>
11+
<version>v1-rev20260202-2.0.0</version>
12+
<name>Managed Service for Microsoft Active Directory API v1-rev20260202-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-managedidentities/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-managedidentities</artifactId>
25-
<version>v1-rev20250116-2.0.0</version>
25+
<version>v1-rev20260202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20250116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedidentities:v1-rev20260202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-managedidentities/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-managedidentities</artifactId>
25-
<version>v1alpha1-rev20250116-2.0.0</version>
25+
<version>v1alpha1-rev20260202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20250116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-managedidentities:v1alpha1-rev20260202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-managedidentities/v1alpha1/2.0.0/com/google/api/services/managedidentities/v1alpha1/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.java

Lines changed: 68 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends com.go
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -313,7 +313,10 @@ public Get set(String parameterName, Object value) {
313313
}
314314
}
315315
/**
316-
* Lists information about the supported locations for this service.
316+
* Lists information about the supported locations for this service. This method can be called in
317+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
318+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
319+
* public locations as well as private or other locations specifically visible to the project.
317320
*
318321
* Create a request for the method "locations.list".
319322
*
@@ -337,7 +340,10 @@ public class List extends ManagedServiceforMicrosoftActiveDirectoryConsumerAPIRe
337340
java.util.regex.Pattern.compile("^projects/[^/]+$");
338341

339342
/**
340-
* Lists information about the supported locations for this service.
343+
* Lists information about the supported locations for this service. This method can be called in
344+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
345+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
346+
* public locations as well as private or other locations specifically visible to the project.
341347
*
342348
* Create a request for the method "locations.list".
343349
*
@@ -446,6 +452,29 @@ public List setName(java.lang.String name) {
446452
return this;
447453
}
448454

455+
/**
456+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
457+
* documented otherwise. This is primarily for internal usage.
458+
*/
459+
@com.google.api.client.util.Key
460+
private java.util.List<java.lang.String> extraLocationTypes;
461+
462+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
463+
otherwise. This is primarily for internal usage.
464+
*/
465+
public java.util.List<java.lang.String> getExtraLocationTypes() {
466+
return extraLocationTypes;
467+
}
468+
469+
/**
470+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
471+
* documented otherwise. This is primarily for internal usage.
472+
*/
473+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
474+
this.extraLocationTypes = extraLocationTypes;
475+
return this;
476+
}
477+
449478
/**
450479
* A filter to narrow down results to a preferred subset. The filtering language accepts
451480
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -6183,6 +6212,41 @@ public List setPageToken(java.lang.String pageToken) {
61836212
return this;
61846213
}
61856214

6215+
/**
6216+
* When set to `true`, operations that are reachable are returned as normal, and those
6217+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
6218+
* This can only be `true` when reading across collections. For example, when `parent`
6219+
* is set to `"projects/example/locations/-"`. This field is not supported by default
6220+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
6221+
* otherwise in service or product specific documentation.
6222+
*/
6223+
@com.google.api.client.util.Key
6224+
private java.lang.Boolean returnPartialSuccess;
6225+
6226+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
6227+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
6228+
when reading across collections. For example, when `parent` is set to
6229+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
6230+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
6231+
documentation.
6232+
*/
6233+
public java.lang.Boolean getReturnPartialSuccess() {
6234+
return returnPartialSuccess;
6235+
}
6236+
6237+
/**
6238+
* When set to `true`, operations that are reachable are returned as normal, and those
6239+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
6240+
* This can only be `true` when reading across collections. For example, when `parent`
6241+
* is set to `"projects/example/locations/-"`. This field is not supported by default
6242+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
6243+
* otherwise in service or product specific documentation.
6244+
*/
6245+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
6246+
this.returnPartialSuccess = returnPartialSuccess;
6247+
return this;
6248+
}
6249+
61866250
@Override
61876251
public List set(String parameterName, Object value) {
61886252
return (List) super.set(parameterName, value);
@@ -7597,8 +7661,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
75977661
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
75987662
* <li>Android: {@code newCompatibleTransport} from
75997663
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
7600-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
7601-
* </li>
7664+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
76027665
* </ul>
76037666
* @param jsonFactory JSON factory, which may be:
76047667
* <ul>

0 commit comments

Comments
 (0)