Skip to content

Commit 2a5377f

Browse files
1 parent 853ebf3 commit 2a5377f

File tree

7 files changed

+298
-6
lines changed

7 files changed

+298
-6
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-rev20240918-2.0.0</version>
25+
<version>v1-rev20240920-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240920-2.0.0'
3939
}
4040
```
4141

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.backupdr.v1.model;
18+
19+
/**
20+
* Minimum details to identify a Google Cloud resource
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GcpResource extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Name of the Google Cloud resource.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String gcpResourcename;
39+
40+
/**
41+
* Location of the resource: //"global"/"unspecified".
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String location;
46+
47+
/**
48+
* Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String type;
53+
54+
/**
55+
* Name of the Google Cloud resource.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.String getGcpResourcename() {
59+
return gcpResourcename;
60+
}
61+
62+
/**
63+
* Name of the Google Cloud resource.
64+
* @param gcpResourcename gcpResourcename or {@code null} for none
65+
*/
66+
public GcpResource setGcpResourcename(java.lang.String gcpResourcename) {
67+
this.gcpResourcename = gcpResourcename;
68+
return this;
69+
}
70+
71+
/**
72+
* Location of the resource: //"global"/"unspecified".
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getLocation() {
76+
return location;
77+
}
78+
79+
/**
80+
* Location of the resource: //"global"/"unspecified".
81+
* @param location location or {@code null} for none
82+
*/
83+
public GcpResource setLocation(java.lang.String location) {
84+
this.location = location;
85+
return this;
86+
}
87+
88+
/**
89+
* Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
90+
* @return value or {@code null} for none
91+
*/
92+
public java.lang.String getType() {
93+
return type;
94+
}
95+
96+
/**
97+
* Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.
98+
* @param type type or {@code null} for none
99+
*/
100+
public GcpResource setType(java.lang.String type) {
101+
this.type = type;
102+
return this;
103+
}
104+
105+
@Override
106+
public GcpResource set(String fieldName, Object value) {
107+
return (GcpResource) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public GcpResource clone() {
112+
return (GcpResource) super.clone();
113+
}
114+
115+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.backupdr.v1.model;
18+
19+
/**
20+
* Response message for restoring from a Backup.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class RestoreBackupResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Details of the target resource created/modified as part of restore.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private TargetResource targetResource;
39+
40+
/**
41+
* Details of the target resource created/modified as part of restore.
42+
* @return value or {@code null} for none
43+
*/
44+
public TargetResource getTargetResource() {
45+
return targetResource;
46+
}
47+
48+
/**
49+
* Details of the target resource created/modified as part of restore.
50+
* @param targetResource targetResource or {@code null} for none
51+
*/
52+
public RestoreBackupResponse setTargetResource(TargetResource targetResource) {
53+
this.targetResource = targetResource;
54+
return this;
55+
}
56+
57+
@Override
58+
public RestoreBackupResponse set(String fieldName, Object value) {
59+
return (RestoreBackupResponse) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public RestoreBackupResponse clone() {
64+
return (RestoreBackupResponse) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.backupdr.v1.model;
18+
19+
/**
20+
* Response message from SetStatusInternal method.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class SetInternalStatusResponse extends com.google.api.client.json.GenericJson {
32+
33+
@Override
34+
public SetInternalStatusResponse set(String fieldName, Object value) {
35+
return (SetInternalStatusResponse) super.set(fieldName, value);
36+
}
37+
38+
@Override
39+
public SetInternalStatusResponse clone() {
40+
return (SetInternalStatusResponse) super.clone();
41+
}
42+
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.backupdr.v1.model;
18+
19+
/**
20+
* Details of the target resource created/modified as part of restore.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class TargetResource extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Details of the native Google Cloud resource created as part of restore.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private GcpResource gcpResource;
39+
40+
/**
41+
* Details of the native Google Cloud resource created as part of restore.
42+
* @return value or {@code null} for none
43+
*/
44+
public GcpResource getGcpResource() {
45+
return gcpResource;
46+
}
47+
48+
/**
49+
* Details of the native Google Cloud resource created as part of restore.
50+
* @param gcpResource gcpResource or {@code null} for none
51+
*/
52+
public TargetResource setGcpResource(GcpResource gcpResource) {
53+
this.gcpResource = gcpResource;
54+
return this;
55+
}
56+
57+
@Override
58+
public TargetResource set(String fieldName, Object value) {
59+
return (TargetResource) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public TargetResource clone() {
64+
return (TargetResource) super.clone();
65+
}
66+
67+
}

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-rev20240918-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20240918-2.0.0</name>
11+
<version>v1-rev20240920-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20240920-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-rev20240918-2.0.0</version>
25+
<version>v1-rev20240920-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240920-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)