public final class WarehouseGrpc
Service that manages media content + metadata for streaming.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(WarehouseGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(WarehouseGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getAddCollectionItemMethod()
public static MethodDescriptor<AddCollectionItemRequest,AddCollectionItemResponse> getAddCollectionItemMethod()
getAnalyzeAssetMethod()
public static MethodDescriptor<AnalyzeAssetRequest,Operation> getAnalyzeAssetMethod()
getAnalyzeCorpusMethod()
public static MethodDescriptor<AnalyzeCorpusRequest,Operation> getAnalyzeCorpusMethod()
getClipAssetMethod()
public static MethodDescriptor<ClipAssetRequest,ClipAssetResponse> getClipAssetMethod()
getCreateAnnotationMethod()
public static MethodDescriptor<CreateAnnotationRequest,Annotation> getCreateAnnotationMethod()
getCreateAssetMethod()
public static MethodDescriptor<CreateAssetRequest,Asset> getCreateAssetMethod()
getCreateCollectionMethod()
public static MethodDescriptor<CreateCollectionRequest,Operation> getCreateCollectionMethod()
getCreateCorpusMethod()
public static MethodDescriptor<CreateCorpusRequest,Operation> getCreateCorpusMethod()
getCreateDataSchemaMethod()
public static MethodDescriptor<CreateDataSchemaRequest,DataSchema> getCreateDataSchemaMethod()
getCreateIndexEndpointMethod()
public static MethodDescriptor<CreateIndexEndpointRequest,Operation> getCreateIndexEndpointMethod()
getCreateIndexMethod()
public static MethodDescriptor<CreateIndexRequest,Operation> getCreateIndexMethod()
getCreateSearchConfigMethod()
public static MethodDescriptor<CreateSearchConfigRequest,SearchConfig> getCreateSearchConfigMethod()
getCreateSearchHypernymMethod()
public static MethodDescriptor<CreateSearchHypernymRequest,SearchHypernym> getCreateSearchHypernymMethod()
getDeleteAnnotationMethod()
public static MethodDescriptor<DeleteAnnotationRequest,Empty> getDeleteAnnotationMethod()
getDeleteAssetMethod()
public static MethodDescriptor<DeleteAssetRequest,Operation> getDeleteAssetMethod()
getDeleteCollectionMethod()
public static MethodDescriptor<DeleteCollectionRequest,Operation> getDeleteCollectionMethod()
getDeleteCorpusMethod()
public static MethodDescriptor<DeleteCorpusRequest,Empty> getDeleteCorpusMethod()
getDeleteDataSchemaMethod()
public static MethodDescriptor<DeleteDataSchemaRequest,Empty> getDeleteDataSchemaMethod()
getDeleteIndexEndpointMethod()
public static MethodDescriptor<DeleteIndexEndpointRequest,Operation> getDeleteIndexEndpointMethod()
getDeleteIndexMethod()
public static MethodDescriptor<DeleteIndexRequest,Operation> getDeleteIndexMethod()
getDeleteSearchConfigMethod()
public static MethodDescriptor<DeleteSearchConfigRequest,Empty> getDeleteSearchConfigMethod()
getDeleteSearchHypernymMethod()
public static MethodDescriptor<DeleteSearchHypernymRequest,Empty> getDeleteSearchHypernymMethod()
getDeployIndexMethod()
public static MethodDescriptor<DeployIndexRequest,Operation> getDeployIndexMethod()
getGenerateHlsUriMethod()
public static MethodDescriptor<GenerateHlsUriRequest,GenerateHlsUriResponse> getGenerateHlsUriMethod()
getGenerateRetrievalUrlMethod()
public static MethodDescriptor<GenerateRetrievalUrlRequest,GenerateRetrievalUrlResponse> getGenerateRetrievalUrlMethod()
getGetAnnotationMethod()
public static MethodDescriptor<GetAnnotationRequest,Annotation> getGetAnnotationMethod()
getGetAssetMethod()
public static MethodDescriptor<GetAssetRequest,Asset> getGetAssetMethod()
getGetCollectionMethod()
public static MethodDescriptor<GetCollectionRequest,Collection> getGetCollectionMethod()
getGetCorpusMethod()
public static MethodDescriptor<GetCorpusRequest,Corpus> getGetCorpusMethod()
getGetDataSchemaMethod()
public static MethodDescriptor<GetDataSchemaRequest,DataSchema> getGetDataSchemaMethod()
getGetIndexEndpointMethod()
public static MethodDescriptor<GetIndexEndpointRequest,IndexEndpoint> getGetIndexEndpointMethod()
getGetIndexMethod()
public static MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
getGetSearchConfigMethod()
public static MethodDescriptor<GetSearchConfigRequest,SearchConfig> getGetSearchConfigMethod()
getGetSearchHypernymMethod()
public static MethodDescriptor<GetSearchHypernymRequest,SearchHypernym> getGetSearchHypernymMethod()
getImportAssetsMethod()
public static MethodDescriptor<ImportAssetsRequest,Operation> getImportAssetsMethod()
getIndexAssetMethod()
public static MethodDescriptor<IndexAssetRequest,Operation> getIndexAssetMethod()
getIngestAssetMethod()
public static MethodDescriptor<IngestAssetRequest,IngestAssetResponse> getIngestAssetMethod()
getListAnnotationsMethod()
public static MethodDescriptor<ListAnnotationsRequest,ListAnnotationsResponse> getListAnnotationsMethod()
getListAssetsMethod()
public static MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
getListCollectionsMethod()
public static MethodDescriptor<ListCollectionsRequest,ListCollectionsResponse> getListCollectionsMethod()
getListCorporaMethod()
public static MethodDescriptor<ListCorporaRequest,ListCorporaResponse> getListCorporaMethod()
getListDataSchemasMethod()
public static MethodDescriptor<ListDataSchemasRequest,ListDataSchemasResponse> getListDataSchemasMethod()
getListIndexEndpointsMethod()
public static MethodDescriptor<ListIndexEndpointsRequest,ListIndexEndpointsResponse> getListIndexEndpointsMethod()
getListIndexesMethod()
public static MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
getListSearchConfigsMethod()
public static MethodDescriptor<ListSearchConfigsRequest,ListSearchConfigsResponse> getListSearchConfigsMethod()
getListSearchHypernymsMethod()
public static MethodDescriptor<ListSearchHypernymsRequest,ListSearchHypernymsResponse> getListSearchHypernymsMethod()
getRemoveCollectionItemMethod()
public static MethodDescriptor<RemoveCollectionItemRequest,RemoveCollectionItemResponse> getRemoveCollectionItemMethod()
getRemoveIndexAssetMethod()
public static MethodDescriptor<RemoveIndexAssetRequest,Operation> getRemoveIndexAssetMethod()
getSearchAssetsMethod()
public static MethodDescriptor<SearchAssetsRequest,SearchAssetsResponse> getSearchAssetsMethod()
getSearchIndexEndpointMethod()
public static MethodDescriptor<SearchIndexEndpointRequest,SearchIndexEndpointResponse> getSearchIndexEndpointMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUndeployIndexMethod()
public static MethodDescriptor<UndeployIndexRequest,Operation> getUndeployIndexMethod()
getUpdateAnnotationMethod()
public static MethodDescriptor<UpdateAnnotationRequest,Annotation> getUpdateAnnotationMethod()
getUpdateAssetMethod()
public static MethodDescriptor<UpdateAssetRequest,Asset> getUpdateAssetMethod()
getUpdateCollectionMethod()
public static MethodDescriptor<UpdateCollectionRequest,Collection> getUpdateCollectionMethod()
getUpdateCorpusMethod()
public static MethodDescriptor<UpdateCorpusRequest,Corpus> getUpdateCorpusMethod()
getUpdateDataSchemaMethod()
public static MethodDescriptor<UpdateDataSchemaRequest,DataSchema> getUpdateDataSchemaMethod()
getUpdateIndexEndpointMethod()
public static MethodDescriptor<UpdateIndexEndpointRequest,Operation> getUpdateIndexEndpointMethod()
getUpdateIndexMethod()
public static MethodDescriptor<UpdateIndexRequest,Operation> getUpdateIndexMethod()
getUpdateSearchConfigMethod()
public static MethodDescriptor<UpdateSearchConfigRequest,SearchConfig> getUpdateSearchConfigMethod()
getUpdateSearchHypernymMethod()
public static MethodDescriptor<UpdateSearchHypernymRequest,SearchHypernym> getUpdateSearchHypernymMethod()
getUploadAssetMethod()
public static MethodDescriptor<UploadAssetRequest,Operation> getUploadAssetMethod()
getViewCollectionItemsMethod()
public static MethodDescriptor<ViewCollectionItemsRequest,ViewCollectionItemsResponse> getViewCollectionItemsMethod()
getViewIndexedAssetsMethod()
public static MethodDescriptor<ViewIndexedAssetsRequest,ViewIndexedAssetsResponse> getViewIndexedAssetsMethod()
newBlockingStub(Channel channel)
public static WarehouseGrpc.WarehouseBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static WarehouseGrpc.WarehouseFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static WarehouseGrpc.WarehouseStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|