Class PipelineServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public PipelineServiceStubSettings.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()
      • createTrainingPipelineSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTrainingPipelineRequest,​TrainingPipeline> createTrainingPipelineSettings()
        Returns the builder for the settings used for calls to createTrainingPipeline.
      • getTrainingPipelineSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrainingPipelineRequest,​TrainingPipeline> getTrainingPipelineSettings()
        Returns the builder for the settings used for calls to getTrainingPipeline.
      • deleteTrainingPipelineSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTrainingPipelineRequest,​com.google.longrunning.Operation> deleteTrainingPipelineSettings()
        Returns the builder for the settings used for calls to deleteTrainingPipeline.
      • deleteTrainingPipelineOperationSettings

        @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<DeleteTrainingPipelineRequest,​com.google.protobuf.Empty,​DeleteOperationMetadata> deleteTrainingPipelineOperationSettings()
        Returns the builder for the settings used for calls to deleteTrainingPipeline.
      • cancelTrainingPipelineSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelTrainingPipelineRequest,​com.google.protobuf.Empty> cancelTrainingPipelineSettings()
        Returns the builder for the settings used for calls to cancelTrainingPipeline.
      • createPipelineJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePipelineJobRequest,​PipelineJob> createPipelineJobSettings()
        Returns the builder for the settings used for calls to createPipelineJob.
      • getPipelineJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPipelineJobRequest,​PipelineJob> getPipelineJobSettings()
        Returns the builder for the settings used for calls to getPipelineJob.
      • deletePipelineJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeletePipelineJobRequest,​com.google.longrunning.Operation> deletePipelineJobSettings()
        Returns the builder for the settings used for calls to deletePipelineJob.
      • deletePipelineJobOperationSettings

        @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<DeletePipelineJobRequest,​com.google.protobuf.Empty,​DeleteOperationMetadata> deletePipelineJobOperationSettings()
        Returns the builder for the settings used for calls to deletePipelineJob.
      • cancelPipelineJobSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelPipelineJobRequest,​com.google.protobuf.Empty> cancelPipelineJobSettings()
        Returns the builder for the settings used for calls to cancelPipelineJob.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​PipelineServiceClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.
      • 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.