Class AttachedClustersStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • Method Detail

      • applyToAllUnaryMethods

        public AttachedClustersStubSettings.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.

      • unaryMethodSettingsBuilders

        public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>> unaryMethodSettingsBuilders()
      • createAttachedClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAttachedClusterRequest,​com.google.longrunning.Operation> createAttachedClusterSettings()
        Returns the builder for the settings used for calls to createAttachedCluster.
      • createAttachedClusterOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAttachedClusterRequest,​AttachedCluster,​OperationMetadata> createAttachedClusterOperationSettings()
        Returns the builder for the settings used for calls to createAttachedCluster.
      • updateAttachedClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAttachedClusterRequest,​com.google.longrunning.Operation> updateAttachedClusterSettings()
        Returns the builder for the settings used for calls to updateAttachedCluster.
      • updateAttachedClusterOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAttachedClusterRequest,​AttachedCluster,​OperationMetadata> updateAttachedClusterOperationSettings()
        Returns the builder for the settings used for calls to updateAttachedCluster.
      • importAttachedClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportAttachedClusterRequest,​com.google.longrunning.Operation> importAttachedClusterSettings()
        Returns the builder for the settings used for calls to importAttachedCluster.
      • importAttachedClusterOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportAttachedClusterRequest,​AttachedCluster,​OperationMetadata> importAttachedClusterOperationSettings()
        Returns the builder for the settings used for calls to importAttachedCluster.
      • getAttachedClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedClusterRequest,​AttachedCluster> getAttachedClusterSettings()
        Returns the builder for the settings used for calls to getAttachedCluster.
      • deleteAttachedClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAttachedClusterRequest,​com.google.longrunning.Operation> deleteAttachedClusterSettings()
        Returns the builder for the settings used for calls to deleteAttachedCluster.
      • deleteAttachedClusterOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteAttachedClusterRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteAttachedClusterOperationSettings()
        Returns the builder for the settings used for calls to deleteAttachedCluster.
      • getAttachedServerConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedServerConfigRequest,​AttachedServerConfig> getAttachedServerConfigSettings()
        Returns the builder for the settings used for calls to getAttachedServerConfig.