Interface AutoscalingPolicyServiceGrpc.AsyncService

    • Method Detail

      • updateAutoscalingPolicy

        default void updateAutoscalingPolicy​(UpdateAutoscalingPolicyRequest request,
                                             io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)
         Updates (replaces) autoscaling policy.
         Disabled check for update_mask, because all updates will be full
         replacements.
         
      • deleteAutoscalingPolicy

        default void deleteAutoscalingPolicy​(DeleteAutoscalingPolicyRequest request,
                                             io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes an autoscaling policy. It is an error to delete an autoscaling
         policy that is in use by one or more clusters.