This method returns a fully initialized builder object for an IndexingServiceImpl
instance created from defaulted values and configuration parameters. The caller can
optionally use setter methods to make changes on the builder before creating the final
instance by calling build().
Parameters
credentialFactory
defaultConnectorName
public
Set<String>
getApiScopes()
Get scopes to be used while making Google API requests.
Returns
set of scopes to be used.
public
AbstractGoogleJsonClient.Builder
getServiceBuilder(HttpTransport transport, JsonFactory jsonFactory, HttpRequestInitializer requestInitializer)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`IndexingServiceImpl.Builder` helps construct `IndexingServiceImpl` instances for interacting with the Google Cloud Search Indexing API."],["It provides methods for setting various configurations like connector ID, content upload settings, and request modes."],["`fromConfiguration` generates a builder instance using configuration parameters, streamlining the setup process."],["`build` finalizes the configuration and returns an `IndexingServiceImpl` ready for use."],["Developers can customize the builder using various setter methods before creating the `IndexingServiceImpl` instance."]]],[]]