All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(MetadataServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> |
getAddContextArtifactsAndExecutionsMethod() |
|
static io.grpc.MethodDescriptor<AddContextChildrenRequest,AddContextChildrenResponse> |
getAddContextChildrenMethod() |
|
static io.grpc.MethodDescriptor<AddExecutionEventsRequest,AddExecutionEventsResponse> |
getAddExecutionEventsMethod() |
|
static io.grpc.MethodDescriptor<CreateArtifactRequest,Artifact> |
getCreateArtifactMethod() |
|
static io.grpc.MethodDescriptor<CreateContextRequest,Context> |
getCreateContextMethod() |
|
static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution> |
getCreateExecutionMethod() |
|
static io.grpc.MethodDescriptor<CreateMetadataSchemaRequest,MetadataSchema> |
getCreateMetadataSchemaMethod() |
|
static io.grpc.MethodDescriptor<CreateMetadataStoreRequest,com.google.longrunning.Operation> |
getCreateMetadataStoreMethod() |
|
static io.grpc.MethodDescriptor<DeleteArtifactRequest,com.google.longrunning.Operation> |
getDeleteArtifactMethod() |
|
static io.grpc.MethodDescriptor<DeleteContextRequest,com.google.longrunning.Operation> |
getDeleteContextMethod() |
|
static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> |
getDeleteExecutionMethod() |
|
static io.grpc.MethodDescriptor<DeleteMetadataStoreRequest,com.google.longrunning.Operation> |
getDeleteMetadataStoreMethod() |
|
static io.grpc.MethodDescriptor<GetArtifactRequest,Artifact> |
getGetArtifactMethod() |
|
static io.grpc.MethodDescriptor<GetContextRequest,Context> |
getGetContextMethod() |
|
static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> |
getGetExecutionMethod() |
|
static io.grpc.MethodDescriptor<GetMetadataSchemaRequest,MetadataSchema> |
getGetMetadataSchemaMethod() |
|
static io.grpc.MethodDescriptor<GetMetadataStoreRequest,MetadataStore> |
getGetMetadataStoreMethod() |
|
static io.grpc.MethodDescriptor<ListArtifactsRequest,ListArtifactsResponse> |
getListArtifactsMethod() |
|
static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse> |
getListContextsMethod() |
|
static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> |
getListExecutionsMethod() |
|
static io.grpc.MethodDescriptor<ListMetadataSchemasRequest,ListMetadataSchemasResponse> |
getListMetadataSchemasMethod() |
|
static io.grpc.MethodDescriptor<ListMetadataStoresRequest,ListMetadataStoresResponse> |
getListMetadataStoresMethod() |
|
static io.grpc.MethodDescriptor<PurgeArtifactsRequest,com.google.longrunning.Operation> |
getPurgeArtifactsMethod() |
|
static io.grpc.MethodDescriptor<PurgeContextsRequest,com.google.longrunning.Operation> |
getPurgeContextsMethod() |
|
static io.grpc.MethodDescriptor<PurgeExecutionsRequest,com.google.longrunning.Operation> |
getPurgeExecutionsMethod() |
|
static io.grpc.MethodDescriptor<QueryArtifactLineageSubgraphRequest,LineageSubgraph> |
getQueryArtifactLineageSubgraphMethod() |
|
static io.grpc.MethodDescriptor<QueryContextLineageSubgraphRequest,LineageSubgraph> |
getQueryContextLineageSubgraphMethod() |
|
static io.grpc.MethodDescriptor<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> |
getQueryExecutionInputsAndOutputsMethod() |
|
static io.grpc.MethodDescriptor<RemoveContextChildrenRequest,RemoveContextChildrenResponse> |
getRemoveContextChildrenMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateArtifactRequest,Artifact> |
getUpdateArtifactMethod() |
|
static io.grpc.MethodDescriptor<UpdateContextRequest,Context> |
getUpdateContextMethod() |
|
static io.grpc.MethodDescriptor<UpdateExecutionRequest,Execution> |
getUpdateExecutionMethod() |
|
static MetadataServiceGrpc.MetadataServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static MetadataServiceGrpc.MetadataServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MetadataServiceGrpc.MetadataServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|