public static class PipelineServiceStubSettings . Builder extends StubSettings . Builder<PipelineServiceStubSettings , PipelineServiceStubSettings . Builder >
Builder for PipelineServiceStubSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
protected Builder ( PipelineServiceStubSettings settings )
Methods
public PipelineServiceStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<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.
public OperationCallSettings . Builder<BatchCancelPipelineJobsRequest , BatchCancelPipelineJobsResponse , BatchCancelPipelineJobsOperationMetadata > batchCancelPipelineJobsOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to batchCancelPipelineJobs.
public UnaryCallSettings . Builder<BatchCancelPipelineJobsRequest , Operation > batchCancelPipelineJobsSettings ()
Returns the builder for the settings used for calls to batchCancelPipelineJobs.
public OperationCallSettings . Builder<BatchDeletePipelineJobsRequest , BatchDeletePipelineJobsResponse , DeleteOperationMetadata > batchDeletePipelineJobsOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to batchDeletePipelineJobs.
public UnaryCallSettings . Builder<BatchDeletePipelineJobsRequest , Operation > batchDeletePipelineJobsSettings ()
Returns the builder for the settings used for calls to batchDeletePipelineJobs.
public PipelineServiceStubSettings build ()
Overrides
public UnaryCallSettings . Builder<CancelPipelineJobRequest , Empty > cancelPipelineJobSettings ()
Returns the builder for the settings used for calls to cancelPipelineJob.
public UnaryCallSettings . Builder<CancelTrainingPipelineRequest , Empty > cancelTrainingPipelineSettings ()
Returns the builder for the settings used for calls to cancelTrainingPipeline.
public UnaryCallSettings . Builder<CreatePipelineJobRequest , PipelineJob > createPipelineJobSettings ()
Returns the builder for the settings used for calls to createPipelineJob.
public UnaryCallSettings . Builder<CreateTrainingPipelineRequest , TrainingPipeline > createTrainingPipelineSettings ()
Returns the builder for the settings used for calls to createTrainingPipeline.
public OperationCallSettings . Builder<DeletePipelineJobRequest , Empty , DeleteOperationMetadata > deletePipelineJobOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deletePipelineJob.
public UnaryCallSettings . Builder<DeletePipelineJobRequest , Operation > deletePipelineJobSettings ()
Returns the builder for the settings used for calls to deletePipelineJob.
public OperationCallSettings . Builder<DeleteTrainingPipelineRequest , Empty , DeleteOperationMetadata > deleteTrainingPipelineOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deleteTrainingPipeline.
public UnaryCallSettings . Builder<DeleteTrainingPipelineRequest , Operation > deleteTrainingPipelineSettings ()
Returns the builder for the settings used for calls to deleteTrainingPipeline.
public String getEndpoint ()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
public UnaryCallSettings . Builder<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the builder for the settings used for calls to getIamPolicy.
Returns Type Description Builder <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallSettings . Builder<GetLocationRequest , Location > getLocationSettings ()
Returns the builder for the settings used for calls to getLocation.
Returns Type Description Builder <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
public UnaryCallSettings . Builder<GetPipelineJobRequest , PipelineJob > getPipelineJobSettings ()
Returns the builder for the settings used for calls to getPipelineJob.
public UnaryCallSettings . Builder<GetTrainingPipelineRequest , TrainingPipeline > getTrainingPipelineSettings ()
Returns the builder for the settings used for calls to getTrainingPipeline.
public PagedCallSettings . Builder<ListLocationsRequest , ListLocationsResponse , PipelineServiceClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the builder for the settings used for calls to listLocations.
public PagedCallSettings . Builder<ListPipelineJobsRequest , ListPipelineJobsResponse , PipelineServiceClient . ListPipelineJobsPagedResponse > listPipelineJobsSettings ()
Returns the builder for the settings used for calls to listPipelineJobs.
public PagedCallSettings . Builder<ListTrainingPipelinesRequest , ListTrainingPipelinesResponse , PipelineServiceClient . ListTrainingPipelinesPagedResponse > listTrainingPipelinesSettings ()
Returns the builder for the settings used for calls to listTrainingPipelines.
public UnaryCallSettings . Builder<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the builder for the settings used for calls to setIamPolicy.
Returns Type Description Builder <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallSettings . Builder<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the builder for the settings used for calls to testIamPermissions.
Returns Type Description Builder <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>