30
30
public final class Standard extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
34
- * not be present.
33
+ * Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
34
+ * will not be present.
35
35
* The value may be {@code null}.
36
36
*/
37
37
@ com .google .api .client .util .Key
38
38
private Postdeploy postdeploy ;
39
39
40
40
/**
41
- * Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
42
- * not be present.
41
+ * Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
42
+ * will not be present.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@ com .google .api .client .util .Key
@@ -53,17 +53,17 @@ public final class Standard extends com.google.api.client.json.GenericJson {
53
53
private java .lang .Boolean verify ;
54
54
55
55
/**
56
- * Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
57
- * not be present.
56
+ * Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
57
+ * will not be present.
58
58
* @return value or {@code null} for none
59
59
*/
60
60
public Postdeploy getPostdeploy () {
61
61
return postdeploy ;
62
62
}
63
63
64
64
/**
65
- * Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
66
- * not be present.
65
+ * Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
66
+ * will not be present.
67
67
* @param postdeploy postdeploy or {@code null} for none
68
68
*/
69
69
public Standard setPostdeploy (Postdeploy postdeploy ) {
@@ -72,17 +72,17 @@ public Standard setPostdeploy(Postdeploy postdeploy) {
72
72
}
73
73
74
74
/**
75
- * Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
76
- * not be present.
75
+ * Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
76
+ * will not be present.
77
77
* @return value or {@code null} for none
78
78
*/
79
79
public Predeploy getPredeploy () {
80
80
return predeploy ;
81
81
}
82
82
83
83
/**
84
- * Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
85
- * not be present.
84
+ * Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
85
+ * will not be present.
86
86
* @param predeploy predeploy or {@code null} for none
87
87
*/
88
88
public Standard setPredeploy (Predeploy predeploy ) {
0 commit comments