ProjectsLocationsApplicationsResource class
Methods
-
create(Application request, String parent, {String? applicationId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates an Application in a host project and location.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes an Application in a host project and location.
-
get(String name, {String? $fields})
→ Future<Application>
-
Gets an Application in a host project and location.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListApplicationsResponse>
-
Lists Applications in a host project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Application request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates an Application in a host project and location.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited