Class GrpcWarehouseStub (0.2.0)

public class GrpcWarehouseStub extends WarehouseStub

gRPC stub implementation for the Warehouse service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > WarehouseStub > GrpcWarehouseStub

Static Methods

create(ClientContext clientContext)

public static final GrpcWarehouseStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcWarehouseStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcWarehouseStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcWarehouseStub
Exceptions
Type Description
IOException

create(WarehouseStubSettings settings)

public static final GrpcWarehouseStub create(WarehouseStubSettings settings)
Parameter
Name Description
settings WarehouseStubSettings
Returns
Type Description
GrpcWarehouseStub
Exceptions
Type Description
IOException

Constructors

GrpcWarehouseStub(WarehouseStubSettings settings, ClientContext clientContext)

protected GrpcWarehouseStub(WarehouseStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcWarehouseStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings WarehouseStubSettings
clientContext ClientContext

GrpcWarehouseStub(WarehouseStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcWarehouseStub(WarehouseStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcWarehouseStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings WarehouseStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

addCollectionItemCallable()

public UnaryCallable<AddCollectionItemRequest,AddCollectionItemResponse> addCollectionItemCallable()
Returns
Type Description
UnaryCallable<AddCollectionItemRequest,AddCollectionItemResponse>
Overrides

analyzeAssetCallable()

public UnaryCallable<AnalyzeAssetRequest,Operation> analyzeAssetCallable()
Returns
Type Description
UnaryCallable<AnalyzeAssetRequest,Operation>
Overrides

analyzeAssetOperationCallable()

public OperationCallable<AnalyzeAssetRequest,AnalyzeAssetResponse,AnalyzeAssetMetadata> analyzeAssetOperationCallable()
Returns
Type Description
OperationCallable<AnalyzeAssetRequest,AnalyzeAssetResponse,AnalyzeAssetMetadata>
Overrides

analyzeCorpusCallable()

public UnaryCallable<AnalyzeCorpusRequest,Operation> analyzeCorpusCallable()
Returns
Type Description
UnaryCallable<AnalyzeCorpusRequest,Operation>
Overrides

analyzeCorpusOperationCallable()

public OperationCallable<AnalyzeCorpusRequest,AnalyzeCorpusResponse,AnalyzeCorpusMetadata> analyzeCorpusOperationCallable()
Returns
Type Description
OperationCallable<AnalyzeCorpusRequest,AnalyzeCorpusResponse,AnalyzeCorpusMetadata>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

clipAssetCallable()

public UnaryCallable<ClipAssetRequest,ClipAssetResponse> clipAssetCallable()
Returns
Type Description
UnaryCallable<ClipAssetRequest,ClipAssetResponse>
Overrides

close()

public final void close()
Overrides

createAnnotationCallable()

public UnaryCallable<CreateAnnotationRequest,Annotation> createAnnotationCallable()
Returns
Type Description
UnaryCallable<CreateAnnotationRequest,Annotation>
Overrides

createAssetCallable()

public UnaryCallable<CreateAssetRequest,Asset> createAssetCallable()
Returns
Type Description
UnaryCallable<CreateAssetRequest,Asset>
Overrides

createCollectionCallable()

public UnaryCallable<CreateCollectionRequest,Operation> createCollectionCallable()
Returns
Type Description
UnaryCallable<CreateCollectionRequest,Operation>
Overrides

createCollectionOperationCallable()

public OperationCallable<CreateCollectionRequest,Collection,CreateCollectionMetadata> createCollectionOperationCallable()
Returns
Type Description
OperationCallable<CreateCollectionRequest,Collection,CreateCollectionMetadata>
Overrides

createCorpusCallable()

public UnaryCallable<CreateCorpusRequest,Operation> createCorpusCallable()
Returns
Type Description
UnaryCallable<CreateCorpusRequest,Operation>
Overrides

createCorpusOperationCallable()

public OperationCallable<CreateCorpusRequest,Corpus,CreateCorpusMetadata> createCorpusOperationCallable()
Returns
Type Description
OperationCallable<CreateCorpusRequest,Corpus,CreateCorpusMetadata>
Overrides

createDataSchemaCallable()

public UnaryCallable<CreateDataSchemaRequest,DataSchema> createDataSchemaCallable()
Returns
Type Description
UnaryCallable<CreateDataSchemaRequest,DataSchema>
Overrides

createIndexCallable()

public UnaryCallable<CreateIndexRequest,Operation> createIndexCallable()
Returns
Type Description
UnaryCallable<CreateIndexRequest,Operation>
Overrides

createIndexEndpointCallable()

public UnaryCallable<CreateIndexEndpointRequest,Operation> createIndexEndpointCallable()
Returns
Type Description
UnaryCallable<CreateIndexEndpointRequest,Operation>
Overrides

createIndexEndpointOperationCallable()

public OperationCallable<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointMetadata> createIndexEndpointOperationCallable()
Returns
Type Description
OperationCallable<CreateIndexEndpointRequest,IndexEndpoint,CreateIndexEndpointMetadata>
Overrides

createIndexOperationCallable()

public OperationCallable<CreateIndexRequest,Index,CreateIndexMetadata> createIndexOperationCallable()
Returns
Type Description
OperationCallable<CreateIndexRequest,Index,CreateIndexMetadata>
Overrides

createSearchConfigCallable()

public UnaryCallable<CreateSearchConfigRequest,SearchConfig> createSearchConfigCallable()
Returns
Type Description
UnaryCallable<CreateSearchConfigRequest,SearchConfig>
Overrides

createSearchHypernymCallable()

public UnaryCallable<CreateSearchHypernymRequest,SearchHypernym> createSearchHypernymCallable()
Returns
Type Description
UnaryCallable<CreateSearchHypernymRequest,SearchHypernym>
Overrides

deleteAnnotationCallable()

public UnaryCallable<DeleteAnnotationRequest,Empty> deleteAnnotationCallable()
Returns
Type Description
UnaryCallable<DeleteAnnotationRequest,Empty>
Overrides

deleteAssetCallable()

public UnaryCallable<DeleteAssetRequest,Operation> deleteAssetCallable()
Returns
Type Description
UnaryCallable<DeleteAssetRequest,Operation>
Overrides

deleteAssetOperationCallable()

public OperationCallable<DeleteAssetRequest,Empty,DeleteAssetMetadata> deleteAssetOperationCallable()
Returns
Type Description
OperationCallable<DeleteAssetRequest,Empty,DeleteAssetMetadata>
Overrides

deleteCollectionCallable()

public UnaryCallable<DeleteCollectionRequest,Operation> deleteCollectionCallable()
Returns
Type Description
UnaryCallable<DeleteCollectionRequest,Operation>
Overrides

deleteCollectionOperationCallable()

public OperationCallable<DeleteCollectionRequest,Empty,DeleteCollectionMetadata> deleteCollectionOperationCallable()
Returns
Type Description
OperationCallable<DeleteCollectionRequest,Empty,DeleteCollectionMetadata>
Overrides

deleteCorpusCallable()

public UnaryCallable<DeleteCorpusRequest,Empty> deleteCorpusCallable()
Returns
Type Description
UnaryCallable<DeleteCorpusRequest,Empty>
Overrides

deleteDataSchemaCallable()

public UnaryCallable<DeleteDataSchemaRequest,Empty> deleteDataSchemaCallable()
Returns
Type Description
UnaryCallable<DeleteDataSchemaRequest,Empty>
Overrides

deleteIndexCallable()

public UnaryCallable<DeleteIndexRequest,Operation> deleteIndexCallable()
Returns
Type Description
UnaryCallable<DeleteIndexRequest,Operation>
Overrides

deleteIndexEndpointCallable()

public UnaryCallable<DeleteIndexEndpointRequest,Operation> deleteIndexEndpointCallable()
Returns
Type Description
UnaryCallable<DeleteIndexEndpointRequest,Operation>
Overrides

deleteIndexEndpointOperationCallable()

public OperationCallable<DeleteIndexEndpointRequest,Empty,DeleteIndexEndpointMetadata> deleteIndexEndpointOperationCallable()
Returns
Type Description
OperationCallable<DeleteIndexEndpointRequest,Empty,DeleteIndexEndpointMetadata>
Overrides

deleteIndexOperationCallable()

public OperationCallable<DeleteIndexRequest,Empty,DeleteIndexMetadata> deleteIndexOperationCallable()
Returns
Type Description
OperationCallable<DeleteIndexRequest,Empty,DeleteIndexMetadata>
Overrides

deleteSearchConfigCallable()

public UnaryCallable<DeleteSearchConfigRequest,Empty> deleteSearchConfigCallable()
Returns
Type Description
UnaryCallable<DeleteSearchConfigRequest,Empty>
Overrides

deleteSearchHypernymCallable()

public UnaryCallable<DeleteSearchHypernymRequest,Empty> deleteSearchHypernymCallable()
Returns
Type Description
UnaryCallable<DeleteSearchHypernymRequest,Empty>
Overrides

deployIndexCallable()

public UnaryCallable<DeployIndexRequest,Operation> deployIndexCallable()
Returns
Type Description
UnaryCallable<DeployIndexRequest,Operation>
Overrides

deployIndexOperationCallable()

public OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexMetadata> deployIndexOperationCallable()
Returns
Type Description
OperationCallable<DeployIndexRequest,DeployIndexResponse,DeployIndexMetadata>
Overrides

generateHlsUriCallable()

public UnaryCallable<GenerateHlsUriRequest,GenerateHlsUriResponse> generateHlsUriCallable()
Returns
Type Description
UnaryCallable<GenerateHlsUriRequest,GenerateHlsUriResponse>
Overrides

generateRetrievalUrlCallable()

public UnaryCallable<GenerateRetrievalUrlRequest,GenerateRetrievalUrlResponse> generateRetrievalUrlCallable()
Returns
Type Description
UnaryCallable<GenerateRetrievalUrlRequest,GenerateRetrievalUrlResponse>
Overrides

getAnnotationCallable()

public UnaryCallable<GetAnnotationRequest,Annotation> getAnnotationCallable()
Returns
Type Description
UnaryCallable<GetAnnotationRequest,Annotation>
Overrides

getAssetCallable()

public UnaryCallable<GetAssetRequest,Asset> getAssetCallable()
Returns
Type Description
UnaryCallable<GetAssetRequest,Asset>
Overrides

getCollectionCallable()

public UnaryCallable<GetCollectionRequest,Collection> getCollectionCallable()
Returns
Type Description
UnaryCallable<GetCollectionRequest,Collection>
Overrides

getCorpusCallable()

public UnaryCallable<GetCorpusRequest,Corpus> getCorpusCallable()
Returns
Type Description
UnaryCallable<GetCorpusRequest,Corpus>
Overrides

getDataSchemaCallable()

public UnaryCallable<GetDataSchemaRequest,DataSchema> getDataSchemaCallable()
Returns
Type Description
UnaryCallable<GetDataSchemaRequest,DataSchema>
Overrides

getIndexCallable()

public UnaryCallable<GetIndexRequest,Index> getIndexCallable()
Returns
Type Description
UnaryCallable<GetIndexRequest,Index>
Overrides

getIndexEndpointCallable()

public UnaryCallable<GetIndexEndpointRequest,IndexEndpoint> getIndexEndpointCallable()
Returns
Type Description
UnaryCallable<GetIndexEndpointRequest,IndexEndpoint>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

getSearchConfigCallable()

public UnaryCallable<GetSearchConfigRequest,SearchConfig> getSearchConfigCallable()
Returns
Type Description
UnaryCallable<GetSearchConfigRequest,SearchConfig>
Overrides

getSearchHypernymCallable()

public UnaryCallable<GetSearchHypernymRequest,SearchHypernym> getSearchHypernymCallable()
Returns
Type Description
UnaryCallable<GetSearchHypernymRequest,SearchHypernym>
Overrides

importAssetsCallable()

public UnaryCallable<ImportAssetsRequest,Operation> importAssetsCallable()
Returns
Type Description
UnaryCallable<ImportAssetsRequest,Operation>
Overrides

importAssetsOperationCallable()

public OperationCallable<ImportAssetsRequest,ImportAssetsResponse,ImportAssetsMetadata> importAssetsOperationCallable()
Returns
Type Description
OperationCallable<ImportAssetsRequest,ImportAssetsResponse,ImportAssetsMetadata>
Overrides

indexAssetCallable()

public UnaryCallable<IndexAssetRequest,Operation> indexAssetCallable()
Returns
Type Description
UnaryCallable<IndexAssetRequest,Operation>
Overrides

indexAssetOperationCallable()

public OperationCallable<IndexAssetRequest,IndexAssetResponse,IndexAssetMetadata> indexAssetOperationCallable()
Returns
Type Description
OperationCallable<IndexAssetRequest,IndexAssetResponse,IndexAssetMetadata>
Overrides

ingestAssetCallable()

public BidiStreamingCallable<IngestAssetRequest,IngestAssetResponse> ingestAssetCallable()
Returns
Type Description
BidiStreamingCallable<IngestAssetRequest,IngestAssetResponse>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAnnotationsCallable()

public UnaryCallable<ListAnnotationsRequest,ListAnnotationsResponse> listAnnotationsCallable()
Returns
Type Description
UnaryCallable<ListAnnotationsRequest,ListAnnotationsResponse>
Overrides

listAnnotationsPagedCallable()

public UnaryCallable<ListAnnotationsRequest,WarehouseClient.ListAnnotationsPagedResponse> listAnnotationsPagedCallable()
Returns
Type Description
UnaryCallable<ListAnnotationsRequest,ListAnnotationsPagedResponse>
Overrides

listAssetsCallable()

public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns
Type Description
UnaryCallable<ListAssetsRequest,ListAssetsResponse>
Overrides

listAssetsPagedCallable()

public UnaryCallable<ListAssetsRequest,WarehouseClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns
Type Description
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse>
Overrides

listCollectionsCallable()

public UnaryCallable<ListCollectionsRequest,ListCollectionsResponse> listCollectionsCallable()
Returns
Type Description
UnaryCallable<ListCollectionsRequest,ListCollectionsResponse>
Overrides

listCollectionsPagedCallable()

public UnaryCallable<ListCollectionsRequest,WarehouseClient.ListCollectionsPagedResponse> listCollectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListCollectionsRequest,ListCollectionsPagedResponse>
Overrides

listCorporaCallable()

public UnaryCallable<ListCorporaRequest,ListCorporaResponse> listCorporaCallable()
Returns
Type Description
UnaryCallable<ListCorporaRequest,ListCorporaResponse>
Overrides

listCorporaPagedCallable()

public UnaryCallable<ListCorporaRequest,WarehouseClient.ListCorporaPagedResponse> listCorporaPagedCallable()
Returns
Type Description
UnaryCallable<ListCorporaRequest,ListCorporaPagedResponse>
Overrides

listDataSchemasCallable()

public UnaryCallable<ListDataSchemasRequest,ListDataSchemasResponse> listDataSchemasCallable()
Returns
Type Description
UnaryCallable<ListDataSchemasRequest,ListDataSchemasResponse>
Overrides

listDataSchemasPagedCallable()

public UnaryCallable<ListDataSchemasRequest,WarehouseClient.ListDataSchemasPagedResponse> listDataSchemasPagedCallable()
Returns
Type Description
UnaryCallable<ListDataSchemasRequest,ListDataSchemasPagedResponse>
Overrides

listIndexEndpointsCallable()

public UnaryCallable<ListIndexEndpointsRequest,ListIndexEndpointsResponse> listIndexEndpointsCallable()
Returns
Type Description
UnaryCallable<ListIndexEndpointsRequest,ListIndexEndpointsResponse>
Overrides

listIndexEndpointsPagedCallable()

public UnaryCallable<ListIndexEndpointsRequest,WarehouseClient.ListIndexEndpointsPagedResponse> listIndexEndpointsPagedCallable()
Returns
Type Description
UnaryCallable<ListIndexEndpointsRequest,ListIndexEndpointsPagedResponse>
Overrides

listIndexesCallable()

public UnaryCallable<ListIndexesRequest,ListIndexesResponse> listIndexesCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesResponse>
Overrides

listIndexesPagedCallable()

public UnaryCallable<ListIndexesRequest,WarehouseClient.ListIndexesPagedResponse> listIndexesPagedCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesPagedResponse>
Overrides

listSearchConfigsCallable()

public UnaryCallable<ListSearchConfigsRequest,ListSearchConfigsResponse> listSearchConfigsCallable()
Returns
Type Description
UnaryCallable<ListSearchConfigsRequest,ListSearchConfigsResponse>
Overrides

listSearchConfigsPagedCallable()

public UnaryCallable<ListSearchConfigsRequest,WarehouseClient.ListSearchConfigsPagedResponse> listSearchConfigsPagedCallable()
Returns
Type Description
UnaryCallable<ListSearchConfigsRequest,ListSearchConfigsPagedResponse>
Overrides

listSearchHypernymsCallable()

public UnaryCallable<ListSearchHypernymsRequest,ListSearchHypernymsResponse> listSearchHypernymsCallable()
Returns
Type Description
UnaryCallable<ListSearchHypernymsRequest,ListSearchHypernymsResponse>
Overrides

listSearchHypernymsPagedCallable()

public UnaryCallable<ListSearchHypernymsRequest,WarehouseClient.ListSearchHypernymsPagedResponse> listSearchHypernymsPagedCallable()
Returns
Type Description
UnaryCallable<ListSearchHypernymsRequest,ListSearchHypernymsPagedResponse>
Overrides

removeCollectionItemCallable()

public UnaryCallable<RemoveCollectionItemRequest,RemoveCollectionItemResponse> removeCollectionItemCallable()
Returns
Type Description
UnaryCallable<RemoveCollectionItemRequest,RemoveCollectionItemResponse>
Overrides

removeIndexAssetCallable()

public UnaryCallable<RemoveIndexAssetRequest,Operation> removeIndexAssetCallable()
Returns
Type Description
UnaryCallable<RemoveIndexAssetRequest,Operation>
Overrides

removeIndexAssetOperationCallable()

public OperationCallable<RemoveIndexAssetRequest,RemoveIndexAssetResponse,RemoveIndexAssetMetadata> removeIndexAssetOperationCallable()
Returns
Type Description
OperationCallable<RemoveIndexAssetRequest,RemoveIndexAssetResponse,RemoveIndexAssetMetadata>
Overrides

searchAssetsCallable()

public UnaryCallable<SearchAssetsRequest,SearchAssetsResponse> searchAssetsCallable()
Returns
Type Description
UnaryCallable<SearchAssetsRequest,SearchAssetsResponse>
Overrides

searchAssetsPagedCallable()

public UnaryCallable<SearchAssetsRequest,WarehouseClient.SearchAssetsPagedResponse> searchAssetsPagedCallable()
Returns
Type Description
UnaryCallable<SearchAssetsRequest,SearchAssetsPagedResponse>
Overrides

searchIndexEndpointCallable()

public UnaryCallable<SearchIndexEndpointRequest,SearchIndexEndpointResponse> searchIndexEndpointCallable()
Returns
Type Description
UnaryCallable<SearchIndexEndpointRequest,SearchIndexEndpointResponse>
Overrides

searchIndexEndpointPagedCallable()

public UnaryCallable<SearchIndexEndpointRequest,WarehouseClient.SearchIndexEndpointPagedResponse> searchIndexEndpointPagedCallable()
Returns
Type Description
UnaryCallable<SearchIndexEndpointRequest,SearchIndexEndpointPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

undeployIndexCallable()

public UnaryCallable<UndeployIndexRequest,Operation> undeployIndexCallable()
Returns
Type Description
UnaryCallable<UndeployIndexRequest,Operation>
Overrides

undeployIndexOperationCallable()

public OperationCallable<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexMetadata> undeployIndexOperationCallable()
Returns
Type Description
OperationCallable<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexMetadata>
Overrides

updateAnnotationCallable()

public UnaryCallable<UpdateAnnotationRequest,Annotation> updateAnnotationCallable()
Returns
Type Description
UnaryCallable<UpdateAnnotationRequest,Annotation>
Overrides

updateAssetCallable()

public UnaryCallable<UpdateAssetRequest,Asset> updateAssetCallable()
Returns
Type Description
UnaryCallable<UpdateAssetRequest,Asset>
Overrides

updateCollectionCallable()

public UnaryCallable<UpdateCollectionRequest,Collection> updateCollectionCallable()
Returns
Type Description
UnaryCallable<UpdateCollectionRequest,Collection>
Overrides

updateCorpusCallable()

public UnaryCallable<UpdateCorpusRequest,Corpus> updateCorpusCallable()
Returns
Type Description
UnaryCallable<UpdateCorpusRequest,Corpus>
Overrides

updateDataSchemaCallable()

public UnaryCallable<UpdateDataSchemaRequest,DataSchema> updateDataSchemaCallable()
Returns
Type Description
UnaryCallable<UpdateDataSchemaRequest,DataSchema>
Overrides

updateIndexCallable()

public UnaryCallable<UpdateIndexRequest,Operation> updateIndexCallable()
Returns
Type Description
UnaryCallable<UpdateIndexRequest,Operation>
Overrides

updateIndexEndpointCallable()

public UnaryCallable<UpdateIndexEndpointRequest,Operation> updateIndexEndpointCallable()
Returns
Type Description
UnaryCallable<UpdateIndexEndpointRequest,Operation>
Overrides

updateIndexEndpointOperationCallable()

public OperationCallable<UpdateIndexEndpointRequest,IndexEndpoint,UpdateIndexEndpointMetadata> updateIndexEndpointOperationCallable()
Returns
Type Description
OperationCallable<UpdateIndexEndpointRequest,IndexEndpoint,UpdateIndexEndpointMetadata>
Overrides

updateIndexOperationCallable()

public OperationCallable<UpdateIndexRequest,Index,UpdateIndexMetadata> updateIndexOperationCallable()
Returns
Type Description
OperationCallable<UpdateIndexRequest,Index,UpdateIndexMetadata>
Overrides

updateSearchConfigCallable()

public UnaryCallable<UpdateSearchConfigRequest,SearchConfig> updateSearchConfigCallable()
Returns
Type Description
UnaryCallable<UpdateSearchConfigRequest,SearchConfig>
Overrides

updateSearchHypernymCallable()

public UnaryCallable<UpdateSearchHypernymRequest,SearchHypernym> updateSearchHypernymCallable()
Returns
Type Description
UnaryCallable<UpdateSearchHypernymRequest,SearchHypernym>
Overrides

uploadAssetCallable()

public UnaryCallable<UploadAssetRequest,Operation> uploadAssetCallable()
Returns
Type Description
UnaryCallable<UploadAssetRequest,Operation>
Overrides

uploadAssetOperationCallable()

public OperationCallable<UploadAssetRequest,UploadAssetResponse,UploadAssetMetadata> uploadAssetOperationCallable()
Returns
Type Description
OperationCallable<UploadAssetRequest,UploadAssetResponse,UploadAssetMetadata>
Overrides

viewCollectionItemsCallable()

public UnaryCallable<ViewCollectionItemsRequest,ViewCollectionItemsResponse> viewCollectionItemsCallable()
Returns
Type Description
UnaryCallable<ViewCollectionItemsRequest,ViewCollectionItemsResponse>
Overrides

viewCollectionItemsPagedCallable()

public UnaryCallable<ViewCollectionItemsRequest,WarehouseClient.ViewCollectionItemsPagedResponse> viewCollectionItemsPagedCallable()
Returns
Type Description
UnaryCallable<ViewCollectionItemsRequest,ViewCollectionItemsPagedResponse>
Overrides

viewIndexedAssetsCallable()

public UnaryCallable<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse> viewIndexedAssetsCallable()
Returns
Type Description
UnaryCallable<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse>
Overrides

viewIndexedAssetsPagedCallable()

public UnaryCallable<ViewIndexedAssetsRequest,WarehouseClient.ViewIndexedAssetsPagedResponse> viewIndexedAssetsPagedCallable()
Returns
Type Description
UnaryCallable<ViewIndexedAssetsRequest,ViewIndexedAssetsPagedResponse>
Overrides