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-config/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-config</artifactId>
<version>v1-rev20260527-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-config:v1-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-config:v1-rev20260610-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> annotations;

/**
* Optional. User-defined location of Cloud Build logs and artifacts in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to
* be in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* User-defined location of Cloud Build logs and artifacts in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or
* empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* The field cannot be updated, including changing its presence
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -195,7 +195,7 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
private java.lang.String tfVersion;

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -209,9 +209,9 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
private String updateTime;

/**
* Optional. The user-specified Cloud Build worker pool resource in which the Cloud Build job will
* execute. Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this
* field is unspecified, the default Cloud Build worker pool will be used.
* The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute.
* Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this field is
* unspecified, the default Cloud Build worker pool will be used.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -239,10 +239,10 @@ public Deployment setAnnotations(java.util.Map<String, java.lang.String> annotat
}

/**
* Optional. User-defined location of Cloud Build logs and artifacts in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to
* be in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* User-defined location of Cloud Build logs and artifacts in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or
* empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* The field cannot be updated, including changing its presence
* @return value or {@code null} for none
*/
Expand All @@ -251,10 +251,10 @@ public java.lang.String getArtifactsGcsBucket() {
}

/**
* Optional. User-defined location of Cloud Build logs and artifacts in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to
* be in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* User-defined location of Cloud Build logs and artifacts in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or
* empty. Default bucket format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` -
* The field cannot be updated, including changing its presence
* @param artifactsGcsBucket artifactsGcsBucket or {@code null} for none
*/
Expand Down Expand Up @@ -609,15 +609,15 @@ public Deployment setTfVersion(java.lang.String tfVersion) {
}

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* @return value or {@code null} for none
*/
public java.lang.String getTfVersionConstraint() {
return tfVersionConstraint;
}

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* @param tfVersionConstraint tfVersionConstraint or {@code null} for none
*/
public Deployment setTfVersionConstraint(java.lang.String tfVersionConstraint) {
Expand All @@ -643,19 +643,19 @@ public Deployment setUpdateTime(String updateTime) {
}

/**
* Optional. The user-specified Cloud Build worker pool resource in which the Cloud Build job will
* execute. Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this
* field is unspecified, the default Cloud Build worker pool will be used.
* The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute.
* Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this field is
* unspecified, the default Cloud Build worker pool will be used.
* @return value or {@code null} for none
*/
public java.lang.String getWorkerPool() {
return workerPool;
}

/**
* Optional. The user-specified Cloud Build worker pool resource in which the Cloud Build job will
* execute. Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this
* field is unspecified, the default Cloud Build worker pool will be used.
* The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute.
* Format: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`. If this field is
* unspecified, the default Cloud Build worker pool will be used.
* @param workerPool workerPool or {@code null} for none
*/
public Deployment setWorkerPool(java.lang.String workerPool) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
public final class GitSource extends com.google.api.client.json.GenericJson {

/**
* Optional. Subdirectory inside the repository. Example: 'staging/my-package'
* Subdirectory inside the repository. Example: 'staging/my-package'
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String directory;

/**
* Optional. Git reference (e.g. branch or tag).
* Git reference (e.g. branch or tag).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String ref;

/**
* Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String repo;

/**
* Optional. Subdirectory inside the repository. Example: 'staging/my-package'
* Subdirectory inside the repository. Example: 'staging/my-package'
* @return value or {@code null} for none
*/
public java.lang.String getDirectory() {
return directory;
}

/**
* Optional. Subdirectory inside the repository. Example: 'staging/my-package'
* Subdirectory inside the repository. Example: 'staging/my-package'
* @param directory directory or {@code null} for none
*/
public GitSource setDirectory(java.lang.String directory) {
Expand All @@ -69,15 +69,15 @@ public GitSource setDirectory(java.lang.String directory) {
}

/**
* Optional. Git reference (e.g. branch or tag).
* Git reference (e.g. branch or tag).
* @return value or {@code null} for none
*/
public java.lang.String getRef() {
return ref;
}

/**
* Optional. Git reference (e.g. branch or tag).
* Git reference (e.g. branch or tag).
* @param ref ref or {@code null} for none
*/
public GitSource setRef(java.lang.String ref) {
Expand All @@ -86,15 +86,15 @@ public GitSource setRef(java.lang.String ref) {
}

/**
* Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* @return value or {@code null} for none
*/
public java.lang.String getRepo() {
return repo;
}

/**
* Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* Repository URL. Example: 'https://github.com/kubernetes/examples.git'
* @param repo repo or {@code null} for none
*/
public GitSource setRepo(java.lang.String repo) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ public final class Preview extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> annotations;

/**
* Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` If
* omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact
* bucket is used.
* User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or empty
* Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be in the
* same project as the deployment - The path cannot be within the path of `gcs_source` If omitted
* and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is
* used.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -180,15 +180,15 @@ public final class Preview extends com.google.api.client.json.GenericJson {
private java.lang.String tfVersion;

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String tfVersionConstraint;

/**
* Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute.
* Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* The user-specified Worker Pool resource in which the Cloud Build job will execute. Format
* projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* unspecified, the default Cloud Build worker pool will be used. If omitted and deployment
* resource ref provided has worker_pool defined, that worker pool is used.
* The value may be {@code null}.
Expand Down Expand Up @@ -218,25 +218,25 @@ public Preview setAnnotations(java.util.Map<String, java.lang.String> annotation
}

/**
* Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` If
* omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact
* bucket is used.
* User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or empty
* Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be in the
* same project as the deployment - The path cannot be within the path of `gcs_source` If omitted
* and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is
* used.
* @return value or {@code null} for none
*/
public java.lang.String getArtifactsGcsBucket() {
return artifactsGcsBucket;
}

/**
* Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage.
* Format: `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set
* or empty Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be
* in the same project as the deployment - The path cannot be within the path of `gcs_source` If
* omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact
* bucket is used.
* User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format:
* `gs://{bucket}/{folder}` A default bucket will be bootstrapped if the field is not set or empty
* Default Bucket Format: `gs://--blueprint-config` Constraints: - The bucket needs to be in the
* same project as the deployment - The path cannot be within the path of `gcs_source` If omitted
* and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is
* used.
* @param artifactsGcsBucket artifactsGcsBucket or {@code null} for none
*/
public Preview setArtifactsGcsBucket(java.lang.String artifactsGcsBucket) {
Expand Down Expand Up @@ -550,15 +550,15 @@ public Preview setTfVersion(java.lang.String tfVersion) {
}

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* @return value or {@code null} for none
*/
public java.lang.String getTfVersionConstraint() {
return tfVersionConstraint;
}

/**
* Optional. The user-specified Terraform version constraint. Example: "=1.3.10".
* The user-specified Terraform version constraint. Example: "=1.3.10".
* @param tfVersionConstraint tfVersionConstraint or {@code null} for none
*/
public Preview setTfVersionConstraint(java.lang.String tfVersionConstraint) {
Expand All @@ -567,8 +567,8 @@ public Preview setTfVersionConstraint(java.lang.String tfVersionConstraint) {
}

/**
* Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute.
* Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* The user-specified Worker Pool resource in which the Cloud Build job will execute. Format
* projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* unspecified, the default Cloud Build worker pool will be used. If omitted and deployment
* resource ref provided has worker_pool defined, that worker pool is used.
* @return value or {@code null} for none
Expand All @@ -578,8 +578,8 @@ public java.lang.String getWorkerPool() {
}

/**
* Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute.
* Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* The user-specified Worker Pool resource in which the Cloud Build job will execute. Format
* projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is
* unspecified, the default Cloud Build worker pool will be used. If omitted and deployment
* resource ref provided has worker_pool defined, that worker pool is used.
* @param workerPool workerPool or {@code null} for none
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-config/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-config</artifactId>
<version>v1-rev20260527-2.0.0</version>
<name>Infrastructure Manager API v1-rev20260527-2.0.0</name>
<version>v1-rev20260610-2.0.0</version>
<name>Infrastructure Manager API v1-rev20260610-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-config/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-config</artifactId>
<version>v1-rev20260527-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-config:v1-rev20260527-2.0.0'
implementation 'com.google.apis:google-api-services-config:v1-rev20260610-2.0.0'
}
```

Expand Down
Loading