ProjectsLocationsGatewaysResource class

Constructors

ProjectsLocationsGatewaysResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(ApigatewayGateway request, String parent, {String? gatewayId, String? $fields}) Future<ApigatewayOperation>
Creates a new Gateway in a given project and location.
delete(String name, {String? $fields}) Future<ApigatewayOperation>
Deletes a single Gateway.
get(String name, {String? $fields}) Future<ApigatewayGateway>
Gets details of a single Gateway.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<ApigatewayPolicy>
Gets the access control policy for a resource.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ApigatewayListGatewaysResponse>
Lists Gateways in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ApigatewayGateway request, String name, {String? updateMask, String? $fields}) Future<ApigatewayOperation>
Updates the parameters of a single Gateway.
setIamPolicy(ApigatewaySetIamPolicyRequest request, String resource, {String? $fields}) Future<ApigatewayPolicy>
Sets the access control policy on the specified resource.
testIamPermissions(ApigatewayTestIamPermissionsRequest request, String resource, {String? $fields}) Future<ApigatewayTestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited