Class ServicesGrpc.ServicesBlockingStub

  • Enclosing class:
    ServicesGrpc

    public static final class ServicesGrpc.ServicesBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<ServicesGrpc.ServicesBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service Services.
     Cloud Run Service Control Plane API
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • createService

        public com.google.longrunning.Operation createService​(CreateServiceRequest request)
         Creates a new Service in a given project and location.
         
      • updateService

        public com.google.longrunning.Operation updateService​(UpdateServiceRequest request)
         Updates a Service.
         
      • deleteService

        public com.google.longrunning.Operation deleteService​(DeleteServiceRequest request)
         Deletes a Service.
         This will cause the Service to stop serving traffic and will delete all
         revisions.
         
      • getIamPolicy

        public com.google.iam.v1.Policy getIamPolicy​(com.google.iam.v1.GetIamPolicyRequest request)
         Gets the IAM Access Control policy currently in effect for the given
         Cloud Run Service. This result does not include any inherited policies.
         
      • setIamPolicy

        public com.google.iam.v1.Policy setIamPolicy​(com.google.iam.v1.SetIamPolicyRequest request)
         Sets the IAM Access control policy for the specified Service. Overwrites
         any existing policy.
         
      • testIamPermissions

        public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions​(com.google.iam.v1.TestIamPermissionsRequest request)
         Returns permissions that a caller has on the specified Project.
         There are no permissions required for making this API call.