32
32
public final class TerraformBlueprint extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
35
- * Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
36
- * also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
35
+ * URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
36
+ * an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
37
37
* The value may be {@code null}.
38
38
*/
39
39
@ com .google .api .client .util .Key
40
40
private java .lang .String gcsSource ;
41
41
42
42
/**
43
- * Required. URI of a public Git repo.
43
+ * URI of a public Git repo.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@ com .google .api .client .util .Key
@@ -54,17 +54,17 @@ public final class TerraformBlueprint extends com.google.api.client.json.Generic
54
54
private java .util .Map <String , TerraformVariable > inputValues ;
55
55
56
56
/**
57
- * Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
58
- * also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
57
+ * URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
58
+ * an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
59
59
* @return value or {@code null} for none
60
60
*/
61
61
public java .lang .String getGcsSource () {
62
62
return gcsSource ;
63
63
}
64
64
65
65
/**
66
- * Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
67
- * also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
66
+ * URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
67
+ * an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
68
68
* @param gcsSource gcsSource or {@code null} for none
69
69
*/
70
70
public TerraformBlueprint setGcsSource (java .lang .String gcsSource ) {
@@ -73,15 +73,15 @@ public TerraformBlueprint setGcsSource(java.lang.String gcsSource) {
73
73
}
74
74
75
75
/**
76
- * Required. URI of a public Git repo.
76
+ * URI of a public Git repo.
77
77
* @return value or {@code null} for none
78
78
*/
79
79
public GitSource getGitSource () {
80
80
return gitSource ;
81
81
}
82
82
83
83
/**
84
- * Required. URI of a public Git repo.
84
+ * URI of a public Git repo.
85
85
* @param gitSource gitSource or {@code null} for none
86
86
*/
87
87
public TerraformBlueprint setGitSource (GitSource gitSource ) {
0 commit comments