You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.contactCenters.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,9 @@ <h3>Method Details</h3>
159
159
"name": "A String", # Name of the component.
160
160
"serviceAttachments": [ # Associated service attachments.
161
161
{ # Container for the VPC-SC networking configurations.
162
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
163
+
"A String",
164
+
],
162
165
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
163
166
},
164
167
],
@@ -169,6 +172,9 @@ <h3>Method Details</h3>
169
172
"name": "A String", # Name of the component.
170
173
"serviceAttachments": [ # Associated service attachments.
171
174
{ # Container for the VPC-SC networking configurations.
175
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
176
+
"A String",
177
+
],
172
178
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
173
179
},
174
180
],
@@ -329,6 +335,9 @@ <h3>Method Details</h3>
329
335
"name": "A String", # Name of the component.
330
336
"serviceAttachments": [ # Associated service attachments.
331
337
{ # Container for the VPC-SC networking configurations.
338
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
339
+
"A String",
340
+
],
332
341
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
333
342
},
334
343
],
@@ -339,6 +348,9 @@ <h3>Method Details</h3>
339
348
"name": "A String", # Name of the component.
340
349
"serviceAttachments": [ # Associated service attachments.
341
350
{ # Container for the VPC-SC networking configurations.
351
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
352
+
"A String",
353
+
],
342
354
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
343
355
},
344
356
],
@@ -439,6 +451,9 @@ <h3>Method Details</h3>
439
451
"name": "A String", # Name of the component.
440
452
"serviceAttachments": [ # Associated service attachments.
441
453
{ # Container for the VPC-SC networking configurations.
454
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
455
+
"A String",
456
+
],
442
457
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
443
458
},
444
459
],
@@ -449,6 +464,9 @@ <h3>Method Details</h3>
449
464
"name": "A String", # Name of the component.
450
465
"serviceAttachments": [ # Associated service attachments.
451
466
{ # Container for the VPC-SC networking configurations.
467
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
468
+
"A String",
469
+
],
452
470
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
453
471
},
454
472
],
@@ -558,6 +576,9 @@ <h3>Method Details</h3>
558
576
"name": "A String", # Name of the component.
559
577
"serviceAttachments": [ # Associated service attachments.
560
578
{ # Container for the VPC-SC networking configurations.
579
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
580
+
"A String",
581
+
],
561
582
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
562
583
},
563
584
],
@@ -568,6 +589,9 @@ <h3>Method Details</h3>
568
589
"name": "A String", # Name of the component.
569
590
"serviceAttachments": [ # Associated service attachments.
570
591
{ # Container for the VPC-SC networking configurations.
592
+
"allowedProjectIds": [ # The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.
593
+
"A String",
594
+
],
571
595
"name": "A String", # The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".
"description": "Container for the VPC-SC networking configurations.",
1167
1167
"id": "ServiceAttachment",
1168
1168
"properties": {
1169
+
"allowedProjectIds": {
1170
+
"description": "The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress service attachments.",
1171
+
"items": {
1172
+
"type": "string"
1173
+
},
1174
+
"type": "array"
1175
+
},
1169
1176
"name": {
1170
1177
"description": "The service attachment name that will be used for sending private traffic to the CCAIP tenant project. Example: \"projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default\".",
0 commit comments