ProjectsLocationsNamespacesServicesResource class
Methods
-
create(Service request, String parent, {String? serviceId, String? $fields})
→ Future<Service>
-
Creates a service, and returns the new service.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a service.
-
get(String name, {String? $fields})
→ Future<Service>
-
Gets a service.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the IAM Policy for a resource (namespace or service only).
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListServicesResponse>
-
Lists all services belonging to a namespace.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Service request, String name, {String? updateMask, String? $fields})
→ Future<Service>
-
Updates a service.
-
resolve(ResolveServiceRequest request, String name, {String? $fields})
→ Future<ResolveServiceResponse>
-
Returns a service and its associated endpoints.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the IAM Policy for a resource (namespace or service only).
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Tests IAM permissions for a resource (namespace or service only).
-
toString()
→ String
-
A string representation of this object.
inherited