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 ()  
  
  defaultCredentialsProviderBuilder() 
  
    
public   static   GoogleCredentialsProvider . Builder   defaultCredentialsProviderBuilder ()  
  Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() 
  
    
public   static   InstantiatingExecutorProvider . Builder   defaultExecutorProviderBuilder ()  
  Returns a builder for the default ExecutorProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultGrpcApiClientHeaderProviderBuilder ()  
  
  defaultGrpcTransportProviderBuilder() 
  
    
public   static   InstantiatingGrpcChannelProvider . Builder   defaultGrpcTransportProviderBuilder ()  
  Returns a builder for the default gRPC ChannelProvider for this service.
    
public   static   ApiClientHeaderProvider . Builder   defaultHttpJsonApiClientHeaderProviderBuilder ()  
  
  defaultHttpJsonTransportProviderBuilder() 
  
    
public   static   InstantiatingHttpJsonChannelProvider . Builder   defaultHttpJsonTransportProviderBuilder ()  
  
Beta 
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 a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider() 
  
    
public   static   TransportChannelProvider   defaultTransportChannelProvider ()  
  
  getDefaultEndpoint() 
  
    
public   static   String   getDefaultEndpoint ()  
  
Obsolete 
Use getEndpoint() instead 
This feature is stable for usage in this major version, but may be deprecated in a future release.
 
Returns the default service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  getDefaultMtlsEndpoint() 
  
    
public   static   String   getDefaultMtlsEndpoint ()  
  Returns the default mTLS service endpoint.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  getDefaultServiceScopes() 
  
    
public   static   List<String>   getDefaultServiceScopes ()  
  Returns the default service scopes.
newBuilder() 
  
    
public   static   SpeechStubSettings . Builder   newBuilder ()  
  Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext) 
  
    
public   static   SpeechStubSettings . Builder   newBuilder ( ClientContext   clientContext )  
  Returns a new builder for this class.
newHttpJsonBuilder() 
  
    
public   static   SpeechStubSettings . Builder   newHttpJsonBuilder ()  
  Returns a new REST builder for this class.
Constructors
   
  SpeechStubSettings(SpeechStubSettings.Builder settingsBuilder) 
  
    
protected   SpeechStubSettings ( SpeechStubSettings . Builder   settingsBuilder )  
  
  Methods
   
  batchRecognizeOperationSettings() 
  
    
public   OperationCallSettings<BatchRecognizeRequest , BatchRecognizeResponse , OperationMetadata >  batchRecognizeOperationSettings ()  
  Returns the object with the settings used for calls to batchRecognize.
batchRecognizeSettings() 
  
    
public   UnaryCallSettings<BatchRecognizeRequest , Operation >  batchRecognizeSettings ()  
  Returns the object with the settings used for calls to batchRecognize.
createCustomClassOperationSettings() 
  
    
public   OperationCallSettings<CreateCustomClassRequest , CustomClass , OperationMetadata >  createCustomClassOperationSettings ()  
  Returns the object with the settings used for calls to createCustomClass.
createCustomClassSettings() 
  
    
public   UnaryCallSettings<CreateCustomClassRequest , Operation >  createCustomClassSettings ()  
  Returns the object with the settings used for calls to createCustomClass.
createPhraseSetOperationSettings() 
  
    
public   OperationCallSettings<CreatePhraseSetRequest , PhraseSet , OperationMetadata >  createPhraseSetOperationSettings ()  
  Returns the object with the settings used for calls to createPhraseSet.
createPhraseSetSettings() 
  
    
public   UnaryCallSettings<CreatePhraseSetRequest , Operation >  createPhraseSetSettings ()  
  Returns the object with the settings used for calls to createPhraseSet.
createRecognizerOperationSettings() 
  
    
public   OperationCallSettings<CreateRecognizerRequest , Recognizer , OperationMetadata >  createRecognizerOperationSettings ()  
  Returns the object with the settings used for calls to createRecognizer.
createRecognizerSettings() 
  
    
public   UnaryCallSettings<CreateRecognizerRequest , Operation >  createRecognizerSettings ()  
  Returns the object with the settings used for calls to createRecognizer.
createStub() 
  
    
public   SpeechStub   createStub ()  
  
  
  deleteCustomClassOperationSettings() 
  
    
public   OperationCallSettings<DeleteCustomClassRequest , CustomClass , OperationMetadata >  deleteCustomClassOperationSettings ()  
  Returns the object with the settings used for calls to deleteCustomClass.
deleteCustomClassSettings() 
  
    
public   UnaryCallSettings<DeleteCustomClassRequest , Operation >  deleteCustomClassSettings ()  
  Returns the object with the settings used for calls to deleteCustomClass.
deletePhraseSetOperationSettings() 
  
    
public   OperationCallSettings<DeletePhraseSetRequest , PhraseSet , OperationMetadata >  deletePhraseSetOperationSettings ()  
  Returns the object with the settings used for calls to deletePhraseSet.
deletePhraseSetSettings() 
  
    
public   UnaryCallSettings<DeletePhraseSetRequest , Operation >  deletePhraseSetSettings ()  
  Returns the object with the settings used for calls to deletePhraseSet.
deleteRecognizerOperationSettings() 
  
    
public   OperationCallSettings<DeleteRecognizerRequest , Recognizer , OperationMetadata >  deleteRecognizerOperationSettings ()  
  Returns the object with the settings used for calls to deleteRecognizer.
deleteRecognizerSettings() 
  
    
public   UnaryCallSettings<DeleteRecognizerRequest , Operation >  deleteRecognizerSettings ()  
  Returns the object with the settings used for calls to deleteRecognizer.
getConfigSettings() 
  
    
public   UnaryCallSettings<GetConfigRequest , Config >  getConfigSettings ()  
  Returns the object with the settings used for calls to getConfig.
getCustomClassSettings() 
  
    
public   UnaryCallSettings<GetCustomClassRequest , CustomClass >  getCustomClassSettings ()  
  Returns the object with the settings used for calls to getCustomClass.
getLocationSettings() 
  
    
public   UnaryCallSettings<GetLocationRequest , Location >  getLocationSettings ()  
  Returns the object with the settings used for calls to getLocation.
    
      
        Returns  
      
        Type Description  
      
        UnaryCallSettings <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location > 
     
  
  getPhraseSetSettings() 
  
    
public   UnaryCallSettings<GetPhraseSetRequest , PhraseSet >  getPhraseSetSettings ()  
  Returns the object with the settings used for calls to getPhraseSet.
getRecognizerSettings() 
  
    
public   UnaryCallSettings<GetRecognizerRequest , Recognizer >  getRecognizerSettings ()  
  Returns the object with the settings used for calls to getRecognizer.
getServiceName() 
  
    
public   String   getServiceName ()  
  Returns the default service name.
    
      
        Returns  
      
        Type Description  
      
        String  
     
  
  Overrides 
  
  listCustomClassesSettings() 
  
    
public   PagedCallSettings<ListCustomClassesRequest , ListCustomClassesResponse , SpeechClient . ListCustomClassesPagedResponse >  listCustomClassesSettings ()  
  Returns the object with the settings used for calls to listCustomClasses.
listLocationsSettings() 
  
    
public   PagedCallSettings<ListLocationsRequest , ListLocationsResponse , SpeechClient . ListLocationsPagedResponse >  listLocationsSettings ()  
  Returns the object with the settings used for calls to listLocations.
listPhraseSetsSettings() 
  
    
public   PagedCallSettings<ListPhraseSetsRequest , ListPhraseSetsResponse , SpeechClient . ListPhraseSetsPagedResponse >  listPhraseSetsSettings ()  
  Returns the object with the settings used for calls to listPhraseSets.
    
public   PagedCallSettings<ListRecognizersRequest , ListRecognizersResponse , SpeechClient . ListRecognizersPagedResponse >  listRecognizersSettings ()  
  Returns the object with the settings used for calls to listRecognizers.
recognizeSettings() 
  
    
public   UnaryCallSettings<RecognizeRequest , RecognizeResponse >  recognizeSettings ()  
  Returns the object with the settings used for calls to recognize.
streamingRecognizeSettings() 
  
    
public   StreamingCallSettings<StreamingRecognizeRequest , StreamingRecognizeResponse >  streamingRecognizeSettings ()  
  Returns the object with the settings used for calls to streamingRecognize.
toBuilder() 
  
    
public   SpeechStubSettings . Builder   toBuilder ()  
  Returns a builder containing all the values of this settings class.
Overrides 
  
  undeleteCustomClassOperationSettings() 
  
    
public   OperationCallSettings<UndeleteCustomClassRequest , CustomClass , OperationMetadata >  undeleteCustomClassOperationSettings ()  
  Returns the object with the settings used for calls to undeleteCustomClass.
undeleteCustomClassSettings() 
  
    
public   UnaryCallSettings<UndeleteCustomClassRequest , Operation >  undeleteCustomClassSettings ()  
  Returns the object with the settings used for calls to undeleteCustomClass.
undeletePhraseSetOperationSettings() 
  
    
public   OperationCallSettings<UndeletePhraseSetRequest , PhraseSet , OperationMetadata >  undeletePhraseSetOperationSettings ()  
  Returns the object with the settings used for calls to undeletePhraseSet.
undeletePhraseSetSettings() 
  
    
public   UnaryCallSettings<UndeletePhraseSetRequest , Operation >  undeletePhraseSetSettings ()  
  Returns the object with the settings used for calls to undeletePhraseSet.
undeleteRecognizerOperationSettings() 
  
    
public   OperationCallSettings<UndeleteRecognizerRequest , Recognizer , OperationMetadata >  undeleteRecognizerOperationSettings ()  
  Returns the object with the settings used for calls to undeleteRecognizer.
undeleteRecognizerSettings() 
  
    
public   UnaryCallSettings<UndeleteRecognizerRequest , Operation >  undeleteRecognizerSettings ()  
  Returns the object with the settings used for calls to undeleteRecognizer.
updateConfigSettings() 
  
    
public   UnaryCallSettings<UpdateConfigRequest , Config >  updateConfigSettings ()  
  Returns the object with the settings used for calls to updateConfig.
updateCustomClassOperationSettings() 
  
    
public   OperationCallSettings<UpdateCustomClassRequest , CustomClass , OperationMetadata >  updateCustomClassOperationSettings ()  
  Returns the object with the settings used for calls to updateCustomClass.
updateCustomClassSettings() 
  
    
public   UnaryCallSettings<UpdateCustomClassRequest , Operation >  updateCustomClassSettings ()  
  Returns the object with the settings used for calls to updateCustomClass.
updatePhraseSetOperationSettings() 
  
    
public   OperationCallSettings<UpdatePhraseSetRequest , PhraseSet , OperationMetadata >  updatePhraseSetOperationSettings ()  
  Returns the object with the settings used for calls to updatePhraseSet.
updatePhraseSetSettings() 
  
    
public   UnaryCallSettings<UpdatePhraseSetRequest , Operation >  updatePhraseSetSettings ()  
  Returns the object with the settings used for calls to updatePhraseSet.
updateRecognizerOperationSettings() 
  
    
public   OperationCallSettings<UpdateRecognizerRequest , Recognizer , OperationMetadata >  updateRecognizerOperationSettings ()  
  Returns the object with the settings used for calls to updateRecognizer.
updateRecognizerSettings() 
  
    
public   UnaryCallSettings<UpdateRecognizerRequest , Operation >  updateRecognizerSettings ()  
  Returns the object with the settings used for calls to updateRecognizer.