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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,10 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
}
}
/**
* Returns the effective Cloud KMS Autokey configuration for a given project or folder.
* Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on
* permissions: - If called on a project (`projects/{project}`), requires
* `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`),
* requires `cloudkms.folders.showEffectiveAutokeyConfig`.
*
* Create a request for the method "folders.showEffectiveAutokeyConfig".
*
Expand All @@ -450,7 +453,7 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
* operation.
*
* @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} *
* folders/{folder}
* @return the request
Expand All @@ -469,7 +472,10 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest<com.google.api.s
java.util.regex.Pattern.compile("^folders/[^/]+$");

/**
* Returns the effective Cloud KMS Autokey configuration for a given project or folder.
* Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on
* permissions: - If called on a project (`projects/{project}`), requires
* `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`),
* requires `cloudkms.folders.showEffectiveAutokeyConfig`.
*
* Create a request for the method "folders.showEffectiveAutokeyConfig".
*
Expand All @@ -480,7 +486,7 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest<com.google.api.s
* immediately after invoking the constructor. </p>
*
* @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} *
* folders/{folder}
* @since 1.13
Expand Down Expand Up @@ -562,23 +568,23 @@ public ShowEffectiveAutokeyConfig setUploadProtocol(java.lang.String uploadProto

/**
* Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} * folders/{folder}
*/
@com.google.api.client.util.Key
private java.lang.String parent;

/** Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
configuration for. This may be helpful for interrogating the effect of nested folder configurations
on a given resource project. Format: * projects/{project} * folders/{folder}
configuration for. This may be helpful for evaluating the effect of nested folder configurations on
a given resource project. Format: * projects/{project} * folders/{folder}
*/
public java.lang.String getParent() {
return parent;
}

/**
* Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} * folders/{folder}
*/
public ShowEffectiveAutokeyConfig setParent(java.lang.String parent) {
Expand Down Expand Up @@ -1549,7 +1555,10 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
}
}
/**
* Returns the effective Cloud KMS Autokey configuration for a given project or folder.
* Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on
* permissions: - If called on a project (`projects/{project}`), requires
* `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`),
* requires `cloudkms.folders.showEffectiveAutokeyConfig`.
*
* Create a request for the method "projects.showEffectiveAutokeyConfig".
*
Expand All @@ -1558,7 +1567,7 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
* operation.
*
* @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} *
* folders/{folder}
* @return the request
Expand All @@ -1577,7 +1586,10 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest<com.google.api.s
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Returns the effective Cloud KMS Autokey configuration for a given project or folder.
* Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on
* permissions: - If called on a project (`projects/{project}`), requires
* `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`),
* requires `cloudkms.folders.showEffectiveAutokeyConfig`.
*
* Create a request for the method "projects.showEffectiveAutokeyConfig".
*
Expand All @@ -1588,7 +1600,7 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest<com.google.api.s
* immediately after invoking the constructor. </p>
*
* @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} *
* folders/{folder}
* @since 1.13
Expand Down Expand Up @@ -1670,23 +1682,23 @@ public ShowEffectiveAutokeyConfig setUploadProtocol(java.lang.String uploadProto

/**
* Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} * folders/{folder}
*/
@com.google.api.client.util.Key
private java.lang.String parent;

/** Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
configuration for. This may be helpful for interrogating the effect of nested folder configurations
on a given resource project. Format: * projects/{project} * folders/{folder}
configuration for. This may be helpful for evaluating the effect of nested folder configurations on
a given resource project. Format: * projects/{project} * folders/{folder}
*/
public java.lang.String getParent() {
return parent;
}

/**
* Required. Name of the resource project or folder to show the effective Cloud KMS Autokey
* configuration for. This may be helpful for interrogating the effect of nested folder
* configuration for. This may be helpful for evaluating the effect of nested folder
* configurations on a given resource project. Format: * projects/{project} * folders/{folder}
*/
public ShowEffectiveAutokeyConfig setParent(java.lang.String parent) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.cloudkms.v1.model;

/**
* Cloud KMS Autokey configuration for a folder.
* Cloud KMS Autokey configuration for a project or folder.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client.

/**
* Optional. The resource name of the backend environment where the key material of
* CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This
* CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This
* field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format:
* `projects/locations/ekmConnections`.
* The value may be {@code null}.
Expand All @@ -59,7 +59,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client.

/**
* Optional. The resource name of the backend environment where the key material of
* CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This
* CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This
* field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format:
* `projects/locations/ekmConnections`.
* @return value or {@code null} for none
Expand All @@ -70,7 +70,7 @@ public java.lang.String getEkmConnectionBackendOverride() {

/**
* Optional. The resource name of the backend environment where the key material of
* CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This
* CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This
* field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format:
* `projects/locations/ekmConnections`.
* @param ekmConnectionBackendOverride ekmConnectionBackendOverride or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.cloudkms.v1.model;

/**
* Response message for ShowEffectiveAutokeyConfig.
* Response message for ShowEffectiveAutokeyConfig
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudkms/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-cloudkms</artifactId>
<version>v1-rev20260806-2.0.0</version>
<name>Cloud Key Management Service (KMS) API v1-rev20260806-2.0.0</name>
<version>v1-rev20260814-2.0.0</version>
<name>Cloud Key Management Service (KMS) API v1-rev20260814-2.0.0</name>
<packaging>jar</packaging>

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

Expand Down
Loading