Class JobServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public JobServiceStubSettings.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()
      • createJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,​Job> createJobSettings()
        Returns the builder for the settings used for calls to createJob.
      • batchCreateJobsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateJobsRequest,​com.google.longrunning.Operation> batchCreateJobsSettings()
        Returns the builder for the settings used for calls to batchCreateJobs.
      • batchCreateJobsOperationSettings

        @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<BatchCreateJobsRequest,​BatchCreateJobsResponse,​BatchOperationMetadata> batchCreateJobsOperationSettings()
        Returns the builder for the settings used for calls to batchCreateJobs.
      • getJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,​Job> getJobSettings()
        Returns the builder for the settings used for calls to getJob.
      • updateJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,​Job> updateJobSettings()
        Returns the builder for the settings used for calls to updateJob.
      • batchUpdateJobsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateJobsRequest,​com.google.longrunning.Operation> batchUpdateJobsSettings()
        Returns the builder for the settings used for calls to batchUpdateJobs.
      • batchUpdateJobsOperationSettings

        @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<BatchUpdateJobsRequest,​BatchUpdateJobsResponse,​BatchOperationMetadata> batchUpdateJobsOperationSettings()
        Returns the builder for the settings used for calls to batchUpdateJobs.
      • deleteJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteJobRequest,​com.google.protobuf.Empty> deleteJobSettings()
        Returns the builder for the settings used for calls to deleteJob.
      • batchDeleteJobsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteJobsRequest,​com.google.longrunning.Operation> batchDeleteJobsSettings()
        Returns the builder for the settings used for calls to batchDeleteJobs.
      • batchDeleteJobsOperationSettings

        @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<BatchDeleteJobsRequest,​BatchDeleteJobsResponse,​BatchOperationMetadata> batchDeleteJobsOperationSettings()
        Returns the builder for the settings used for calls to batchDeleteJobs.
      • searchJobsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchJobsRequest,​SearchJobsResponse> searchJobsSettings()
        Returns the builder for the settings used for calls to searchJobs.
      • searchJobsForAlertSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchJobsRequest,​SearchJobsResponse> searchJobsForAlertSettings()
        Returns the builder for the settings used for calls to searchJobsForAlert.