Class ClusterControllerSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public ClusterControllerSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>,​Void> settingsUpdater)
        Applies the given settings updater function to all of the unary API methods in this service.

        Note: This method does not support applying settings to streaming methods.

      • createClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,​com.google.longrunning.Operation> createClusterSettings()
        Returns the builder for the settings used for calls to createCluster.
      • createClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,​Cluster,​ClusterOperationMetadata> createClusterOperationSettings()
        Returns the builder for the settings used for calls to createCluster.
      • updateClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,​com.google.longrunning.Operation> updateClusterSettings()
        Returns the builder for the settings used for calls to updateCluster.
      • updateClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,​Cluster,​ClusterOperationMetadata> updateClusterOperationSettings()
        Returns the builder for the settings used for calls to updateCluster.
      • stopClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopClusterRequest,​com.google.longrunning.Operation> stopClusterSettings()
        Returns the builder for the settings used for calls to stopCluster.
      • stopClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<StopClusterRequest,​Cluster,​ClusterOperationMetadata> stopClusterOperationSettings()
        Returns the builder for the settings used for calls to stopCluster.
      • startClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartClusterRequest,​com.google.longrunning.Operation> startClusterSettings()
        Returns the builder for the settings used for calls to startCluster.
      • startClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<StartClusterRequest,​Cluster,​ClusterOperationMetadata> startClusterOperationSettings()
        Returns the builder for the settings used for calls to startCluster.
      • deleteClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,​com.google.longrunning.Operation> deleteClusterSettings()
        Returns the builder for the settings used for calls to deleteCluster.
      • deleteClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteClusterRequest,​com.google.protobuf.Empty,​ClusterOperationMetadata> deleteClusterOperationSettings()
        Returns the builder for the settings used for calls to deleteCluster.
      • getClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,​Cluster> getClusterSettings()
        Returns the builder for the settings used for calls to getCluster.
      • diagnoseClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseClusterRequest,​com.google.longrunning.Operation> diagnoseClusterSettings()
        Returns the builder for the settings used for calls to diagnoseCluster.
      • setIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,​com.google.iam.v1.Policy> setIamPolicySettings()
        Returns the builder for the settings used for calls to setIamPolicy.
      • getIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,​com.google.iam.v1.Policy> getIamPolicySettings()
        Returns the builder for the settings used for calls to getIamPolicy.
      • testIamPermissionsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,​com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
        Returns the builder for the settings used for calls to testIamPermissions.