Skip to content

Commit

Permalink
feat(cloudcontrolspartner): update the api
Browse files Browse the repository at this point in the history
#### cloudcontrolspartner:v1

The following keys were added:
- schemas.Customer.properties.customerOnboardingState.readOnly (Total Keys: 1)
- schemas.Customer.properties.displayName.readOnly (Total Keys: 1)
- schemas.Customer.properties.isOnboarded.readOnly (Total Keys: 1)

#### cloudcontrolspartner:v1beta

The following keys were added:
- schemas.Customer.properties.customerOnboardingState.readOnly (Total Keys: 1)
- schemas.Customer.properties.displayName.readOnly (Total Keys: 1)
- schemas.Customer.properties.isOnboarded.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 25, 2024
1 parent 94e533d commit 49a06b9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Contains metadata around a Cloud Controls Partner Customer
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Container for customer onboarding steps
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Output only. Container for customer onboarding steps
&quot;onboardingSteps&quot;: [ # List of customer onboarding steps
{ # Container for customer onboarding information
&quot;completionState&quot;: &quot;A String&quot;, # Output only. Current state of the step
Expand All @@ -122,8 +122,8 @@ <h3>Method Details</h3>
},
],
},
&quot;displayName&quot;: &quot;A String&quot;, # The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Indicates whether a customer is fully onboarded
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Output only. Indicates whether a customer is fully onboarded
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
}</pre>
</div>
Expand All @@ -149,7 +149,7 @@ <h3>Method Details</h3>
{ # Response message for list customer Customers requests
&quot;customers&quot;: [ # List of customers
{ # Contains metadata around a Cloud Controls Partner Customer
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Container for customer onboarding steps
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Output only. Container for customer onboarding steps
&quot;onboardingSteps&quot;: [ # List of customer onboarding steps
{ # Container for customer onboarding information
&quot;completionState&quot;: &quot;A String&quot;, # Output only. Current state of the step
Expand All @@ -159,8 +159,8 @@ <h3>Method Details</h3>
},
],
},
&quot;displayName&quot;: &quot;A String&quot;, # The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Indicates whether a customer is fully onboarded
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Output only. Indicates whether a customer is fully onboarded
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Contains metadata around a Cloud Controls Partner Customer
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Container for customer onboarding steps
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Output only. Container for customer onboarding steps
&quot;onboardingSteps&quot;: [ # List of customer onboarding steps
{ # Container for customer onboarding information
&quot;completionState&quot;: &quot;A String&quot;, # Output only. Current state of the step
Expand All @@ -122,8 +122,8 @@ <h3>Method Details</h3>
},
],
},
&quot;displayName&quot;: &quot;A String&quot;, # The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Indicates whether a customer is fully onboarded
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Output only. Indicates whether a customer is fully onboarded
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
}</pre>
</div>
Expand All @@ -149,7 +149,7 @@ <h3>Method Details</h3>
{ # Response message for list customer Customers requests
&quot;customers&quot;: [ # List of customers
{ # Contains metadata around a Cloud Controls Partner Customer
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Container for customer onboarding steps
&quot;customerOnboardingState&quot;: { # Container for customer onboarding steps # Output only. Container for customer onboarding steps
&quot;onboardingSteps&quot;: [ # List of customer onboarding steps
{ # Container for customer onboarding information
&quot;completionState&quot;: &quot;A String&quot;, # Output only. Current state of the step
Expand All @@ -159,8 +159,8 @@ <h3>Method Details</h3>
},
],
},
&quot;displayName&quot;: &quot;A String&quot;, # The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Indicates whether a customer is fully onboarded
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The customer organization&#x27;s display name. E.g. &quot;google.com&quot;.
&quot;isOnboarded&quot;: True or False, # Output only. Indicates whether a customer is fully onboarded
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: `organizations/{organization}/locations/{location}/customers/{customer}`
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
}
}
},
"revision": "20240626",
"revision": "20240717",
"rootUrl": "https://cloudcontrolspartner.googleapis.com/",
"schemas": {
"AccessApprovalRequest": {
Expand Down Expand Up @@ -594,14 +594,17 @@
"properties": {
"customerOnboardingState": {
"$ref": "CustomerOnboardingState",
"description": "Container for customer onboarding steps"
"description": "Output only. Container for customer onboarding steps",
"readOnly": true
},
"displayName": {
"description": "The customer organization's display name. E.g. \"google.com\".",
"description": "Output only. The customer organization's display name. E.g. \"google.com\".",
"readOnly": true,
"type": "string"
},
"isOnboarded": {
"description": "Indicates whether a customer is fully onboarded",
"description": "Output only. Indicates whether a customer is fully onboarded",
"readOnly": true,
"type": "boolean"
},
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
}
}
},
"revision": "20240626",
"revision": "20240717",
"rootUrl": "https://cloudcontrolspartner.googleapis.com/",
"schemas": {
"AccessApprovalRequest": {
Expand Down Expand Up @@ -594,14 +594,17 @@
"properties": {
"customerOnboardingState": {
"$ref": "CustomerOnboardingState",
"description": "Container for customer onboarding steps"
"description": "Output only. Container for customer onboarding steps",
"readOnly": true
},
"displayName": {
"description": "The customer organization's display name. E.g. \"google.com\".",
"description": "Output only. The customer organization's display name. E.g. \"google.com\".",
"readOnly": true,
"type": "string"
},
"isOnboarded": {
"description": "Indicates whether a customer is fully onboarded",
"description": "Output only. Indicates whether a customer is fully onboarded",
"readOnly": true,
"type": "boolean"
},
"name": {
Expand Down

0 comments on commit 49a06b9

Please sign in to comment.