30
30
@ SuppressWarnings ("javadoc" )
31
31
public final class Backup extends com .google .api .client .json .GenericJson {
32
32
33
- /**
34
- * Indicates the backup type of the backup.
35
- * The value may be {@code null}.
36
- */
37
- @ com .google .api .client .util .Key
38
- private java .lang .String backupType ;
39
-
40
33
/**
41
34
* Output only. The encryption information for the backup.
42
35
* The value may be {@code null}.
@@ -61,17 +54,6 @@ public final class Backup extends com.google.api.client.json.GenericJson {
61
54
@ com .google .api .client .util .Key
62
55
private String expireTime ;
63
56
64
- /**
65
- * The time at which the hot backup will be converted to a standard backup. Once the
66
- * `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot backup to a standard
67
- * backup. This value must be greater than the backup creation time by: - At least 24 hours This
68
- * field only applies for hot backups. When creating or updating a standard backup, attempting to
69
- * set this field will fail the request.
70
- * The value may be {@code null}.
71
- */
72
- @ com .google .api .client .util .Key
73
- private String hotToStandardTime ;
74
-
75
57
/**
76
58
* A globally unique identifier for the backup which cannot be changed. Values are of the form
77
59
* `projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9*` The final
@@ -124,23 +106,6 @@ public final class Backup extends com.google.api.client.json.GenericJson {
124
106
@ com .google .api .client .util .Key
125
107
private java .lang .String state ;
126
108
127
- /**
128
- * Indicates the backup type of the backup.
129
- * @return value or {@code null} for none
130
- */
131
- public java .lang .String getBackupType () {
132
- return backupType ;
133
- }
134
-
135
- /**
136
- * Indicates the backup type of the backup.
137
- * @param backupType backupType or {@code null} for none
138
- */
139
- public Backup setBackupType (java .lang .String backupType ) {
140
- this .backupType = backupType ;
141
- return this ;
142
- }
143
-
144
109
/**
145
110
* Output only. The encryption information for the backup.
146
111
* @return value or {@code null} for none
@@ -198,31 +163,6 @@ public Backup setExpireTime(String expireTime) {
198
163
return this ;
199
164
}
200
165
201
- /**
202
- * The time at which the hot backup will be converted to a standard backup. Once the
203
- * `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot backup to a standard
204
- * backup. This value must be greater than the backup creation time by: - At least 24 hours This
205
- * field only applies for hot backups. When creating or updating a standard backup, attempting to
206
- * set this field will fail the request.
207
- * @return value or {@code null} for none
208
- */
209
- public String getHotToStandardTime () {
210
- return hotToStandardTime ;
211
- }
212
-
213
- /**
214
- * The time at which the hot backup will be converted to a standard backup. Once the
215
- * `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot backup to a standard
216
- * backup. This value must be greater than the backup creation time by: - At least 24 hours This
217
- * field only applies for hot backups. When creating or updating a standard backup, attempting to
218
- * set this field will fail the request.
219
- * @param hotToStandardTime hotToStandardTime or {@code null} for none
220
- */
221
- public Backup setHotToStandardTime (String hotToStandardTime ) {
222
- this .hotToStandardTime = hotToStandardTime ;
223
- return this ;
224
- }
225
-
226
166
/**
227
167
* A globally unique identifier for the backup which cannot be changed. Values are of the form
228
168
* `projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9*` The final
0 commit comments