Skip to content

Commit

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

The following keys were added:
- schemas.ContactCenter.properties.privateComponents (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 0bbc65f commit e54edf0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Message describing ContactCenter object Next ID: 16
{ # Message describing ContactCenter object Next ID: 18
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
Expand All @@ -127,6 +127,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # name of resource
&quot;privateComponents&quot;: [ # Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.
&quot;A String&quot;,
],
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
&quot;certificate&quot;: &quot;A String&quot;, # SAML certificate
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user鈥檚 email address
Expand Down Expand Up @@ -226,7 +229,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Message describing ContactCenter object Next ID: 16
{ # Message describing ContactCenter object Next ID: 18
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
Expand All @@ -243,6 +246,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # name of resource
&quot;privateComponents&quot;: [ # Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.
&quot;A String&quot;,
],
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
&quot;certificate&quot;: &quot;A String&quot;, # SAML certificate
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user鈥檚 email address
Expand Down Expand Up @@ -282,7 +288,7 @@ <h3>Method Details</h3>

{ # Message for response to listing ContactCenters
&quot;contactCenters&quot;: [ # The list of ContactCenter
{ # Message describing ContactCenter object Next ID: 16
{ # Message describing ContactCenter object Next ID: 18
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
Expand All @@ -299,6 +305,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # name of resource
&quot;privateComponents&quot;: [ # Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.
&quot;A String&quot;,
],
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
&quot;certificate&quot;: &quot;A String&quot;, # SAML certificate
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user鈥檚 email address
Expand Down Expand Up @@ -347,7 +356,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Message describing ContactCenter object Next ID: 16
{ # Message describing ContactCenter object Next ID: 18
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
Expand All @@ -364,6 +373,9 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # name of resource
&quot;privateComponents&quot;: [ # Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.
&quot;A String&quot;,
],
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
&quot;certificate&quot;: &quot;A String&quot;, # SAML certificate
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user鈥檚 email address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
}
}
},
"revision": "20231213",
"revision": "20240103",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"AdminUser": {
Expand All @@ -537,7 +537,7 @@
"type": "object"
},
"ContactCenter": {
"description": "Message describing ContactCenter object Next ID: 16",
"description": "Message describing ContactCenter object Next ID: 18",
"id": "ContactCenter",
"properties": {
"adminUser": {
Expand Down Expand Up @@ -581,6 +581,14 @@
"description": "name of resource",
"type": "string"
},
"privateComponents": {
"description": "Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"samlParams": {
"$ref": "SAMLParams",
"description": "Optional. Params that sets up Google as IdP."
Expand Down

0 comments on commit e54edf0

Please sign in to comment.