ProjectsLocationsNamespacesServicesResource class

Constructors

ProjectsLocationsNamespacesServicesResource(ApiRequester client)

Properties

endpoints ProjectsLocationsNamespacesServicesEndpointsResource
no setter
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(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

Operators

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