Class FlowsSettings (0.48.0)

public class FlowsSettings extends ClientSettings<FlowsSettings>

Settings class to configure an instance of FlowsClient.

The default instance has everything set to sensible defaults:

  • The default service address (dialogflow.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createFlow to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 FlowsSettings.Builder flowsSettingsBuilder = FlowsSettings.newBuilder();
 flowsSettingsBuilder
     .createFlowSettings()
     .setRetrySettings(
         flowsSettingsBuilder
             .createFlowSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 FlowsSettings flowsSettings = flowsSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > FlowsSettings

Static Methods

create(FlowsStubSettings stub)

public static final FlowsSettings create(FlowsStubSettings stub)
Parameter
NameDescription
stubFlowsStubSettings
Returns
TypeDescription
FlowsSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static FlowsSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
FlowsSettings.Builder

newBuilder(ClientContext clientContext)

public static FlowsSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
FlowsSettings.Builder

newHttpJsonBuilder()

public static FlowsSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
FlowsSettings.Builder

Constructors

FlowsSettings(FlowsSettings.Builder settingsBuilder)

protected FlowsSettings(FlowsSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderFlowsSettings.Builder

Methods

createFlowSettings()

public UnaryCallSettings<CreateFlowRequest,Flow> createFlowSettings()

Returns the object with the settings used for calls to createFlow.

Returns
TypeDescription
UnaryCallSettings<CreateFlowRequest,Flow>

deleteFlowSettings()

public UnaryCallSettings<DeleteFlowRequest,Empty> deleteFlowSettings()

Returns the object with the settings used for calls to deleteFlow.

Returns
TypeDescription
UnaryCallSettings<DeleteFlowRequest,Empty>

exportFlowOperationSettings()

public OperationCallSettings<ExportFlowRequest,ExportFlowResponse,Struct> exportFlowOperationSettings()

Returns the object with the settings used for calls to exportFlow.

Returns
TypeDescription
OperationCallSettings<ExportFlowRequest,ExportFlowResponse,Struct>

exportFlowSettings()

public UnaryCallSettings<ExportFlowRequest,Operation> exportFlowSettings()

Returns the object with the settings used for calls to exportFlow.

Returns
TypeDescription
UnaryCallSettings<ExportFlowRequest,Operation>

getFlowSettings()

public UnaryCallSettings<GetFlowRequest,Flow> getFlowSettings()

Returns the object with the settings used for calls to getFlow.

Returns
TypeDescription
UnaryCallSettings<GetFlowRequest,Flow>

getFlowValidationResultSettings()

public UnaryCallSettings<GetFlowValidationResultRequest,FlowValidationResult> getFlowValidationResultSettings()

Returns the object with the settings used for calls to getFlowValidationResult.

Returns
TypeDescription
UnaryCallSettings<GetFlowValidationResultRequest,FlowValidationResult>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

importFlowOperationSettings()

public OperationCallSettings<ImportFlowRequest,ImportFlowResponse,Struct> importFlowOperationSettings()

Returns the object with the settings used for calls to importFlow.

Returns
TypeDescription
OperationCallSettings<ImportFlowRequest,ImportFlowResponse,Struct>

importFlowSettings()

public UnaryCallSettings<ImportFlowRequest,Operation> importFlowSettings()

Returns the object with the settings used for calls to importFlow.

Returns
TypeDescription
UnaryCallSettings<ImportFlowRequest,Operation>

listFlowsSettings()

public PagedCallSettings<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse> listFlowsSettings()

Returns the object with the settings used for calls to listFlows.

Returns
TypeDescription
PagedCallSettings<ListFlowsRequest,ListFlowsResponse,ListFlowsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,FlowsClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

toBuilder()

public FlowsSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
FlowsSettings.Builder
Overrides

trainFlowOperationSettings()

public OperationCallSettings<TrainFlowRequest,Empty,Struct> trainFlowOperationSettings()

Returns the object with the settings used for calls to trainFlow.

Returns
TypeDescription
OperationCallSettings<TrainFlowRequest,Empty,Struct>

trainFlowSettings()

public UnaryCallSettings<TrainFlowRequest,Operation> trainFlowSettings()

Returns the object with the settings used for calls to trainFlow.

Returns
TypeDescription
UnaryCallSettings<TrainFlowRequest,Operation>

updateFlowSettings()

public UnaryCallSettings<UpdateFlowRequest,Flow> updateFlowSettings()

Returns the object with the settings used for calls to updateFlow.

Returns
TypeDescription
UnaryCallSettings<UpdateFlowRequest,Flow>

validateFlowSettings()

public UnaryCallSettings<ValidateFlowRequest,FlowValidationResult> validateFlowSettings()

Returns the object with the settings used for calls to validateFlow.

Returns
TypeDescription
UnaryCallSettings<ValidateFlowRequest,FlowValidationResult>