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-rev20260907-2.0.0</version>
<version>v1-rev20260913-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-rev20260907-2.0.0'
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260913-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5071,7 +5071,8 @@ public Create set(String parameterName, Object value) {
/**
* Delete an operation in an API version and we can delete only the operations created via create
* API. If the operation was created by parsing the spec, then it can be deleted by editing or
* deleting the spec.
* deleting the spec. Deleting an operation will also remove any links between the operation and
* deployments.
*
* Create a request for the method "operations.delete".
*
Expand Down Expand Up @@ -5099,7 +5100,8 @@ public class Delete extends APIhubRequest<com.google.api.services.apihub.v1.mode
/**
* Delete an operation in an API version and we can delete only the operations created via create
* API. If the operation was created by parsing the spec, then it can be deleted by editing or
* deleting the spec.
* deleting the spec. Deleting an operation will also remove any links between the operation and
* deployments.
*
* Create a request for the method "operations.delete".
*
Expand Down Expand Up @@ -6116,7 +6118,8 @@ public Create set(String parameterName, Object value) {
}
}
/**
* Delete a spec. Deleting a spec will also delete the associated operations from the version.
* Delete a spec. Deleting a spec will also delete the associated operations from the version and
* remove any links between the spec and deployments.
*
* Create a request for the method "specs.delete".
*
Expand All @@ -6141,7 +6144,8 @@ public class Delete extends APIhubRequest<com.google.api.services.apihub.v1.mode
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/apis/[^/]+/versions/[^/]+/specs/[^/]+$");

/**
* Delete a spec. Deleting a spec will also delete the associated operations from the version.
* Delete a spec. Deleting a spec will also delete the associated operations from the version and
* remove any links between the spec and deployments.
*
* Create a request for the method "specs.delete".
*
Expand Down Expand Up @@ -10357,7 +10361,8 @@ public Create set(String parameterName, Object value) {
}
}
/**
* Delete a deployment resource in the API hub.
* Deletes a deployment resource in the API hub. A deployment can only be deleted after its links to
* any versions, specs, and API operations have been removed.
*
* Create a request for the method "deployments.delete".
*
Expand All @@ -10382,7 +10387,8 @@ public class Delete extends APIhubRequest<com.google.api.services.apihub.v1.mode
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/deployments/[^/]+$");

/**
* Delete a deployment resource in the API hub.
* Deletes a deployment resource in the API hub. A deployment can only be deleted after its links
* to any versions, specs, and API operations have been removed.
*
* Create a request for the method "deployments.delete".
*
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-rev20260907-2.0.0</version>
<name>API hub API v1-rev20260907-2.0.0</name>
<version>v1-rev20260913-2.0.0</version>
<name>API hub API v1-rev20260913-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-rev20260907-2.0.0</version>
<version>v1-rev20260913-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-rev20260907-2.0.0'
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260913-2.0.0'
}
```

Expand Down
Loading