Content-Length: 600345 | pFad | https://github.com/googleapis/google-cloud-python/commit/1913b6cc099c50650b2a35c2f05b7e0da1157791

2D feat: [google-cloud-cloudcontrolspartner] A new method `CreateCustome… · googleapis/google-cloud-python@1913b6c · GitHub
Skip to content

Commit 1913b6c

Browse files
feat: [google-cloud-cloudcontrolspartner] A new method CreateCustomer is added to service CloudControlsPartnerCore (#13465)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: A new method `UpdateCustomer` is added to service `CloudControlsPartnerCore` feat: A new method `DeleteCustomer` is added to service `CloudControlsPartnerCore` feat: A new field `organization_domain` is added to message `.google.cloud.cloudcontrolspartner.v1beta.Customer` feat: A new message `CreateCustomerRequest` is added feat: A new message `UpdateCustomerRequest` is added feat: A new message `DeleteCustomerRequest` is added docs: A comment for field `requested_cancellation` in message `.google.cloud.cloudcontrolspartner.v1beta.OperationMetadata` is changed docs: A comment for enum value `VIRTRU` in enum `EkmSolution` is changed feat: A new method `CreateCustomer` is added to service `CloudControlsPartnerCore` END_COMMIT_OVERRIDE PiperOrigin-RevId: 719291894 Source-Link: googleapis/googleapis@4d82148 Source-Link: googleapis/googleapis-gen@41b559f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNsb3VkY29udHJvbHNwYXJ0bmVyLy5Pd2xCb3QueWFtbCIsImgiOiI0MWI1NTlmZDhlODc5OWZlY2I5N2QyZjAwNTYwYTQwOGU5NzdjMzMyIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 254b142 commit 1913b6c

26 files changed

+6411
-1529
lines changed

packages/google-cloud-cloudcontrolspartner/google/cloud/cloudcontrolspartner/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.2.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-cloudcontrolspartner/google/cloud/cloudcontrolspartner_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.2.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-cloudcontrolspartner/google/cloud/cloudcontrolspartner_v1beta/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@
4343
WorkloadOnboardingStep,
4444
)
4545
from .types.customers import (
46+
CreateCustomerRequest,
4647
Customer,
4748
CustomerOnboardingState,
4849
CustomerOnboardingStep,
50+
DeleteCustomerRequest,
4951
GetCustomerRequest,
5052
ListCustomersRequest,
5153
ListCustomersResponse,
54+
UpdateCustomerRequest,
5255
)
5356
from .types.ekm_connections import (
5457
EkmConnection,
@@ -72,9 +75,11 @@
7275
"CloudControlsPartnerCoreClient",
7376
"CloudControlsPartnerMonitoringClient",
7477
"CompletionState",
78+
"CreateCustomerRequest",
7579
"Customer",
7680
"CustomerOnboardingState",
7781
"CustomerOnboardingStep",
82+
"DeleteCustomerRequest",
7883
"EkmConnection",
7984
"EkmConnections",
8085
"EkmMetadata",
@@ -96,6 +101,7 @@
96101
"Partner",
97102
"PartnerPermissions",
98103
"Sku",
104+
"UpdateCustomerRequest",
99105
"Violation",
100106
"Workload",
101107
"WorkloadOnboardingState",

packages/google-cloud-cloudcontrolspartner/google/cloud/cloudcontrolspartner_v1beta/gapic_metadata.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"grpc": {
1111
"libraryClient": "CloudControlsPartnerCoreClient",
1212
"rpcs": {
13+
"CreateCustomer": {
14+
"methods": [
15+
"create_customer"
16+
]
17+
},
18+
"DeleteCustomer": {
19+
"methods": [
20+
"delete_customer"
21+
]
22+
},
1323
"GetCustomer": {
1424
"methods": [
1525
"get_customer"
@@ -49,12 +59,27 @@
4959
"methods": [
5060
"list_workloads"
5161
]
62+
},
63+
"UpdateCustomer": {
64+
"methods": [
65+
"update_customer"
66+
]
5267
}
5368
}
5469
},
5570
"grpc-async": {
5671
"libraryClient": "CloudControlsPartnerCoreAsyncClient",
5772
"rpcs": {
73+
"CreateCustomer": {
74+
"methods": [
75+
"create_customer"
76+
]
77+
},
78+
"DeleteCustomer": {
79+
"methods": [
80+
"delete_customer"
81+
]
82+
},
5883
"GetCustomer": {
5984
"methods": [
6085
"get_customer"
@@ -94,12 +119,27 @@
94119
"methods": [
95120
"list_workloads"
96121
]
122+
},
123+
"UpdateCustomer": {
124+
"methods": [
125+
"update_customer"
126+
]
97127
}
98128
}
99129
},
100130
"rest": {
101131
"libraryClient": "CloudControlsPartnerCoreClient",
102132
"rpcs": {
133+
"CreateCustomer": {
134+
"methods": [
135+
"create_customer"
136+
]
137+
},
138+
"DeleteCustomer": {
139+
"methods": [
140+
"delete_customer"
141+
]
142+
},
103143
"GetCustomer": {
104144
"methods": [
105145
"get_customer"
@@ -139,6 +179,11 @@
139179
"methods": [
140180
"list_workloads"
141181
]
182+
},
183+
"UpdateCustomer": {
184+
"methods": [
185+
"update_customer"
186+
]
142187
}
143188
}
144189
}

packages/google-cloud-cloudcontrolspartner/google/cloud/cloudcontrolspartner_v1beta/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.2.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-python/commit/1913b6cc099c50650b2a35c2f05b7e0da1157791

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy