32
32
public final class AutoUpgradeOptions extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
35
- * [ Output only] This field is set when upgrades are about to commence with the approximate start
35
+ * Output only. This field is set when upgrades are about to commence with the approximate start
36
36
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@ com .google .api .client .util .Key
40
40
private java .lang .String autoUpgradeStartTime ;
41
41
42
42
/**
43
- * [ Output only] This field is set when upgrades are about to commence with the description of the
43
+ * Output only. This field is set when upgrades are about to commence with the description of the
44
44
* upgrade.
45
45
* The value may be {@code null}.
46
46
*/
47
47
@ com .google .api .client .util .Key
48
48
private java .lang .String description ;
49
49
50
50
/**
51
- * [ Output only] This field is set when upgrades are about to commence with the approximate start
51
+ * Output only. This field is set when upgrades are about to commence with the approximate start
52
52
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
53
53
* @return value or {@code null} for none
54
54
*/
@@ -57,7 +57,7 @@ public java.lang.String getAutoUpgradeStartTime() {
57
57
}
58
58
59
59
/**
60
- * [ Output only] This field is set when upgrades are about to commence with the approximate start
60
+ * Output only. This field is set when upgrades are about to commence with the approximate start
61
61
* time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
62
62
* @param autoUpgradeStartTime autoUpgradeStartTime or {@code null} for none
63
63
*/
@@ -67,7 +67,7 @@ public AutoUpgradeOptions setAutoUpgradeStartTime(java.lang.String autoUpgradeSt
67
67
}
68
68
69
69
/**
70
- * [ Output only] This field is set when upgrades are about to commence with the description of the
70
+ * Output only. This field is set when upgrades are about to commence with the description of the
71
71
* upgrade.
72
72
* @return value or {@code null} for none
73
73
*/
@@ -76,7 +76,7 @@ public java.lang.String getDescription() {
76
76
}
77
77
78
78
/**
79
- * [ Output only] This field is set when upgrades are about to commence with the description of the
79
+ * Output only. This field is set when upgrades are about to commence with the description of the
80
80
* upgrade.
81
81
* @param description description or {@code null} for none
82
82
*/
0 commit comments