Skip to content

Commit

Permalink
feat: [google-cloud-config] added Terraform Plan (#12197)
Browse files Browse the repository at this point in the history
- [ ] 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 13, 2024
1 parent b720962 commit 2de325b
Show file tree
Hide file tree
Showing 27 changed files with 8,879 additions and 1,638 deletions.
22 changes: 22 additions & 0 deletions packages/google-cloud-config/google/cloud/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,38 @@
from google.cloud.config_v1.types.config import (
ApplyResults,
CreateDeploymentRequest,
CreatePreviewRequest,
DeleteDeploymentRequest,
DeletePreviewRequest,
DeleteStatefileRequest,
Deployment,
DeploymentOperationMetadata,
ExportDeploymentStatefileRequest,
ExportLockInfoRequest,
ExportPreviewResultRequest,
ExportPreviewResultResponse,
ExportRevisionStatefileRequest,
GetDeploymentRequest,
GetPreviewRequest,
GetResourceRequest,
GetRevisionRequest,
GitSource,
ImportStatefileRequest,
ListDeploymentsRequest,
ListDeploymentsResponse,
ListPreviewsRequest,
ListPreviewsResponse,
ListResourcesRequest,
ListResourcesResponse,
ListRevisionsRequest,
ListRevisionsResponse,
LockDeploymentRequest,
LockInfo,
OperationMetadata,
Preview,
PreviewArtifacts,
PreviewOperationMetadata,
PreviewResult,
Resource,
ResourceCAIInfo,
ResourceTerraformInfo,
Expand All @@ -62,27 +73,38 @@
"ConfigAsyncClient",
"ApplyResults",
"CreateDeploymentRequest",
"CreatePreviewRequest",
"DeleteDeploymentRequest",
"DeletePreviewRequest",
"DeleteStatefileRequest",
"Deployment",
"DeploymentOperationMetadata",
"ExportDeploymentStatefileRequest",
"ExportLockInfoRequest",
"ExportPreviewResultRequest",
"ExportPreviewResultResponse",
"ExportRevisionStatefileRequest",
"GetDeploymentRequest",
"GetPreviewRequest",
"GetResourceRequest",
"GetRevisionRequest",
"GitSource",
"ImportStatefileRequest",
"ListDeploymentsRequest",
"ListDeploymentsResponse",
"ListPreviewsRequest",
"ListPreviewsResponse",
"ListResourcesRequest",
"ListResourcesResponse",
"ListRevisionsRequest",
"ListRevisionsResponse",
"LockDeploymentRequest",
"LockInfo",
"OperationMetadata",
"Preview",
"PreviewArtifacts",
"PreviewOperationMetadata",
"PreviewResult",
"Resource",
"ResourceCAIInfo",
"ResourceTerraformInfo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
22 changes: 22 additions & 0 deletions packages/google-cloud-config/google/cloud/config_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,38 @@
from .types.config import (
ApplyResults,
CreateDeploymentRequest,
CreatePreviewRequest,
DeleteDeploymentRequest,
DeletePreviewRequest,
DeleteStatefileRequest,
Deployment,
DeploymentOperationMetadata,
ExportDeploymentStatefileRequest,
ExportLockInfoRequest,
ExportPreviewResultRequest,
ExportPreviewResultResponse,
ExportRevisionStatefileRequest,
GetDeploymentRequest,
GetPreviewRequest,
GetResourceRequest,
GetRevisionRequest,
GitSource,
ImportStatefileRequest,
ListDeploymentsRequest,
ListDeploymentsResponse,
ListPreviewsRequest,
ListPreviewsResponse,
ListResourcesRequest,
ListResourcesResponse,
ListRevisionsRequest,
ListRevisionsResponse,
LockDeploymentRequest,
LockInfo,
OperationMetadata,
Preview,
PreviewArtifacts,
PreviewOperationMetadata,
PreviewResult,
Resource,
ResourceCAIInfo,
ResourceTerraformInfo,
Expand All @@ -61,27 +72,38 @@
"ApplyResults",
"ConfigClient",
"CreateDeploymentRequest",
"CreatePreviewRequest",
"DeleteDeploymentRequest",
"DeletePreviewRequest",
"DeleteStatefileRequest",
"Deployment",
"DeploymentOperationMetadata",
"ExportDeploymentStatefileRequest",
"ExportLockInfoRequest",
"ExportPreviewResultRequest",
"ExportPreviewResultResponse",
"ExportRevisionStatefileRequest",
"GetDeploymentRequest",
"GetPreviewRequest",
"GetResourceRequest",
"GetRevisionRequest",
"GitSource",
"ImportStatefileRequest",
"ListDeploymentsRequest",
"ListDeploymentsResponse",
"ListPreviewsRequest",
"ListPreviewsResponse",
"ListResourcesRequest",
"ListResourcesResponse",
"ListRevisionsRequest",
"ListRevisionsResponse",
"LockDeploymentRequest",
"LockInfo",
"OperationMetadata",
"Preview",
"PreviewArtifacts",
"PreviewOperationMetadata",
"PreviewResult",
"Resource",
"ResourceCAIInfo",
"ResourceTerraformInfo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@
"create_deployment"
]
},
"CreatePreview": {
"methods": [
"create_preview"
]
},
"DeleteDeployment": {
"methods": [
"delete_deployment"
]
},
"DeletePreview": {
"methods": [
"delete_preview"
]
},
"DeleteStatefile": {
"methods": [
"delete_statefile"
Expand All @@ -35,6 +45,11 @@
"export_lock_info"
]
},
"ExportPreviewResult": {
"methods": [
"export_preview_result"
]
},
"ExportRevisionStatefile": {
"methods": [
"export_revision_statefile"
Expand All @@ -45,6 +60,11 @@
"get_deployment"
]
},
"GetPreview": {
"methods": [
"get_preview"
]
},
"GetResource": {
"methods": [
"get_resource"
Expand All @@ -65,6 +85,11 @@
"list_deployments"
]
},
"ListPreviews": {
"methods": [
"list_previews"
]
},
"ListResources": {
"methods": [
"list_resources"
Expand Down Expand Up @@ -100,11 +125,21 @@
"create_deployment"
]
},
"CreatePreview": {
"methods": [
"create_preview"
]
},
"DeleteDeployment": {
"methods": [
"delete_deployment"
]
},
"DeletePreview": {
"methods": [
"delete_preview"
]
},
"DeleteStatefile": {
"methods": [
"delete_statefile"
Expand All @@ -120,6 +155,11 @@
"export_lock_info"
]
},
"ExportPreviewResult": {
"methods": [
"export_preview_result"
]
},
"ExportRevisionStatefile": {
"methods": [
"export_revision_statefile"
Expand All @@ -130,6 +170,11 @@
"get_deployment"
]
},
"GetPreview": {
"methods": [
"get_preview"
]
},
"GetResource": {
"methods": [
"get_resource"
Expand All @@ -150,6 +195,11 @@
"list_deployments"
]
},
"ListPreviews": {
"methods": [
"list_previews"
]
},
"ListResources": {
"methods": [
"list_resources"
Expand Down Expand Up @@ -185,11 +235,21 @@
"create_deployment"
]
},
"CreatePreview": {
"methods": [
"create_preview"
]
},
"DeleteDeployment": {
"methods": [
"delete_deployment"
]
},
"DeletePreview": {
"methods": [
"delete_preview"
]
},
"DeleteStatefile": {
"methods": [
"delete_statefile"
Expand All @@ -205,6 +265,11 @@
"export_lock_info"
]
},
"ExportPreviewResult": {
"methods": [
"export_preview_result"
]
},
"ExportRevisionStatefile": {
"methods": [
"export_revision_statefile"
Expand All @@ -215,6 +280,11 @@
"get_deployment"
]
},
"GetPreview": {
"methods": [
"get_preview"
]
},
"GetResource": {
"methods": [
"get_resource"
Expand All @@ -235,6 +305,11 @@
"list_deployments"
]
},
"ListPreviews": {
"methods": [
"list_previews"
]
},
"ListResources": {
"methods": [
"list_resources"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 2de325b

Please sign in to comment.