ProjectsLocationsAppGateways
class ProjectsLocationsAppGateways extends Resource (View source)
The "appGateways" collection of methods.
Typical usage is:
$beyondcorpService = new Google\Service\BeyondCorp(...);
$appGateways = $beyondcorpService->projects_locations_appGateways;
Methods
Creates a new AppGateway in a given project and location.
Deletes a single AppGateway. (appGateways.delete)
Gets details of a single AppGateway. (appGateways.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (appGateways.getIamPolicy)
Lists AppGateways in a given project and location.
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (appGateways.setIamPolicy)
Calls the Bouncer method ShouldThrottle to check if a request should be throttled. (appGateways.shouldThrottle)
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
Details
GoogleLongrunningOperation
create(string $parent, AppGateway $postBody, array $optParams = [])
Creates a new AppGateway in a given project and location.
(appGateways.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single AppGateway. (appGateways.delete)
AppGateway
get(string $name, array $optParams = [])
Gets details of a single AppGateway. (appGateways.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (appGateways.getIamPolicy)
ListAppGatewaysResponse
listProjectsLocationsAppGateways(string $parent, array $optParams = [])
Lists AppGateways in a given project and location.
(appGateways.listProjectsLocationsAppGateways)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (appGateways.setIamPolicy)
ShouldThrottleResponse
shouldThrottle(string $name, array $optParams = [])
Calls the Bouncer method ShouldThrottle to check if a request should be throttled. (appGateways.shouldThrottle)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (appGateways.testIamPermissions)