Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-apihub/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-apihub</artifactId>
<version>v1-rev20260720-2.0.0</version>
<version>v1-rev20260729-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260720-2.0.0'
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260729-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ public final class GoogleCloudApihubV1Version extends com.google.api.client.json
private java.util.List<java.lang.String> definitions;

/**
* Optional. The deployments linked to this API version. Note: A particular API version could be
* deployed to multiple deployments (for dev deployment, UAT deployment, etc) Format is
* `projects/{project}/locations/{location}/deployments/{deployment}`
* Optional. The deployments linked directly to this API version. Only directly-linked deployments
* are returned; deployments linked to this version's specs or operations are not included. Note:
* A particular API version could be deployed to multiple deployments (for dev deployment, UAT
* deployment, etc) Format is `projects/{project}/locations/{location}/deployments/{deployment}`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -312,19 +313,21 @@ public GoogleCloudApihubV1Version setDefinitions(java.util.List<java.lang.String
}

/**
* Optional. The deployments linked to this API version. Note: A particular API version could be
* deployed to multiple deployments (for dev deployment, UAT deployment, etc) Format is
* `projects/{project}/locations/{location}/deployments/{deployment}`
* Optional. The deployments linked directly to this API version. Only directly-linked deployments
* are returned; deployments linked to this version's specs or operations are not included. Note:
* A particular API version could be deployed to multiple deployments (for dev deployment, UAT
* deployment, etc) Format is `projects/{project}/locations/{location}/deployments/{deployment}`
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getDeployments() {
return deployments;
}

/**
* Optional. The deployments linked to this API version. Note: A particular API version could be
* deployed to multiple deployments (for dev deployment, UAT deployment, etc) Format is
* `projects/{project}/locations/{location}/deployments/{deployment}`
* Optional. The deployments linked directly to this API version. Only directly-linked deployments
* are returned; deployments linked to this version's specs or operations are not included. Note:
* A particular API version could be deployed to multiple deployments (for dev deployment, UAT
* deployment, etc) Format is `projects/{project}/locations/{location}/deployments/{deployment}`
* @param deployments deployments or {@code null} for none
*/
public GoogleCloudApihubV1Version setDeployments(java.util.List<java.lang.String> deployments) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-apihub/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-apihub</artifactId>
<version>v1-rev20260720-2.0.0</version>
<name>API hub API v1-rev20260720-2.0.0</name>
<version>v1-rev20260729-2.0.0</version>
<name>API hub API v1-rev20260729-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-apihub/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-apihub</artifactId>
<version>v1-rev20260720-2.0.0</version>
<version>v1-rev20260729-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260720-2.0.0'
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260729-2.0.0'
}
```

Expand Down
Loading