Class ConversationDatasetsStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<ConversationDatasetsStubSettings,ConversationDatasetsStubSettings.Builder>
-
- com.google.cloud.dialogflow.v2.stub.ConversationDatasetsStubSettings.Builder
-
- Enclosing class:
- ConversationDatasetsStubSettings
public static class ConversationDatasetsStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ConversationDatasetsStubSettings,ConversationDatasetsStubSettings.Builder>
Builder for ConversationDatasetsStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(ConversationDatasetsStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationDatasetsStubSettings.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.ConversationDatasetsStubSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateConversationDatasetRequest,ConversationDataset,CreateConversationDatasetOperationMetadata>
createConversationDatasetOperationSettings()
Returns the builder for the settings used for calls to createConversationDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConversationDatasetRequest,com.google.longrunning.Operation>
createConversationDatasetSettings()
Returns the builder for the settings used for calls to createConversationDataset.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteConversationDatasetRequest,com.google.protobuf.Empty,DeleteConversationDatasetOperationMetadata>
deleteConversationDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteConversationDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConversationDatasetRequest,com.google.longrunning.Operation>
deleteConversationDatasetSettings()
Returns the builder for the settings used for calls to deleteConversationDataset.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConversationDatasetRequest,ConversationDataset>
getConversationDatasetSettings()
Returns the builder for the settings used for calls to getConversationDataset.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.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportConversationDataRequest,ImportConversationDataOperationResponse,ImportConversationDataOperationMetadata>
importConversationDataOperationSettings()
Returns the builder for the settings used for calls to importConversationData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportConversationDataRequest,com.google.longrunning.Operation>
importConversationDataSettings()
Returns the builder for the settings used for calls to importConversationData.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationDatasetsRequest,ListConversationDatasetsResponse,ConversationDatasetsClient.ListConversationDatasetsPagedResponse>
listConversationDatasetsSettings()
Returns the builder for the settings used for calls to listConversationDatasets.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ConversationDatasetsClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(ConversationDatasetsStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public ConversationDatasetsStubSettings.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()
-
createConversationDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConversationDatasetRequest,com.google.longrunning.Operation> createConversationDatasetSettings()
Returns the builder for the settings used for calls to createConversationDataset.
-
createConversationDatasetOperationSettings
@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<CreateConversationDatasetRequest,ConversationDataset,CreateConversationDatasetOperationMetadata> createConversationDatasetOperationSettings()
Returns the builder for the settings used for calls to createConversationDataset.
-
getConversationDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConversationDatasetRequest,ConversationDataset> getConversationDatasetSettings()
Returns the builder for the settings used for calls to getConversationDataset.
-
listConversationDatasetsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationDatasetsRequest,ListConversationDatasetsResponse,ConversationDatasetsClient.ListConversationDatasetsPagedResponse> listConversationDatasetsSettings()
Returns the builder for the settings used for calls to listConversationDatasets.
-
deleteConversationDatasetSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteConversationDatasetRequest,com.google.longrunning.Operation> deleteConversationDatasetSettings()
Returns the builder for the settings used for calls to deleteConversationDataset.
-
deleteConversationDatasetOperationSettings
@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<DeleteConversationDatasetRequest,com.google.protobuf.Empty,DeleteConversationDatasetOperationMetadata> deleteConversationDatasetOperationSettings()
Returns the builder for the settings used for calls to deleteConversationDataset.
-
importConversationDataSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportConversationDataRequest,com.google.longrunning.Operation> importConversationDataSettings()
Returns the builder for the settings used for calls to importConversationData.
-
importConversationDataOperationSettings
@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<ImportConversationDataRequest,ImportConversationDataOperationResponse,ImportConversationDataOperationMetadata> importConversationDataOperationSettings()
Returns the builder for the settings used for calls to importConversationData.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ConversationDatasetsClient.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.
-
build
public ConversationDatasetsStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<ConversationDatasetsStubSettings,ConversationDatasetsStubSettings.Builder>
- Throws:
IOException
-
-