ProjectsLocationsApisConfigsResource class

Constructors

ProjectsLocationsApisConfigsResource(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(ApigatewayApiConfig request, String parent, {String? apiConfigId, String? $fields}) Future<ApigatewayOperation>
Creates a new ApiConfig in a given project and location.
delete(String name, {String? $fields}) Future<ApigatewayOperation>
Deletes a single ApiConfig.
get(String name, {String? view, String? $fields}) Future<ApigatewayApiConfig>
Gets details of a single ApiConfig.
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<ApigatewayListApiConfigsResponse>
Lists ApiConfigs in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ApigatewayApiConfig request, String name, {String? updateMask, String? $fields}) Future<ApigatewayOperation>
Updates the parameters of a single ApiConfig.
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