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-rev20260514-2.0.0</version>
<version>v1-rev20260522-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-rev20260514-2.0.0'
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260522-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ public class Folders {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link GetAutokeyConfig#execute()} method to invoke the remote operation.
*
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return the request
*/
public GetAutokeyConfig getAutokeyConfig(java.lang.String name) throws java.io.IOException {
Expand All @@ -189,8 +189,8 @@ public class GetAutokeyConfig extends CloudKMSRequest<com.google.api.services.cl
* tractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @since 1.13
*/
protected GetAutokeyConfig(java.lang.String name) {
Expand Down Expand Up @@ -269,22 +269,22 @@ public GetAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
}

/**
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
* or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
`projects/{PROJECT_NUMBER}/autokeyConfig`.
/** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
`projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}

/**
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
* or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public GetAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
Expand Down Expand Up @@ -452,8 +452,8 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link UpdateAutokeyConfig#execute()} method to invoke the remote operation.
*
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @return the request
*/
Expand Down Expand Up @@ -485,8 +485,8 @@ public class UpdateAutokeyConfig extends CloudKMSRequest<com.google.api.services
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @since 1.13
*/
Expand Down Expand Up @@ -557,21 +557,23 @@ public UpdateAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {

/**
* Identifier. Name of the AutokeyConfig resource, e.g.
* `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
* `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
`projects/{PROJECT_NUMBER}/autokeyConfig`.
/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
`projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}

/**
* Identifier. Name of the AutokeyConfig resource, e.g.
* `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
* `projects/{PROJECT_ID}/autokeyConfig`.
*/
public UpdateAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
Expand Down Expand Up @@ -1111,8 +1113,8 @@ public class Projects {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link GetAutokeyConfig#execute()} method to invoke the remote operation.
*
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return the request
*/
public GetAutokeyConfig getAutokeyConfig(java.lang.String name) throws java.io.IOException {
Expand All @@ -1139,8 +1141,8 @@ public class GetAutokeyConfig extends CloudKMSRequest<com.google.api.services.cl
* tractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @since 1.13
*/
protected GetAutokeyConfig(java.lang.String name) {
Expand Down Expand Up @@ -1219,22 +1221,22 @@ public GetAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
}

/**
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
* or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
`projects/{PROJECT_NUMBER}/autokeyConfig`.
/** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
`projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}

/**
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
* or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public GetAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
Expand Down Expand Up @@ -1861,8 +1863,8 @@ public ShowEffectiveKeyAccessJustificationsPolicyConfig set(String parameterName
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link UpdateAutokeyConfig#execute()} method to invoke the remote operation.
*
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @return the request
*/
Expand Down Expand Up @@ -1894,8 +1896,8 @@ public class UpdateAutokeyConfig extends CloudKMSRequest<com.google.api.services
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @since 1.13
*/
Expand Down Expand Up @@ -1966,21 +1968,23 @@ public UpdateAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {

/**
* Identifier. Name of the AutokeyConfig resource, e.g.
* `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
* `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
`projects/{PROJECT_NUMBER}/autokeyConfig`.
/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
`projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}

/**
* Identifier. Name of the AutokeyConfig resource, e.g.
* `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
* `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
* `projects/{PROJECT_ID}/autokeyConfig`.
*/
public UpdateAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public final class AutokeyConfig extends com.google.api.client.json.GenericJson
private java.lang.String keyProjectResolutionMode;

/**
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -145,17 +145,17 @@ public AutokeyConfig setKeyProjectResolutionMode(java.lang.String keyProjectReso
}

/**
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
* `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param name name or {@code null} for none
*/
public AutokeyConfig setName(java.lang.String name) {
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-rev20260514-2.0.0</version>
<name>Cloud Key Management Service (KMS) API v1-rev20260514-2.0.0</name>
<version>v1-rev20260522-2.0.0</version>
<name>Cloud Key Management Service (KMS) API v1-rev20260522-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-rev20260514-2.0.0</version>
<version>v1-rev20260522-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-rev20260514-2.0.0'
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260522-2.0.0'
}
```

Expand Down