Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/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-alloydb</artifactId>
<version>v1-rev20260326-2.0.0</version>
<version>v1-rev20260226-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260326-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260226-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service. This method lists locations
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
* locations**: If `name` is empty, the method lists the public locations available to all projects.
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
* lists locations visible to that specific project. This includes public, private, or other
* project-specific locations enabled for the project. For gRPC and client library implementations,
* the resource name is passed as the `name` field. For direct service calls, the resource name is
* incorporated into the request path based on the specific service implementation and version.
* 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 @@ -343,15 +339,10 @@ public class List extends CloudAlloyDBAdminRequest<com.google.api.services.alloy
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service. This method lists locations
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
* locations**: If `name` is empty, the method lists the public locations available to all
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
* the method lists locations visible to that specific project. This includes public, private, or
* other project-specific locations enabled for the project. For gRPC and client library
* implementations, the resource name is passed as the `name` field. For direct service calls, the
* resource name is incorporated into the request path based on the specific service
* implementation and version.
* 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 Expand Up @@ -1613,14 +1604,14 @@ public Patch setRequestId(java.lang.String requestId) {
* the user does not provide a mask then all fields will be overwritten.
*/
@com.google.api.client.util.Key
private String updateMask;
private java.lang.String updateMask;

/** Optional. Field mask is used to specify the fields to be overwritten in the Backup resource by the
update. The fields specified in the update_mask are relative to the resource, not the full request.
A field will be overwritten if it is in the mask. If the user does not provide a mask then all
fields will be overwritten.
*/
public String getUpdateMask() {
public java.lang.String getUpdateMask() {
return updateMask;
}

Expand All @@ -1630,7 +1621,7 @@ public String getUpdateMask() {
* resource, not the full request. A field will be overwritten if it is in the mask. If
* the user does not provide a mask then all fields will be overwritten.
*/
public Patch setUpdateMask(String updateMask) {
public Patch setUpdateMask(java.lang.String updateMask) {
this.updateMask = updateMask;
return this;
}
Expand Down Expand Up @@ -3245,14 +3236,14 @@ public Patch setRequestId(java.lang.String requestId) {
* the user does not provide a mask then all fields will be overwritten.
*/
@com.google.api.client.util.Key
private String updateMask;
private java.lang.String updateMask;

/** Optional. Field mask is used to specify the fields to be overwritten in the Cluster resource by the
update. The fields specified in the update_mask are relative to the resource, not the full request.
A field will be overwritten if it is in the mask. If the user does not provide a mask then all
fields will be overwritten.
*/
public String getUpdateMask() {
public java.lang.String getUpdateMask() {
return updateMask;
}

Expand All @@ -3262,7 +3253,7 @@ public String getUpdateMask() {
* resource, not the full request. A field will be overwritten if it is in the mask. If
* the user does not provide a mask then all fields will be overwritten.
*/
public Patch setUpdateMask(String updateMask) {
public Patch setUpdateMask(java.lang.String updateMask) {
this.updateMask = updateMask;
return this;
}
Expand Down Expand Up @@ -5788,14 +5779,14 @@ public Patch setRequestId(java.lang.String requestId) {
* the user does not provide a mask then all fields will be overwritten.
*/
@com.google.api.client.util.Key
private String updateMask;
private java.lang.String updateMask;

/** Optional. Field mask is used to specify the fields to be overwritten in the Instance resource by
the update. The fields specified in the update_mask are relative to the resource, not the full
request. A field will be overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
*/
public String getUpdateMask() {
public java.lang.String getUpdateMask() {
return updateMask;
}

Expand All @@ -5805,7 +5796,7 @@ public String getUpdateMask() {
* resource, not the full request. A field will be overwritten if it is in the mask. If
* the user does not provide a mask then all fields will be overwritten.
*/
public Patch setUpdateMask(String updateMask) {
public Patch setUpdateMask(java.lang.String updateMask) {
this.updateMask = updateMask;
return this;
}
Expand Down Expand Up @@ -6961,14 +6952,14 @@ public Patch setRequestId(java.lang.String requestId) {
* the user does not provide a mask then all fields will be overwritten.
*/
@com.google.api.client.util.Key
private String updateMask;
private java.lang.String updateMask;

/** Optional. Field mask is used to specify the fields to be overwritten in the User resource by the
update. The fields specified in the update_mask are relative to the resource, not the full request.
A field will be overwritten if it is in the mask. If the user does not provide a mask then all
fields will be overwritten.
*/
public String getUpdateMask() {
public java.lang.String getUpdateMask() {
return updateMask;
}

Expand All @@ -6978,7 +6969,7 @@ public String getUpdateMask() {
* resource, not the full request. A field will be overwritten if it is in the mask. If
* the user does not provide a mask then all fields will be overwritten.
*/
public Patch setUpdateMask(String updateMask) {
public Patch setUpdateMask(java.lang.String updateMask) {
this.updateMask = updateMask;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String backupWindow;
private java.lang.String backupWindow;

/**
* Whether automated automated backups are enabled. If not set, defaults to true.
Expand Down Expand Up @@ -99,7 +99,7 @@ public final class AutomatedBackupPolicy extends com.google.api.client.json.Gene
* hour.
* @return value or {@code null} for none
*/
public String getBackupWindow() {
public java.lang.String getBackupWindow() {
return backupWindow;
}

Expand All @@ -110,7 +110,7 @@ public String getBackupWindow() {
* hour.
* @param backupWindow backupWindow or {@code null} for none
*/
public AutomatedBackupPolicy setBackupWindow(String backupWindow) {
public AutomatedBackupPolicy setBackupWindow(java.lang.String backupWindow) {
this.backupWindow = backupWindow;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ public final class Backup extends com.google.api.client.json.GenericJson {
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String createCompletionTime;
private java.lang.String createCompletionTime;

/**
* Output only. Create time stamp
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String createTime;
private java.lang.String createTime;

/**
* Output only. The database engine major version of the cluster this backup was created from. Any
Expand All @@ -79,7 +79,7 @@ public final class Backup extends com.google.api.client.json.GenericJson {
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String deleteTime;
private java.lang.String deleteTime;

/**
* User-provided description of the backup.
Expand Down Expand Up @@ -132,7 +132,7 @@ public final class Backup extends com.google.api.client.json.GenericJson {
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String expiryTime;
private java.lang.String expiryTime;

/**
* Labels as key value pairs
Expand Down Expand Up @@ -212,7 +212,7 @@ public final class Backup extends com.google.api.client.json.GenericJson {
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String updateTime;
private java.lang.String updateTime;

/**
* Annotations to allow client tools to store small amount of arbitrary data. This is distinct
Expand Down Expand Up @@ -273,15 +273,15 @@ public Backup setClusterUid(java.lang.String clusterUid) {
* Output only. Timestamp when the resource finished being created.
* @return value or {@code null} for none
*/
public String getCreateCompletionTime() {
public java.lang.String getCreateCompletionTime() {
return createCompletionTime;
}

/**
* Output only. Timestamp when the resource finished being created.
* @param createCompletionTime createCompletionTime or {@code null} for none
*/
public Backup setCreateCompletionTime(String createCompletionTime) {
public Backup setCreateCompletionTime(java.lang.String createCompletionTime) {
this.createCompletionTime = createCompletionTime;
return this;
}
Expand All @@ -290,15 +290,15 @@ public Backup setCreateCompletionTime(String createCompletionTime) {
* Output only. Create time stamp
* @return value or {@code null} for none
*/
public String getCreateTime() {
public java.lang.String getCreateTime() {
return createTime;
}

/**
* Output only. Create time stamp
* @param createTime createTime or {@code null} for none
*/
public Backup setCreateTime(String createTime) {
public Backup setCreateTime(java.lang.String createTime) {
this.createTime = createTime;
return this;
}
Expand Down Expand Up @@ -326,15 +326,15 @@ public Backup setDatabaseVersion(java.lang.String databaseVersion) {
* Output only. Delete time stamp
* @return value or {@code null} for none
*/
public String getDeleteTime() {
public java.lang.String getDeleteTime() {
return deleteTime;
}

/**
* Output only. Delete time stamp
* @param deleteTime deleteTime or {@code null} for none
*/
public Backup setDeleteTime(String deleteTime) {
public Backup setDeleteTime(java.lang.String deleteTime) {
this.deleteTime = deleteTime;
return this;
}
Expand Down Expand Up @@ -452,7 +452,7 @@ public Backup setExpiryQuantity(QuantityBasedExpiry expiryQuantity) {
* duration specified by the backup's retention policy, added to the backup's create_time.
* @return value or {@code null} for none
*/
public String getExpiryTime() {
public java.lang.String getExpiryTime() {
return expiryTime;
}

Expand All @@ -461,7 +461,7 @@ public String getExpiryTime() {
* duration specified by the backup's retention policy, added to the backup's create_time.
* @param expiryTime expiryTime or {@code null} for none
*/
public Backup setExpiryTime(String expiryTime) {
public Backup setExpiryTime(java.lang.String expiryTime) {
this.expiryTime = expiryTime;
return this;
}
Expand Down Expand Up @@ -642,7 +642,7 @@ public Backup setUid(java.lang.String uid) {
* generally unrelated to the timing of the backup creation operation.
* @return value or {@code null} for none
*/
public String getUpdateTime() {
public java.lang.String getUpdateTime() {
return updateTime;
}

Expand All @@ -651,7 +651,7 @@ public String getUpdateTime() {
* generally unrelated to the timing of the backup creation operation.
* @param updateTime updateTime or {@code null} for none
*/
public Backup setUpdateTime(String updateTime) {
public Backup setUpdateTime(java.lang.String updateTime) {
this.updateTime = updateTime;
return this;
}
Expand Down
Loading