Skip to content

Commit fbd910f

Browse files
1 parent 8ff6d89 commit fbd910f

File tree

6 files changed

+38
-14
lines changed

6 files changed

+38
-14
lines changed

clients/google-api-services-bigtableadmin/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigtableadmin</artifactId>
25-
<version>v2-rev20250410-2.0.0</version>
25+
<version>v2-rev20250430-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250430-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/BigtableAdmin.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ public List set(String parameterName, Object value) {
26122612
* This request holds the parameters needed by the bigtableadmin server. After setting any optional
26132613
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
26142614
*
2615-
* @param name The unique name of the app profile. Values are of the form
2615+
* @param name The unique name of the app profile, up to 50 characters long. Values are of the form
26162616
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
26172617
* @param content the {@link com.google.api.services.bigtableadmin.v2.model.AppProfile}
26182618
* @return the request
@@ -2641,7 +2641,7 @@ public class Patch extends BigtableAdminRequest<com.google.api.services.bigtable
26412641
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
26422642
* be called to initialize this instance immediately after invoking the constructor. </p>
26432643
*
2644-
* @param name The unique name of the app profile. Values are of the form
2644+
* @param name The unique name of the app profile, up to 50 characters long. Values are of the form
26452645
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
26462646
* @param content the {@link com.google.api.services.bigtableadmin.v2.model.AppProfile}
26472647
* @since 1.13
@@ -2712,21 +2712,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
27122712
}
27132713

27142714
/**
2715-
* The unique name of the app profile. Values are of the form
2715+
* The unique name of the app profile, up to 50 characters long. Values are of the form
27162716
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
27172717
*/
27182718
@com.google.api.client.util.Key
27192719
private java.lang.String name;
27202720

2721-
/** The unique name of the app profile. Values are of the form
2721+
/** The unique name of the app profile, up to 50 characters long. Values are of the form
27222722
`projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
27232723
*/
27242724
public java.lang.String getName() {
27252725
return name;
27262726
}
27272727

27282728
/**
2729-
* The unique name of the app profile. Values are of the form
2729+
* The unique name of the app profile, up to 50 characters long. Values are of the form
27302730
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
27312731
*/
27322732
public Patch setName(java.lang.String name) {

clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/AppProfile.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public final class AppProfile extends com.google.api.client.json.GenericJson {
6464
private MultiClusterRoutingUseAny multiClusterRoutingUseAny;
6565

6666
/**
67-
* The unique name of the app profile. Values are of the form
67+
* The unique name of the app profile, up to 50 characters long. Values are of the form
6868
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
6969
* The value may be {@code null}.
7070
*/
@@ -171,7 +171,7 @@ public AppProfile setMultiClusterRoutingUseAny(MultiClusterRoutingUseAny multiCl
171171
}
172172

173173
/**
174-
* The unique name of the app profile. Values are of the form
174+
* The unique name of the app profile, up to 50 characters long. Values are of the form
175175
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
176176
* @return value or {@code null} for none
177177
*/
@@ -180,7 +180,7 @@ public java.lang.String getName() {
180180
}
181181

182182
/**
183-
* The unique name of the app profile. Values are of the form
183+
* The unique name of the app profile, up to 50 characters long. Values are of the form
184184
* `projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*`.
185185
* @param name name or {@code null} for none
186186
*/

clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/LogicalView.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class LogicalView extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Set to true to make the LogicalView protected against deletion.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean deletionProtection;
39+
3340
/**
3441
* Optional. The etag for this logical view. This may be sent on update requests to ensure that
3542
* the client has an up-to-date value before proceeding. The server returns an ABORTED error on a
@@ -54,6 +61,23 @@ public final class LogicalView extends com.google.api.client.json.GenericJson {
5461
@com.google.api.client.util.Key
5562
private java.lang.String query;
5663

64+
/**
65+
* Optional. Set to true to make the LogicalView protected against deletion.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.Boolean getDeletionProtection() {
69+
return deletionProtection;
70+
}
71+
72+
/**
73+
* Optional. Set to true to make the LogicalView protected against deletion.
74+
* @param deletionProtection deletionProtection or {@code null} for none
75+
*/
76+
public LogicalView setDeletionProtection(java.lang.Boolean deletionProtection) {
77+
this.deletionProtection = deletionProtection;
78+
return this;
79+
}
80+
5781
/**
5882
* Optional. The etag for this logical view. This may be sent on update requests to ensure that
5983
* the client has an up-to-date value before proceeding. The server returns an ABORTED error on a

clients/google-api-services-bigtableadmin/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigtableadmin</artifactId>
11-
<version>v2-rev20250410-2.0.0</version>
12-
<name>Cloud Bigtable Admin API v2-rev20250410-2.0.0</name>
11+
<version>v2-rev20250430-2.0.0</version>
12+
<name>Cloud Bigtable Admin API v2-rev20250430-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigtableadmin/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigtableadmin</artifactId>
25-
<version>v2-rev20250410-2.0.0</version>
25+
<version>v2-rev20250430-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigtableadmin:v2-rev20250430-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)