Skip to content

Commit 2de325b

Browse files
feat: [google-cloud-config] added Terraform Plan (#12197)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 597969500 Source-Link: googleapis/googleapis@ea0432d Source-Link: googleapis/googleapis-gen@970abcc Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZy8uT3dsQm90LnlhbWwiLCJoIjoiOTcwYWJjYzIwNTA4NTIzYmI0ZGU2ZTZjNzdlNmM2NThmODkzNDAwYiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b720962 commit 2de325b

27 files changed

Lines changed: 8879 additions & 1638 deletions

packages/google-cloud-config/google/cloud/config/__init__.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,38 @@
2323
from google.cloud.config_v1.types.config import (
2424
ApplyResults,
2525
CreateDeploymentRequest,
26+
CreatePreviewRequest,
2627
DeleteDeploymentRequest,
28+
DeletePreviewRequest,
2729
DeleteStatefileRequest,
2830
Deployment,
2931
DeploymentOperationMetadata,
3032
ExportDeploymentStatefileRequest,
3133
ExportLockInfoRequest,
34+
ExportPreviewResultRequest,
35+
ExportPreviewResultResponse,
3236
ExportRevisionStatefileRequest,
3337
GetDeploymentRequest,
38+
GetPreviewRequest,
3439
GetResourceRequest,
3540
GetRevisionRequest,
3641
GitSource,
3742
ImportStatefileRequest,
3843
ListDeploymentsRequest,
3944
ListDeploymentsResponse,
45+
ListPreviewsRequest,
46+
ListPreviewsResponse,
4047
ListResourcesRequest,
4148
ListResourcesResponse,
4249
ListRevisionsRequest,
4350
ListRevisionsResponse,
4451
LockDeploymentRequest,
4552
LockInfo,
4653
OperationMetadata,
54+
Preview,
55+
PreviewArtifacts,
56+
PreviewOperationMetadata,
57+
PreviewResult,
4758
Resource,
4859
ResourceCAIInfo,
4960
ResourceTerraformInfo,
@@ -62,27 +73,38 @@
6273
"ConfigAsyncClient",
6374
"ApplyResults",
6475
"CreateDeploymentRequest",
76+
"CreatePreviewRequest",
6577
"DeleteDeploymentRequest",
78+
"DeletePreviewRequest",
6679
"DeleteStatefileRequest",
6780
"Deployment",
6881
"DeploymentOperationMetadata",
6982
"ExportDeploymentStatefileRequest",
7083
"ExportLockInfoRequest",
84+
"ExportPreviewResultRequest",
85+
"ExportPreviewResultResponse",
7186
"ExportRevisionStatefileRequest",
7287
"GetDeploymentRequest",
88+
"GetPreviewRequest",
7389
"GetResourceRequest",
7490
"GetRevisionRequest",
7591
"GitSource",
7692
"ImportStatefileRequest",
7793
"ListDeploymentsRequest",
7894
"ListDeploymentsResponse",
95+
"ListPreviewsRequest",
96+
"ListPreviewsResponse",
7997
"ListResourcesRequest",
8098
"ListResourcesResponse",
8199
"ListRevisionsRequest",
82100
"ListRevisionsResponse",
83101
"LockDeploymentRequest",
84102
"LockInfo",
85103
"OperationMetadata",
104+
"Preview",
105+
"PreviewArtifacts",
106+
"PreviewOperationMetadata",
107+
"PreviewResult",
86108
"Resource",
87109
"ResourceCAIInfo",
88110
"ResourceTerraformInfo",

packages/google-cloud-config/google/cloud/config/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-config/google/cloud/config_v1/__init__.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,38 @@
2222
from .types.config import (
2323
ApplyResults,
2424
CreateDeploymentRequest,
25+
CreatePreviewRequest,
2526
DeleteDeploymentRequest,
27+
DeletePreviewRequest,
2628
DeleteStatefileRequest,
2729
Deployment,
2830
DeploymentOperationMetadata,
2931
ExportDeploymentStatefileRequest,
3032
ExportLockInfoRequest,
33+
ExportPreviewResultRequest,
34+
ExportPreviewResultResponse,
3135
ExportRevisionStatefileRequest,
3236
GetDeploymentRequest,
37+
GetPreviewRequest,
3338
GetResourceRequest,
3439
GetRevisionRequest,
3540
GitSource,
3641
ImportStatefileRequest,
3742
ListDeploymentsRequest,
3843
ListDeploymentsResponse,
44+
ListPreviewsRequest,
45+
ListPreviewsResponse,
3946
ListResourcesRequest,
4047
ListResourcesResponse,
4148
ListRevisionsRequest,
4249
ListRevisionsResponse,
4350
LockDeploymentRequest,
4451
LockInfo,
4552
OperationMetadata,
53+
Preview,
54+
PreviewArtifacts,
55+
PreviewOperationMetadata,
56+
PreviewResult,
4657
Resource,
4758
ResourceCAIInfo,
4859
ResourceTerraformInfo,
@@ -61,27 +72,38 @@
6172
"ApplyResults",
6273
"ConfigClient",
6374
"CreateDeploymentRequest",
75+
"CreatePreviewRequest",
6476
"DeleteDeploymentRequest",
77+
"DeletePreviewRequest",
6578
"DeleteStatefileRequest",
6679
"Deployment",
6780
"DeploymentOperationMetadata",
6881
"ExportDeploymentStatefileRequest",
6982
"ExportLockInfoRequest",
83+
"ExportPreviewResultRequest",
84+
"ExportPreviewResultResponse",
7085
"ExportRevisionStatefileRequest",
7186
"GetDeploymentRequest",
87+
"GetPreviewRequest",
7288
"GetResourceRequest",
7389
"GetRevisionRequest",
7490
"GitSource",
7591
"ImportStatefileRequest",
7692
"ListDeploymentsRequest",
7793
"ListDeploymentsResponse",
94+
"ListPreviewsRequest",
95+
"ListPreviewsResponse",
7896
"ListResourcesRequest",
7997
"ListResourcesResponse",
8098
"ListRevisionsRequest",
8199
"ListRevisionsResponse",
82100
"LockDeploymentRequest",
83101
"LockInfo",
84102
"OperationMetadata",
103+
"Preview",
104+
"PreviewArtifacts",
105+
"PreviewOperationMetadata",
106+
"PreviewResult",
85107
"Resource",
86108
"ResourceCAIInfo",
87109
"ResourceTerraformInfo",

packages/google-cloud-config/google/cloud/config_v1/gapic_metadata.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@
1515
"create_deployment"
1616
]
1717
},
18+
"CreatePreview": {
19+
"methods": [
20+
"create_preview"
21+
]
22+
},
1823
"DeleteDeployment": {
1924
"methods": [
2025
"delete_deployment"
2126
]
2227
},
28+
"DeletePreview": {
29+
"methods": [
30+
"delete_preview"
31+
]
32+
},
2333
"DeleteStatefile": {
2434
"methods": [
2535
"delete_statefile"
@@ -35,6 +45,11 @@
3545
"export_lock_info"
3646
]
3747
},
48+
"ExportPreviewResult": {
49+
"methods": [
50+
"export_preview_result"
51+
]
52+
},
3853
"ExportRevisionStatefile": {
3954
"methods": [
4055
"export_revision_statefile"
@@ -45,6 +60,11 @@
4560
"get_deployment"
4661
]
4762
},
63+
"GetPreview": {
64+
"methods": [
65+
"get_preview"
66+
]
67+
},
4868
"GetResource": {
4969
"methods": [
5070
"get_resource"
@@ -65,6 +85,11 @@
6585
"list_deployments"
6686
]
6787
},
88+
"ListPreviews": {
89+
"methods": [
90+
"list_previews"
91+
]
92+
},
6893
"ListResources": {
6994
"methods": [
7095
"list_resources"
@@ -100,11 +125,21 @@
100125
"create_deployment"
101126
]
102127
},
128+
"CreatePreview": {
129+
"methods": [
130+
"create_preview"
131+
]
132+
},
103133
"DeleteDeployment": {
104134
"methods": [
105135
"delete_deployment"
106136
]
107137
},
138+
"DeletePreview": {
139+
"methods": [
140+
"delete_preview"
141+
]
142+
},
108143
"DeleteStatefile": {
109144
"methods": [
110145
"delete_statefile"
@@ -120,6 +155,11 @@
120155
"export_lock_info"
121156
]
122157
},
158+
"ExportPreviewResult": {
159+
"methods": [
160+
"export_preview_result"
161+
]
162+
},
123163
"ExportRevisionStatefile": {
124164
"methods": [
125165
"export_revision_statefile"
@@ -130,6 +170,11 @@
130170
"get_deployment"
131171
]
132172
},
173+
"GetPreview": {
174+
"methods": [
175+
"get_preview"
176+
]
177+
},
133178
"GetResource": {
134179
"methods": [
135180
"get_resource"
@@ -150,6 +195,11 @@
150195
"list_deployments"
151196
]
152197
},
198+
"ListPreviews": {
199+
"methods": [
200+
"list_previews"
201+
]
202+
},
153203
"ListResources": {
154204
"methods": [
155205
"list_resources"
@@ -185,11 +235,21 @@
185235
"create_deployment"
186236
]
187237
},
238+
"CreatePreview": {
239+
"methods": [
240+
"create_preview"
241+
]
242+
},
188243
"DeleteDeployment": {
189244
"methods": [
190245
"delete_deployment"
191246
]
192247
},
248+
"DeletePreview": {
249+
"methods": [
250+
"delete_preview"
251+
]
252+
},
193253
"DeleteStatefile": {
194254
"methods": [
195255
"delete_statefile"
@@ -205,6 +265,11 @@
205265
"export_lock_info"
206266
]
207267
},
268+
"ExportPreviewResult": {
269+
"methods": [
270+
"export_preview_result"
271+
]
272+
},
208273
"ExportRevisionStatefile": {
209274
"methods": [
210275
"export_revision_statefile"
@@ -215,6 +280,11 @@
215280
"get_deployment"
216281
]
217282
},
283+
"GetPreview": {
284+
"methods": [
285+
"get_preview"
286+
]
287+
},
218288
"GetResource": {
219289
"methods": [
220290
"get_resource"
@@ -235,6 +305,11 @@
235305
"list_deployments"
236306
]
237307
},
308+
"ListPreviews": {
309+
"methods": [
310+
"list_previews"
311+
]
312+
},
238313
"ListResources": {
239314
"methods": [
240315
"list_resources"

packages/google-cloud-config/google/cloud/config_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)