ProjectsLocationsServicesResource class

Constructors

ProjectsLocationsServicesResource(ApiRequester client)

Properties

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

Methods

create(GoogleCloudRunV2Service request, String parent, {String? serviceId, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new Service in a given project and location.
delete(String name, {String? etag, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a Service.
get(String name, {String? $fields}) Future<GoogleCloudRunV2Service>
Gets information about a Service.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<GoogleIamV1Policy>
Gets the IAM Access Control policy currently in effect for the given Cloud Run Service.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<GoogleCloudRunV2ListServicesResponse>
Lists Services.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudRunV2Service request, String name, {bool? allowMissing, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Updates a Service.
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
Sets the IAM Access control policy for the specified Service.
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields}) Future<GoogleIamV1TestIamPermissionsResponse>
Returns permissions that a caller has on the specified Project.
toString() String
A string representation of this object.
inherited

Operators

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