Skip to content

Commit 243ae74

Browse files
1 parent f6d9405 commit 243ae74

File tree

5 files changed

+34
-24
lines changed

5 files changed

+34
-24
lines changed

clients/google-api-services-backupdr/v1/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-backupdr</artifactId>
25-
<version>v1-rev20251112-2.0.0</version>
25+
<version>v1-rev20251130-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-backupdr:v1-rev20251112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20251130-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10592,30 +10592,31 @@ public List setPageToken(java.lang.String pageToken) {
1059210592

1059310593
/**
1059410594
* When set to `true`, operations that are reachable are returned as normal, and those
10595-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10596-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10597-
* `"projects/example/locations/-"`. This field is not by default supported and will
10595+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10596+
* can only be `true` when reading across collections. For example, when `parent` is set
10597+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1059810598
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1059910599
* service or product specific documentation.
1060010600
*/
1060110601
@com.google.api.client.util.Key
1060210602
private java.lang.Boolean returnPartialSuccess;
1060310603

1060410604
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10605-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10606-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10607-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10608-
explicitly documented otherwise in service or product specific documentation.
10605+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
10606+
when reading across collections. For example, when `parent` is set to
10607+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
10608+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
10609+
documentation.
1060910610
*/
1061010611
public java.lang.Boolean getReturnPartialSuccess() {
1061110612
return returnPartialSuccess;
1061210613
}
1061310614

1061410615
/**
1061510616
* When set to `true`, operations that are reachable are returned as normal, and those
10616-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10617-
* This can only be `true` when reading across collections e.g. when `parent` is set to
10618-
* `"projects/example/locations/-"`. This field is not by default supported and will
10617+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
10618+
* can only be `true` when reading across collections. For example, when `parent` is set
10619+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1061910620
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1062010621
* service or product specific documentation.
1062110622
*/
@@ -11068,7 +11069,8 @@ public class Trial {
1106811069
* This request holds the parameters needed by the backupdr server. After setting any optional
1106911070
* parameters, call the {@link End#execute()} method to invoke the remote operation.
1107011071
*
11071-
* @param parent Required. The parent resource where this trial will be ended.
11072+
* @param parent Required. The parent resource where the trial has been created. Format:
11073+
* projects/{project}/locations/{location}
1107211074
* @param content the {@link com.google.api.services.backupdr.v1.model.EndTrialRequest}
1107311075
* @return the request
1107411076
*/
@@ -11095,7 +11097,8 @@ public class End extends BackupdrRequest<com.google.api.services.backupdr.v1.mod
1109511097
* {@link End#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1109611098
* must be called to initialize this instance immediately after invoking the constructor. </p>
1109711099
*
11098-
* @param parent Required. The parent resource where this trial will be ended.
11100+
* @param parent Required. The parent resource where the trial has been created. Format:
11101+
* projects/{project}/locations/{location}
1109911102
* @param content the {@link com.google.api.services.backupdr.v1.model.EndTrialRequest}
1110011103
* @since 1.13
1110111104
*/
@@ -11164,17 +11167,24 @@ public End setUploadProtocol(java.lang.String uploadProtocol) {
1116411167
return (End) super.setUploadProtocol(uploadProtocol);
1116511168
}
1116611169

11167-
/** Required. The parent resource where this trial will be ended. */
11170+
/**
11171+
* Required. The parent resource where the trial has been created. Format:
11172+
* projects/{project}/locations/{location}
11173+
*/
1116811174
@com.google.api.client.util.Key
1116911175
private java.lang.String parent;
1117011176

11171-
/** Required. The parent resource where this trial will be ended.
11177+
/** Required. The parent resource where the trial has been created. Format:
11178+
projects/{project}/locations/{location}
1117211179
*/
1117311180
public java.lang.String getParent() {
1117411181
return parent;
1117511182
}
1117611183

11177-
/** Required. The parent resource where this trial will be ended. */
11184+
/**
11185+
* Required. The parent resource where the trial has been created. Format:
11186+
* projects/{project}/locations/{location}
11187+
*/
1117811188
public End setParent(java.lang.String parent) {
1117911189
if (!getSuppressPatternChecks()) {
1118011190
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

clients/google-api-services-backupdr/v1/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-backupdr</artifactId>
11-
<version>v1-rev20251112-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20251112-2.0.0</name>
11+
<version>v1-rev20251130-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20251130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-backupdr/v1/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-backupdr</artifactId>
25-
<version>v1-rev20251112-2.0.0</version>
25+
<version>v1-rev20251130-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-backupdr:v1-rev20251112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20251130-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)