public class SpeechStubSettings extends StubSettings<SpeechStubSettings>
Settings class to configure an instance of SpeechStub.
The default instance has everything set to sensible defaults:
- The default service address (speech.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 getRecognizer 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
SpeechStubSettings.Builder speechSettingsBuilder = SpeechStubSettings.newBuilder();
speechSettingsBuilder
.getRecognizerSettings()
.setRetrySettings(
speechSettingsBuilder
.getRecognizerSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
SpeechStubSettings speechSettings = speechSettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
newBuilder()
public static SpeechStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static SpeechStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
newHttpJsonBuilder()
public static SpeechStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
Constructors
SpeechStubSettings(SpeechStubSettings.Builder settingsBuilder)
protected SpeechStubSettings(SpeechStubSettings.Builder settingsBuilder)
Parameter
Methods
batchRecognizeOperationSettings()
public OperationCallSettings<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata> batchRecognizeOperationSettings()
Returns the object with the settings used for calls to batchRecognize.
Returns
batchRecognizeSettings()
public UnaryCallSettings<BatchRecognizeRequest,Operation> batchRecognizeSettings()
Returns the object with the settings used for calls to batchRecognize.
Returns
createCustomClassOperationSettings()
public OperationCallSettings<CreateCustomClassRequest,CustomClass,OperationMetadata> createCustomClassOperationSettings()
Returns the object with the settings used for calls to createCustomClass.
Returns
createCustomClassSettings()
public UnaryCallSettings<CreateCustomClassRequest,Operation> createCustomClassSettings()
Returns the object with the settings used for calls to createCustomClass.
Returns
createPhraseSetOperationSettings()
public OperationCallSettings<CreatePhraseSetRequest,PhraseSet,OperationMetadata> createPhraseSetOperationSettings()
Returns the object with the settings used for calls to createPhraseSet.
Returns
createPhraseSetSettings()
public UnaryCallSettings<CreatePhraseSetRequest,Operation> createPhraseSetSettings()
Returns the object with the settings used for calls to createPhraseSet.
Returns
createRecognizerOperationSettings()
public OperationCallSettings<CreateRecognizerRequest,Recognizer,OperationMetadata> createRecognizerOperationSettings()
Returns the object with the settings used for calls to createRecognizer.
Returns
createRecognizerSettings()
public UnaryCallSettings<CreateRecognizerRequest,Operation> createRecognizerSettings()
Returns the object with the settings used for calls to createRecognizer.
Returns
createStub()
public SpeechStub createStub()
Returns
Exceptions
deleteCustomClassOperationSettings()
public OperationCallSettings<DeleteCustomClassRequest,CustomClass,OperationMetadata> deleteCustomClassOperationSettings()
Returns the object with the settings used for calls to deleteCustomClass.
Returns
deleteCustomClassSettings()
public UnaryCallSettings<DeleteCustomClassRequest,Operation> deleteCustomClassSettings()
Returns the object with the settings used for calls to deleteCustomClass.
Returns
deletePhraseSetOperationSettings()
public OperationCallSettings<DeletePhraseSetRequest,PhraseSet,OperationMetadata> deletePhraseSetOperationSettings()
Returns the object with the settings used for calls to deletePhraseSet.
Returns
deletePhraseSetSettings()
public UnaryCallSettings<DeletePhraseSetRequest,Operation> deletePhraseSetSettings()
Returns the object with the settings used for calls to deletePhraseSet.
Returns
deleteRecognizerOperationSettings()
public OperationCallSettings<DeleteRecognizerRequest,Recognizer,OperationMetadata> deleteRecognizerOperationSettings()
Returns the object with the settings used for calls to deleteRecognizer.
Returns
deleteRecognizerSettings()
public UnaryCallSettings<DeleteRecognizerRequest,Operation> deleteRecognizerSettings()
Returns the object with the settings used for calls to deleteRecognizer.
Returns
getConfigSettings()
public UnaryCallSettings<GetConfigRequest,Config> getConfigSettings()
Returns the object with the settings used for calls to getConfig.
Returns
getCustomClassSettings()
public UnaryCallSettings<GetCustomClassRequest,CustomClass> getCustomClassSettings()
Returns the object with the settings used for calls to getCustomClass.
Returns
getPhraseSetSettings()
public UnaryCallSettings<GetPhraseSetRequest,PhraseSet> getPhraseSetSettings()
Returns the object with the settings used for calls to getPhraseSet.
Returns
getRecognizerSettings()
public UnaryCallSettings<GetRecognizerRequest,Recognizer> getRecognizerSettings()
Returns the object with the settings used for calls to getRecognizer.
Returns
listCustomClassesSettings()
public PagedCallSettings<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse> listCustomClassesSettings()
Returns the object with the settings used for calls to listCustomClasses.
Returns
listPhraseSetsSettings()
public PagedCallSettings<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse> listPhraseSetsSettings()
Returns the object with the settings used for calls to listPhraseSets.
Returns
public PagedCallSettings<ListRecognizersRequest,ListRecognizersResponse,SpeechClient.ListRecognizersPagedResponse> listRecognizersSettings()
Returns the object with the settings used for calls to listRecognizers.
Returns
recognizeSettings()
public UnaryCallSettings<RecognizeRequest,RecognizeResponse> recognizeSettings()
Returns the object with the settings used for calls to recognize.
Returns
streamingRecognizeSettings()
public StreamingCallSettings<StreamingRecognizeRequest,StreamingRecognizeResponse> streamingRecognizeSettings()
Returns the object with the settings used for calls to streamingRecognize.
Returns
toBuilder()
public SpeechStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
undeleteCustomClassOperationSettings()
public OperationCallSettings<UndeleteCustomClassRequest,CustomClass,OperationMetadata> undeleteCustomClassOperationSettings()
Returns the object with the settings used for calls to undeleteCustomClass.
Returns
undeleteCustomClassSettings()
public UnaryCallSettings<UndeleteCustomClassRequest,Operation> undeleteCustomClassSettings()
Returns the object with the settings used for calls to undeleteCustomClass.
Returns
undeletePhraseSetOperationSettings()
public OperationCallSettings<UndeletePhraseSetRequest,PhraseSet,OperationMetadata> undeletePhraseSetOperationSettings()
Returns the object with the settings used for calls to undeletePhraseSet.
Returns
undeletePhraseSetSettings()
public UnaryCallSettings<UndeletePhraseSetRequest,Operation> undeletePhraseSetSettings()
Returns the object with the settings used for calls to undeletePhraseSet.
Returns
undeleteRecognizerOperationSettings()
public OperationCallSettings<UndeleteRecognizerRequest,Recognizer,OperationMetadata> undeleteRecognizerOperationSettings()
Returns the object with the settings used for calls to undeleteRecognizer.
Returns
undeleteRecognizerSettings()
public UnaryCallSettings<UndeleteRecognizerRequest,Operation> undeleteRecognizerSettings()
Returns the object with the settings used for calls to undeleteRecognizer.
Returns
updateConfigSettings()
public UnaryCallSettings<UpdateConfigRequest,Config> updateConfigSettings()
Returns the object with the settings used for calls to updateConfig.
Returns
updateCustomClassOperationSettings()
public OperationCallSettings<UpdateCustomClassRequest,CustomClass,OperationMetadata> updateCustomClassOperationSettings()
Returns the object with the settings used for calls to updateCustomClass.
Returns
updateCustomClassSettings()
public UnaryCallSettings<UpdateCustomClassRequest,Operation> updateCustomClassSettings()
Returns the object with the settings used for calls to updateCustomClass.
Returns
updatePhraseSetOperationSettings()
public OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata> updatePhraseSetOperationSettings()
Returns the object with the settings used for calls to updatePhraseSet.
Returns
updatePhraseSetSettings()
public UnaryCallSettings<UpdatePhraseSetRequest,Operation> updatePhraseSetSettings()
Returns the object with the settings used for calls to updatePhraseSet.
Returns
updateRecognizerOperationSettings()
public OperationCallSettings<UpdateRecognizerRequest,Recognizer,OperationMetadata> updateRecognizerOperationSettings()
Returns the object with the settings used for calls to updateRecognizer.
Returns
updateRecognizerSettings()
public UnaryCallSettings<UpdateRecognizerRequest,Operation> updateRecognizerSettings()
Returns the object with the settings used for calls to updateRecognizer.
Returns