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/accesscontextmanager_v1.services.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -106,18 +106,18 @@ <h3>Method Details</h3>
106
106
Returns:
107
107
An object of the form:
108
108
109
-
{ # `SupportedService` specifies VPC-SC supported service and its properties.
109
+
{ # `SupportedService` specifies the VPC Service Controls and its properties.
110
110
"availableOnRestrictedVip": True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
111
-
"knownLimitations": True or False, # True if the service is supported with some limitations. Check documentation for details.
111
+
"knownLimitations": True or False, # True if the service is supported with some limitations. Check [documentation](https://cloud.google.com/vpc-service-controls/docs/supported-products) for details.
112
112
"name": "A String", # The service name or address of the supported service, such as `service.googleapis.com`.
113
113
"supportStage": "A String", # The support stage of the service.
114
-
"supportedMethods": [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
114
+
"supportedMethods": [ # The list of the supported methods. This field exists only in response to GetSupportedService
115
115
{ # An allowed method or permission of a service specified in ApiOperation.
116
-
"method": "A String", # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
117
-
"permission": "A String", # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
116
+
"method": "A String", # A valid method name for the corresponding `service_name` in ApiOperation. If `*` is used as the value for the `method`, then ALL methods and permissions are allowed.
117
+
"permission": "A String", # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
118
118
},
119
119
],
120
-
"title": "A String", # The name of the supported product, such as 'Cloud Product API'
120
+
"title": "A String", # The name of the supported product, such as 'Cloud Product API'.
121
121
}</pre>
122
122
</div>
123
123
@@ -139,18 +139,18 @@ <h3>Method Details</h3>
139
139
{ # A response to `ListSupportedServicesRequest`.
140
140
"nextPageToken": "A String", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
141
141
"supportedServices": [ # List of services supported by VPC Service Controls instances.
142
-
{ # `SupportedService` specifies VPC-SC supported service and its properties.
142
+
{ # `SupportedService` specifies the VPC Service Controls and its properties.
143
143
"availableOnRestrictedVip": True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
144
-
"knownLimitations": True or False, # True if the service is supported with some limitations. Check documentation for details.
144
+
"knownLimitations": True or False, # True if the service is supported with some limitations. Check [documentation](https://cloud.google.com/vpc-service-controls/docs/supported-products) for details.
145
145
"name": "A String", # The service name or address of the supported service, such as `service.googleapis.com`.
146
146
"supportStage": "A String", # The support stage of the service.
147
-
"supportedMethods": [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
147
+
"supportedMethods": [ # The list of the supported methods. This field exists only in response to GetSupportedService
148
148
{ # An allowed method or permission of a service specified in ApiOperation.
149
-
"method": "A String", # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
150
-
"permission": "A String", # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
149
+
"method": "A String", # A valid method name for the corresponding `service_name` in ApiOperation. If `*` is used as the value for the `method`, then ALL methods and permissions are allowed.
150
+
"permission": "A String", # A valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
151
151
},
152
152
],
153
-
"title": "A String", # The name of the supported product, such as 'Cloud Product API'
153
+
"title": "A String", # The name of the supported product, such as 'Cloud Product API'.
0 commit comments