Skip to content

Commit 1238a3b

Browse files
1 parent 3134b50 commit 1238a3b

File tree

6 files changed

+104
-29
lines changed

6 files changed

+104
-29
lines changed

clients/google-api-services-apihub/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-apihub</artifactId>
25-
<version>v1-rev20250912-2.0.0</version>
25+
<version>v1-rev20251025-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-apihub:v1-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20251025-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/APIhub.java

Lines changed: 62 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -585,22 +585,22 @@ public List setName(java.lang.String name) {
585585
}
586586

587587
/**
588-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
589-
* is primarily intended for internal usage.
588+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
589+
* documented otherwise. This is primarily for internal usage.
590590
*/
591591
@com.google.api.client.util.Key
592592
private java.util.List<java.lang.String> extraLocationTypes;
593593

594-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
595-
primarily intended for internal usage.
594+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
595+
otherwise. This is primarily for internal usage.
596596
*/
597597
public java.util.List<java.lang.String> getExtraLocationTypes() {
598598
return extraLocationTypes;
599599
}
600600

601601
/**
602-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
603-
* is primarily intended for internal usage.
602+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
603+
* documented otherwise. This is primarily for internal usage.
604604
*/
605605
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
606606
this.extraLocationTypes = extraLocationTypes;
@@ -2538,9 +2538,9 @@ public List set(String parameterName, Object value) {
25382538
/**
25392539
* Update an API resource in the API hub. The following fields in the API can be updated: *
25402540
* display_name * description * owner * documentation * target_user * team * business_unit *
2541-
* maturity_level * api_style * attributes The update_mask should be used to specify the fields
2542-
* being updated. Updating the owner field requires complete owner message and updates both owner
2543-
* and email fields.
2541+
* maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify
2542+
* the fields being updated. Updating the owner field requires complete owner message and updates
2543+
* both owner and email fields.
25442544
*
25452545
* Create a request for the method "apis.patch".
25462546
*
@@ -2568,9 +2568,9 @@ public class Patch extends APIhubRequest<com.google.api.services.apihub.v1.model
25682568
/**
25692569
* Update an API resource in the API hub. The following fields in the API can be updated: *
25702570
* display_name * description * owner * documentation * target_user * team * business_unit *
2571-
* maturity_level * api_style * attributes The update_mask should be used to specify the fields
2572-
* being updated. Updating the owner field requires complete owner message and updates both owner
2573-
* and email fields.
2571+
* maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify
2572+
* the fields being updated. Updating the owner field requires complete owner message and updates
2573+
* both owner and email fields.
25742574
*
25752575
* Create a request for the method "apis.patch".
25762576
*
@@ -4787,10 +4787,14 @@ public List set(String parameterName, Object value) {
47874787
/**
47884788
* Update an operation in an API version. The following fields in the ApiOperation resource can be
47894789
* updated: * details.description * details.documentation * details.http_operation.path *
4790-
* details.http_operation.method * details.deprecated * attributes The update_mask should be used to
4791-
* specify the fields being updated. An operation can be updated only if the operation was created
4792-
* via CreateApiOperation API. If the operation was created by parsing the spec, then it can be
4793-
* edited by updating the spec.
4790+
* details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title *
4791+
* details.mcp_tool.description * details.input_schema * details.output_schema *
4792+
* details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint *
4793+
* details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint *
4794+
* details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints The
4795+
* update_mask should be used to specify the fields being updated. An operation can be updated only
4796+
* if the operation was created via CreateApiOperation API. If the operation was created by parsing
4797+
* the spec, then it can be edited by updating the spec.
47944798
*
47954799
* Create a request for the method "operations.patch".
47964800
*
@@ -4819,10 +4823,14 @@ public class Patch extends APIhubRequest<com.google.api.services.apihub.v1.model
48194823
/**
48204824
* Update an operation in an API version. The following fields in the ApiOperation resource can be
48214825
* updated: * details.description * details.documentation * details.http_operation.path *
4822-
* details.http_operation.method * details.deprecated * attributes The update_mask should be used
4823-
* to specify the fields being updated. An operation can be updated only if the operation was
4824-
* created via CreateApiOperation API. If the operation was created by parsing the spec, then it
4825-
* can be edited by updating the spec.
4826+
* details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title *
4827+
* details.mcp_tool.description * details.input_schema * details.output_schema *
4828+
* details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint *
4829+
* details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint *
4830+
* details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints
4831+
* The update_mask should be used to specify the fields being updated. An operation can be updated
4832+
* only if the operation was created via CreateApiOperation API. If the operation was created by
4833+
* parsing the spec, then it can be edited by updating the spec.
48264834
*
48274835
* Create a request for the method "operations.patch".
48284836
*
@@ -12899,6 +12907,40 @@ public List setPageToken(java.lang.String pageToken) {
1289912907
return this;
1290012908
}
1290112909

12910+
/**
12911+
* When set to `true`, operations that are reachable are returned as normal, and those
12912+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
12913+
* This can only be `true` when reading across collections e.g. when `parent` is set to
12914+
* `"projects/example/locations/-"`. This field is not by default supported and will
12915+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
12916+
* service or product specific documentation.
12917+
*/
12918+
@com.google.api.client.util.Key
12919+
private java.lang.Boolean returnPartialSuccess;
12920+
12921+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
12922+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
12923+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
12924+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
12925+
explicitly documented otherwise in service or product specific documentation.
12926+
*/
12927+
public java.lang.Boolean getReturnPartialSuccess() {
12928+
return returnPartialSuccess;
12929+
}
12930+
12931+
/**
12932+
* When set to `true`, operations that are reachable are returned as normal, and those
12933+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
12934+
* This can only be `true` when reading across collections e.g. when `parent` is set to
12935+
* `"projects/example/locations/-"`. This field is not by default supported and will
12936+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
12937+
* service or product specific documentation.
12938+
*/
12939+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
12940+
this.returnPartialSuccess = returnPartialSuccess;
12941+
return this;
12942+
}
12943+
1290212944
@Override
1290312945
public List set(String parameterName, Object value) {
1290412946
return (List) super.set(parameterName, value);

clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/model/GoogleCloudApihubV1Api.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
123123
private GoogleCloudApihubV1Documentation documentation;
124124

125125
/**
126-
* Optional. Fingerprint of the API resource.
126+
* Optional. Fingerprint of the API resource. This must be unique for each API resource. It can
127+
* neither be unset nor be updated to an existing fingerprint of another API resource.
127128
* The value may be {@code null}.
128129
*/
129130
@com.google.api.client.util.Key
@@ -426,15 +427,17 @@ public GoogleCloudApihubV1Api setDocumentation(GoogleCloudApihubV1Documentation
426427
}
427428

428429
/**
429-
* Optional. Fingerprint of the API resource.
430+
* Optional. Fingerprint of the API resource. This must be unique for each API resource. It can
431+
* neither be unset nor be updated to an existing fingerprint of another API resource.
430432
* @return value or {@code null} for none
431433
*/
432434
public java.lang.String getFingerprint() {
433435
return fingerprint;
434436
}
435437

436438
/**
437-
* Optional. Fingerprint of the API resource.
439+
* Optional. Fingerprint of the API resource. This must be unique for each API resource. It can
440+
* neither be unset nor be updated to an existing fingerprint of another API resource.
438441
* @param fingerprint fingerprint or {@code null} for none
439442
*/
440443
public GoogleCloudApihubV1Api setFingerprint(java.lang.String fingerprint) {

clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> operations;
4545

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

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

clients/google-api-services-apihub/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-apihub</artifactId>
11-
<version>v1-rev20250912-2.0.0</version>
12-
<name>API hub API v1-rev20250912-2.0.0</name>
11+
<version>v1-rev20251025-2.0.0</version>
12+
<name>API hub API v1-rev20251025-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apihub/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-apihub</artifactId>
25-
<version>v1-rev20250912-2.0.0</version>
25+
<version>v1-rev20251025-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-apihub:v1-rev20250912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20251025-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)