You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/TerraformBlueprint.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class TerraformBlueprint extends com.google.api.client.json.Generic
47
47
privateGitSourcegitSource;
48
48
49
49
/**
50
-
* Input variable values for the Terraform blueprint.
50
+
* Optional. Input variable values for the Terraform blueprint.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -90,15 +90,15 @@ public TerraformBlueprint setGitSource(GitSource gitSource) {
90
90
}
91
91
92
92
/**
93
-
* Input variable values for the Terraform blueprint.
93
+
* Optional. Input variable values for the Terraform blueprint.
Copy file name to clipboardExpand all lines: clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/TerraformVariable.java
0 commit comments