lib/google/cloud/run/v2/service_services_pb.rb in google-cloud-run-v2-0.4.0 vs lib/google/cloud/run/v2/service_services_pb.rb in google-cloud-run-v2-0.5.0
- old
+ new
@@ -35,18 +35,18 @@
# Creates a new Service in a given project and location.
rpc :CreateService, ::Google::Cloud::Run::V2::CreateServiceRequest, ::Google::Longrunning::Operation
# Gets information about a Service.
rpc :GetService, ::Google::Cloud::Run::V2::GetServiceRequest, ::Google::Cloud::Run::V2::Service
- # List Services.
+ # Lists Services.
rpc :ListServices, ::Google::Cloud::Run::V2::ListServicesRequest, ::Google::Cloud::Run::V2::ListServicesResponse
# Updates a Service.
rpc :UpdateService, ::Google::Cloud::Run::V2::UpdateServiceRequest, ::Google::Longrunning::Operation
# Deletes a Service.
# This will cause the Service to stop serving traffic and will delete all
# revisions.
rpc :DeleteService, ::Google::Cloud::Run::V2::DeleteServiceRequest, ::Google::Longrunning::Operation
- # Get the IAM Access Control policy currently in effect for the given
+ # Gets the IAM Access Control policy currently in effect for the given
# Cloud Run Service. This result does not include any inherited policies.
rpc :GetIamPolicy, ::Google::Iam::V1::GetIamPolicyRequest, ::Google::Iam::V1::Policy
# Sets the IAM Access control policy for the specified Service. Overwrites
# any existing policy.
rpc :SetIamPolicy, ::Google::Iam::V1::SetIamPolicyRequest, ::Google::Iam::V1::Policy