@Generated(value="by gapic-generator-java") public class WarehouseStubSettings extends com.google.api.gax.rpc.StubSettings<WarehouseStubSettings>
WarehouseStub.
The default instance has everything set to sensible defaults:
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 [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings) of createAsset:
// 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
WarehouseStubSettings.Builder warehouseSettingsBuilder = WarehouseStubSettings.newBuilder();
warehouseSettingsBuilder
.createAssetSettings()
.setRetrySettings(
warehouseSettingsBuilder
.createAssetSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
WarehouseStubSettings warehouseSettings = warehouseSettingsBuilder.build();
Please refer to the [Client Side Retry
Guide](https://github.com/googleapis/google-cloud-java/blob/main/docs/client_retries.md) for
additional support in setting retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for deleteAsset:
// 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
WarehouseStubSettings.Builder warehouseSettingsBuilder = WarehouseStubSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
warehouseSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
WarehouseStubSettings.Builder
Builder for WarehouseStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WarehouseStubSettings(WarehouseStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<AddCollectionItemRequest,AddCollectionItemResponse> |
addCollectionItemSettings()
Returns the object with the settings used for calls to addCollectionItem.
|
com.google.api.gax.rpc.OperationCallSettings<AnalyzeAssetRequest,AnalyzeAssetResponse,AnalyzeAssetMetadata> |
analyzeAssetOperationSettings()
Returns the object with the settings used for calls to analyzeAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeAssetRequest,com.google.longrunning.Operation> |
analyzeAssetSettings()
Returns the object with the settings used for calls to analyzeAsset.
|
com.google.api.gax.rpc.OperationCallSettings<AnalyzeCorpusRequest,AnalyzeCorpusResponse,AnalyzeCorpusMetadata> |
analyzeCorpusOperationSettings()
Returns the object with the settings used for calls to analyzeCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeCorpusRequest,com.google.longrunning.Operation> |
analyzeCorpusSettings()
Returns the object with the settings used for calls to analyzeCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<ClipAssetRequest,ClipAssetResponse> |
clipAssetSettings()
Returns the object with the settings used for calls to clipAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAnnotationRequest,Annotation> |
createAnnotationSettings()
Returns the object with the settings used for calls to createAnnotation.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAssetRequest,Asset> |
createAssetSettings()
Returns the object with the settings used for calls to createAsset.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCollectionRequest,Collection,CreateCollectionMetadata> |
createCollectionOperationSettings()
Returns the object with the settings used for calls to createCollection.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCollectionRequest,com.google.longrunning.Operation> |
createCollectionSettings()
Returns the object with the settings used for calls to createCollection.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCorpusRequest,Corpus,CreateCorpusMetadata> |
createCorpusOperationSettings()
Returns the object with the settings used for calls to createCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCorpusRequest,com.google.longrunning.Operation> |
createCorpusSettings()
Returns the object with the settings used for calls to createCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateDataSchemaRequest,DataSchema> |
createDataSchemaSettings()
Returns the object with the settings used for calls to createDataSchema.
|
com.google.api.gax.rpc.OperationCallSettings<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointMetadata> |
createIndexEndpointOperationSettings()
Returns the object with the settings used for calls to createIndexEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateIndexEndpointRequest,com.google.longrunning.Operation> |
createIndexEndpointSettings()
Returns the object with the settings used for calls to createIndexEndpoint.
|
com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,CreateIndexMetadata> |
createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation> |
createIndexSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSearchConfigRequest,SearchConfig> |
createSearchConfigSettings()
Returns the object with the settings used for calls to createSearchConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSearchHypernymRequest,SearchHypernym> |
createSearchHypernymSettings()
Returns the object with the settings used for calls to createSearchHypernym.
|
WarehouseStub |
createStub() |
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultGrpcApiClientHeaderProviderBuilder() |
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultHttpJsonApiClientHeaderProviderBuilder() |
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteAnnotationRequest,com.google.protobuf.Empty> |
deleteAnnotationSettings()
Returns the object with the settings used for calls to deleteAnnotation.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteAssetRequest,com.google.protobuf.Empty,DeleteAssetMetadata> |
deleteAssetOperationSettings()
Returns the object with the settings used for calls to deleteAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAssetRequest,com.google.longrunning.Operation> |
deleteAssetSettings()
Returns the object with the settings used for calls to deleteAsset.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCollectionRequest,com.google.protobuf.Empty,DeleteCollectionMetadata> |
deleteCollectionOperationSettings()
Returns the object with the settings used for calls to deleteCollection.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCollectionRequest,com.google.longrunning.Operation> |
deleteCollectionSettings()
Returns the object with the settings used for calls to deleteCollection.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCorpusRequest,com.google.protobuf.Empty> |
deleteCorpusSettings()
Returns the object with the settings used for calls to deleteCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteDataSchemaRequest,com.google.protobuf.Empty> |
deleteDataSchemaSettings()
Returns the object with the settings used for calls to deleteDataSchema.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteIndexEndpointRequest,com.google.protobuf.Empty,DeleteIndexEndpointMetadata> |
deleteIndexEndpointOperationSettings()
Returns the object with the settings used for calls to deleteIndexEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexEndpointRequest,com.google.longrunning.Operation> |
deleteIndexEndpointSettings()
Returns the object with the settings used for calls to deleteIndexEndpoint.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,com.google.protobuf.Empty,DeleteIndexMetadata> |
deleteIndexOperationSettings()
Returns the object with the settings used for calls to deleteIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.longrunning.Operation> |
deleteIndexSettings()
Returns the object with the settings used for calls to deleteIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSearchConfigRequest,com.google.protobuf.Empty> |
deleteSearchConfigSettings()
Returns the object with the settings used for calls to deleteSearchConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSearchHypernymRequest,com.google.protobuf.Empty> |
deleteSearchHypernymSettings()
Returns the object with the settings used for calls to deleteSearchHypernym.
|
com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexMetadata> |
deployIndexOperationSettings()
Returns the object with the settings used for calls to deployIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<DeployIndexRequest,com.google.longrunning.Operation> |
deployIndexSettings()
Returns the object with the settings used for calls to deployIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<GenerateHlsUriRequest,GenerateHlsUriResponse> |
generateHlsUriSettings()
Returns the object with the settings used for calls to generateHlsUri.
|
com.google.api.gax.rpc.UnaryCallSettings<GenerateRetrievalUrlRequest,GenerateRetrievalUrlResponse> |
generateRetrievalUrlSettings()
Returns the object with the settings used for calls to generateRetrievalUrl.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationRequest,Annotation> |
getAnnotationSettings()
Returns the object with the settings used for calls to getAnnotation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset> |
getAssetSettings()
Returns the object with the settings used for calls to getAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCollectionRequest,Collection> |
getCollectionSettings()
Returns the object with the settings used for calls to getCollection.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCorpusRequest,Corpus> |
getCorpusSettings()
Returns the object with the settings used for calls to getCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDataSchemaRequest,DataSchema> |
getDataSchemaSettings()
Returns the object with the settings used for calls to getDataSchema.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIndexEndpointRequest,IndexEndpoint> |
getIndexEndpointSettings()
Returns the object with the settings used for calls to getIndexEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSearchConfigRequest,SearchConfig> |
getSearchConfigSettings()
Returns the object with the settings used for calls to getSearchConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSearchHypernymRequest,SearchHypernym> |
getSearchHypernymSettings()
Returns the object with the settings used for calls to getSearchHypernym.
|
String |
getServiceName()
Returns the default service name.
|
com.google.api.gax.rpc.OperationCallSettings<ImportAssetsRequest,ImportAssetsResponse,ImportAssetsMetadata> |
importAssetsOperationSettings()
Returns the object with the settings used for calls to importAssets.
|
com.google.api.gax.rpc.UnaryCallSettings<ImportAssetsRequest,com.google.longrunning.Operation> |
importAssetsSettings()
Returns the object with the settings used for calls to importAssets.
|
com.google.api.gax.rpc.OperationCallSettings<IndexAssetRequest,IndexAssetResponse,IndexAssetMetadata> |
indexAssetOperationSettings()
Returns the object with the settings used for calls to indexAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<IndexAssetRequest,com.google.longrunning.Operation> |
indexAssetSettings()
Returns the object with the settings used for calls to indexAsset.
|
com.google.api.gax.rpc.StreamingCallSettings<IngestAssetRequest,IngestAssetResponse> |
ingestAssetSettings()
Returns the object with the settings used for calls to ingestAsset.
|
com.google.api.gax.rpc.PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse,WarehouseClient.ListAnnotationsPagedResponse> |
listAnnotationsSettings()
Returns the object with the settings used for calls to listAnnotations.
|
com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,WarehouseClient.ListAssetsPagedResponse> |
listAssetsSettings()
Returns the object with the settings used for calls to listAssets.
|
com.google.api.gax.rpc.PagedCallSettings<ListCollectionsRequest,ListCollectionsResponse,WarehouseClient.ListCollectionsPagedResponse> |
listCollectionsSettings()
Returns the object with the settings used for calls to listCollections.
|
com.google.api.gax.rpc.PagedCallSettings<ListCorporaRequest,ListCorporaResponse,WarehouseClient.ListCorporaPagedResponse> |
listCorporaSettings()
Returns the object with the settings used for calls to listCorpora.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataSchemasRequest,ListDataSchemasResponse,WarehouseClient.ListDataSchemasPagedResponse> |
listDataSchemasSettings()
Returns the object with the settings used for calls to listDataSchemas.
|
com.google.api.gax.rpc.PagedCallSettings<ListIndexEndpointsRequest,ListIndexEndpointsResponse,WarehouseClient.ListIndexEndpointsPagedResponse> |
listIndexEndpointsSettings()
Returns the object with the settings used for calls to listIndexEndpoints.
|
com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,WarehouseClient.ListIndexesPagedResponse> |
listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
|
com.google.api.gax.rpc.PagedCallSettings<ListSearchConfigsRequest,ListSearchConfigsResponse,WarehouseClient.ListSearchConfigsPagedResponse> |
listSearchConfigsSettings()
Returns the object with the settings used for calls to listSearchConfigs.
|
com.google.api.gax.rpc.PagedCallSettings<ListSearchHypernymsRequest,ListSearchHypernymsResponse,WarehouseClient.ListSearchHypernymsPagedResponse> |
listSearchHypernymsSettings()
Returns the object with the settings used for calls to listSearchHypernyms.
|
static WarehouseStubSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static WarehouseStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static WarehouseStubSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RemoveCollectionItemRequest,RemoveCollectionItemResponse> |
removeCollectionItemSettings()
Returns the object with the settings used for calls to removeCollectionItem.
|
com.google.api.gax.rpc.OperationCallSettings<RemoveIndexAssetRequest,RemoveIndexAssetResponse,RemoveIndexAssetMetadata> |
removeIndexAssetOperationSettings()
Returns the object with the settings used for calls to removeIndexAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<RemoveIndexAssetRequest,com.google.longrunning.Operation> |
removeIndexAssetSettings()
Returns the object with the settings used for calls to removeIndexAsset.
|
com.google.api.gax.rpc.PagedCallSettings<SearchAssetsRequest,SearchAssetsResponse,WarehouseClient.SearchAssetsPagedResponse> |
searchAssetsSettings()
Returns the object with the settings used for calls to searchAssets.
|
com.google.api.gax.rpc.PagedCallSettings<SearchIndexEndpointRequest,SearchIndexEndpointResponse,WarehouseClient.SearchIndexEndpointPagedResponse> |
searchIndexEndpointSettings()
Returns the object with the settings used for calls to searchIndexEndpoint.
|
WarehouseStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexMetadata> |
undeployIndexOperationSettings()
Returns the object with the settings used for calls to undeployIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<UndeployIndexRequest,com.google.longrunning.Operation> |
undeployIndexSettings()
Returns the object with the settings used for calls to undeployIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAnnotationRequest,Annotation> |
updateAnnotationSettings()
Returns the object with the settings used for calls to updateAnnotation.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,Asset> |
updateAssetSettings()
Returns the object with the settings used for calls to updateAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCollectionRequest,Collection> |
updateCollectionSettings()
Returns the object with the settings used for calls to updateCollection.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCorpusRequest,Corpus> |
updateCorpusSettings()
Returns the object with the settings used for calls to updateCorpus.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateDataSchemaRequest,DataSchema> |
updateDataSchemaSettings()
Returns the object with the settings used for calls to updateDataSchema.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateIndexEndpointRequest,IndexEndpoint,UpdateIndexEndpointMetadata> |
updateIndexEndpointOperationSettings()
Returns the object with the settings used for calls to updateIndexEndpoint.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexEndpointRequest,com.google.longrunning.Operation> |
updateIndexEndpointSettings()
Returns the object with the settings used for calls to updateIndexEndpoint.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateIndexRequest,Index,UpdateIndexMetadata> |
updateIndexOperationSettings()
Returns the object with the settings used for calls to updateIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexRequest,com.google.longrunning.Operation> |
updateIndexSettings()
Returns the object with the settings used for calls to updateIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSearchConfigRequest,SearchConfig> |
updateSearchConfigSettings()
Returns the object with the settings used for calls to updateSearchConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSearchHypernymRequest,SearchHypernym> |
updateSearchHypernymSettings()
Returns the object with the settings used for calls to updateSearchHypernym.
|
com.google.api.gax.rpc.OperationCallSettings<UploadAssetRequest,UploadAssetResponse,UploadAssetMetadata> |
uploadAssetOperationSettings()
Returns the object with the settings used for calls to uploadAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<UploadAssetRequest,com.google.longrunning.Operation> |
uploadAssetSettings()
Returns the object with the settings used for calls to uploadAsset.
|
com.google.api.gax.rpc.PagedCallSettings<ViewCollectionItemsRequest,ViewCollectionItemsResponse,WarehouseClient.ViewCollectionItemsPagedResponse> |
viewCollectionItemsSettings()
Returns the object with the settings used for calls to viewCollectionItems.
|
com.google.api.gax.rpc.PagedCallSettings<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,WarehouseClient.ViewIndexedAssetsPagedResponse> |
viewIndexedAssetsSettings()
Returns the object with the settings used for calls to viewIndexedAssets.
|
getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toStringprotected WarehouseStubSettings(WarehouseStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateAssetRequest,Asset> createAssetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,Asset> updateAssetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset> getAssetSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,WarehouseClient.ListAssetsPagedResponse> listAssetsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAssetRequest,com.google.longrunning.Operation> deleteAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAssetRequest,com.google.protobuf.Empty,DeleteAssetMetadata> deleteAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UploadAssetRequest,com.google.longrunning.Operation> uploadAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<UploadAssetRequest,UploadAssetResponse,UploadAssetMetadata> uploadAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateRetrievalUrlRequest,GenerateRetrievalUrlResponse> generateRetrievalUrlSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AnalyzeAssetRequest,com.google.longrunning.Operation> analyzeAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<AnalyzeAssetRequest,AnalyzeAssetResponse,AnalyzeAssetMetadata> analyzeAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<IndexAssetRequest,com.google.longrunning.Operation> indexAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<IndexAssetRequest,IndexAssetResponse,IndexAssetMetadata> indexAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RemoveIndexAssetRequest,com.google.longrunning.Operation> removeIndexAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<RemoveIndexAssetRequest,RemoveIndexAssetResponse,RemoveIndexAssetMetadata> removeIndexAssetOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse,WarehouseClient.ViewIndexedAssetsPagedResponse> viewIndexedAssetsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation> createIndexSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,CreateIndexMetadata> createIndexOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexRequest,com.google.longrunning.Operation> updateIndexSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateIndexRequest,Index,UpdateIndexMetadata> updateIndexOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> getIndexSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,WarehouseClient.ListIndexesPagedResponse> listIndexesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.longrunning.Operation> deleteIndexSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,com.google.protobuf.Empty,DeleteIndexMetadata> deleteIndexOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCorpusRequest,com.google.longrunning.Operation> createCorpusSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCorpusRequest,Corpus,CreateCorpusMetadata> createCorpusOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCorpusRequest,Corpus> getCorpusSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCorpusRequest,Corpus> updateCorpusSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCorporaRequest,ListCorporaResponse,WarehouseClient.ListCorporaPagedResponse> listCorporaSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCorpusRequest,com.google.protobuf.Empty> deleteCorpusSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AnalyzeCorpusRequest,com.google.longrunning.Operation> analyzeCorpusSettings()
public com.google.api.gax.rpc.OperationCallSettings<AnalyzeCorpusRequest,AnalyzeCorpusResponse,AnalyzeCorpusMetadata> analyzeCorpusOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateDataSchemaRequest,DataSchema> createDataSchemaSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateDataSchemaRequest,DataSchema> updateDataSchemaSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDataSchemaRequest,DataSchema> getDataSchemaSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDataSchemaRequest,com.google.protobuf.Empty> deleteDataSchemaSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDataSchemasRequest,ListDataSchemasResponse,WarehouseClient.ListDataSchemasPagedResponse> listDataSchemasSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAnnotationRequest,Annotation> createAnnotationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationRequest,Annotation> getAnnotationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse,WarehouseClient.ListAnnotationsPagedResponse> listAnnotationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAnnotationRequest,Annotation> updateAnnotationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAnnotationRequest,com.google.protobuf.Empty> deleteAnnotationSettings()
public com.google.api.gax.rpc.StreamingCallSettings<IngestAssetRequest,IngestAssetResponse> ingestAssetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ClipAssetRequest,ClipAssetResponse> clipAssetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateHlsUriRequest,GenerateHlsUriResponse> generateHlsUriSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ImportAssetsRequest,com.google.longrunning.Operation> importAssetsSettings()
public com.google.api.gax.rpc.OperationCallSettings<ImportAssetsRequest,ImportAssetsResponse,ImportAssetsMetadata> importAssetsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSearchConfigRequest,SearchConfig> createSearchConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSearchConfigRequest,SearchConfig> updateSearchConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSearchConfigRequest,SearchConfig> getSearchConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSearchConfigRequest,com.google.protobuf.Empty> deleteSearchConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSearchConfigsRequest,ListSearchConfigsResponse,WarehouseClient.ListSearchConfigsPagedResponse> listSearchConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSearchHypernymRequest,SearchHypernym> createSearchHypernymSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSearchHypernymRequest,SearchHypernym> updateSearchHypernymSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSearchHypernymRequest,SearchHypernym> getSearchHypernymSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSearchHypernymRequest,com.google.protobuf.Empty> deleteSearchHypernymSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSearchHypernymsRequest,ListSearchHypernymsResponse,WarehouseClient.ListSearchHypernymsPagedResponse> listSearchHypernymsSettings()
public com.google.api.gax.rpc.PagedCallSettings<SearchAssetsRequest,SearchAssetsResponse,WarehouseClient.SearchAssetsPagedResponse> searchAssetsSettings()
public com.google.api.gax.rpc.PagedCallSettings<SearchIndexEndpointRequest,SearchIndexEndpointResponse,WarehouseClient.SearchIndexEndpointPagedResponse> searchIndexEndpointSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateIndexEndpointRequest,com.google.longrunning.Operation> createIndexEndpointSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointMetadata> createIndexEndpointOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetIndexEndpointRequest,IndexEndpoint> getIndexEndpointSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListIndexEndpointsRequest,ListIndexEndpointsResponse,WarehouseClient.ListIndexEndpointsPagedResponse> listIndexEndpointsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIndexEndpointRequest,com.google.longrunning.Operation> updateIndexEndpointSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateIndexEndpointRequest,IndexEndpoint,UpdateIndexEndpointMetadata> updateIndexEndpointOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexEndpointRequest,com.google.longrunning.Operation> deleteIndexEndpointSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteIndexEndpointRequest,com.google.protobuf.Empty,DeleteIndexEndpointMetadata> deleteIndexEndpointOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeployIndexRequest,com.google.longrunning.Operation> deployIndexSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeployIndexRequest,DeployIndexResponse,DeployIndexMetadata> deployIndexOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UndeployIndexRequest,com.google.longrunning.Operation> undeployIndexSettings()
public com.google.api.gax.rpc.OperationCallSettings<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexMetadata> undeployIndexOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCollectionRequest,com.google.longrunning.Operation> createCollectionSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCollectionRequest,Collection,CreateCollectionMetadata> createCollectionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCollectionRequest,com.google.longrunning.Operation> deleteCollectionSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCollectionRequest,com.google.protobuf.Empty,DeleteCollectionMetadata> deleteCollectionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCollectionRequest,Collection> getCollectionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCollectionRequest,Collection> updateCollectionSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCollectionsRequest,ListCollectionsResponse,WarehouseClient.ListCollectionsPagedResponse> listCollectionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AddCollectionItemRequest,AddCollectionItemResponse> addCollectionItemSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RemoveCollectionItemRequest,RemoveCollectionItemResponse> removeCollectionItemSettings()
public com.google.api.gax.rpc.PagedCallSettings<ViewCollectionItemsRequest,ViewCollectionItemsResponse,WarehouseClient.ViewCollectionItemsPagedResponse> viewCollectionItemsSettings()
public WarehouseStub createStub() throws IOException
IOExceptionpublic String getServiceName()
getServiceName in class com.google.api.gax.rpc.StubSettings<WarehouseStubSettings>public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
@ObsoleteApi(value="Use getEndpoint() instead") public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static WarehouseStubSettings.Builder newBuilder()
public static WarehouseStubSettings.Builder newHttpJsonBuilder()
public static WarehouseStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public WarehouseStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<WarehouseStubSettings>Copyright © 2025 Google LLC. All rights reserved.