Skip to content
Open
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-gkebackup/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-gkebackup</artifactId>
<version>v1-rev20260120-2.0.0</version>
<version>v1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260120-2.0.0'
implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -336,7 +339,10 @@ public class List extends BackupforGKERequest<com.google.api.services.gkebackup.
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.gkebackup.v1.model;

/**
* Request message for GetTags.
*
* <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 Backup for GKE API. For a detailed explanation see:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class GetTagsRequest extends com.google.api.client.json.GenericJson {

/**
* Required. The full resource name of the service resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Required. The full resource name of the service resource.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* Required. The full resource name of the service resource.
* @param name name or {@code null} for none
*/
public GetTagsRequest setName(java.lang.String name) {
this.name = name;
return this;
}

@Override
public GetTagsRequest set(String fieldName, Object value) {
return (GetTagsRequest) super.set(fieldName, value);
}

@Override
public GetTagsRequest clone() {
return (GetTagsRequest) super.clone();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class SetTagsRequest extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.String etag;

/**
* Required. The full resource name of the service resource.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Optional. A unique identifier for this request. Must be a valid UUID. This request is only
* idempotent if a `request_id` is provided.
Expand Down Expand Up @@ -73,6 +80,23 @@ public SetTagsRequest setEtag(java.lang.String etag) {
return this;
}

/**
* Required. The full resource name of the service resource.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
return name;
}

/**
* Required. The full resource name of the service resource.
* @param name name or {@code null} for none
*/
public SetTagsRequest setName(java.lang.String name) {
this.name = name;
return this;
}

/**
* Optional. A unique identifier for this request. Must be a valid UUID. This request is only
* idempotent if a `request_id` is provided.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-gkebackup/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-gkebackup</artifactId>
<version>v1-rev20260120-2.0.0</version>
<name>Backup for GKE API v1-rev20260120-2.0.0</name>
<version>v1-rev20260202-2.0.0</version>
<name>Backup for GKE API v1-rev20260202-2.0.0</name>
<packaging>jar</packaging>

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

Expand Down