Send feedback
Class RapidMigrationAssessmentStubSettings.Builder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static class RapidMigrationAssessmentStubSettings . Builder extends StubSettings . Builder<RapidMigrationAssessmentStubSettings , RapidMigrationAssessmentStubSettings . Builder >
Builder for RapidMigrationAssessmentStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(RapidMigrationAssessmentStubSettings settings)
protected Builder ( RapidMigrationAssessmentStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public RapidMigrationAssessmentStubSettings . 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.
build()
public RapidMigrationAssessmentStubSettings build ()
Overrides
createAnnotationOperationSettings()
public OperationCallSettings . Builder<CreateAnnotationRequest , Annotation , OperationMetadata > createAnnotationOperationSettings ()
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 createAnnotation.
createAnnotationSettings()
public UnaryCallSettings . Builder<CreateAnnotationRequest , Operation > createAnnotationSettings ()
Returns the builder for the settings used for calls to createAnnotation.
createCollectorOperationSettings()
public OperationCallSettings . Builder<CreateCollectorRequest , Collector , OperationMetadata > createCollectorOperationSettings ()
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 createCollector.
createCollectorSettings()
public UnaryCallSettings . Builder<CreateCollectorRequest , Operation > createCollectorSettings ()
Returns the builder for the settings used for calls to createCollector.
deleteCollectorOperationSettings()
public OperationCallSettings . Builder<DeleteCollectorRequest , Collector , OperationMetadata > deleteCollectorOperationSettings ()
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 deleteCollector.
deleteCollectorSettings()
public UnaryCallSettings . Builder<DeleteCollectorRequest , Operation > deleteCollectorSettings ()
Returns the builder for the settings used for calls to deleteCollector.
getAnnotationSettings()
public UnaryCallSettings . Builder<GetAnnotationRequest , Annotation > getAnnotationSettings ()
Returns the builder for the settings used for calls to getAnnotation.
getCollectorSettings()
public UnaryCallSettings . Builder<GetCollectorRequest , Collector > getCollectorSettings ()
Returns the builder for the settings used for calls to getCollector.
getEndpoint()
public String getEndpoint ()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
getLocationSettings()
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 PagedCallSettings . Builder<ListCollectorsRequest , ListCollectorsResponse , RapidMigrationAssessmentClient . ListCollectorsPagedResponse > listCollectorsSettings ()
Returns the builder for the settings used for calls to listCollectors.
listLocationsSettings()
public PagedCallSettings . Builder<ListLocationsRequest , ListLocationsResponse , RapidMigrationAssessmentClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the builder for the settings used for calls to listLocations.
pauseCollectorOperationSettings()
public OperationCallSettings . Builder<PauseCollectorRequest , Collector , OperationMetadata > pauseCollectorOperationSettings ()
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 pauseCollector.
pauseCollectorSettings()
public UnaryCallSettings . Builder<PauseCollectorRequest , Operation > pauseCollectorSettings ()
Returns the builder for the settings used for calls to pauseCollector.
registerCollectorOperationSettings()
public OperationCallSettings . Builder<RegisterCollectorRequest , Collector , OperationMetadata > registerCollectorOperationSettings ()
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 registerCollector.
registerCollectorSettings()
public UnaryCallSettings . Builder<RegisterCollectorRequest , Operation > registerCollectorSettings ()
Returns the builder for the settings used for calls to registerCollector.
resumeCollectorOperationSettings()
public OperationCallSettings . Builder<ResumeCollectorRequest , Collector , OperationMetadata > resumeCollectorOperationSettings ()
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 resumeCollector.
resumeCollectorSettings()
public UnaryCallSettings . Builder<ResumeCollectorRequest , Operation > resumeCollectorSettings ()
Returns the builder for the settings used for calls to resumeCollector.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateCollectorOperationSettings()
public OperationCallSettings . Builder<UpdateCollectorRequest , Collector , OperationMetadata > updateCollectorOperationSettings ()
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 updateCollector.
updateCollectorSettings()
public UnaryCallSettings . Builder<UpdateCollectorRequest , Operation > updateCollectorSettings ()
Returns the builder for the settings used for calls to updateCollector.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]