Class MetadataServiceGrpc.MetadataServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.MetadataServiceGrpc.MetadataServiceImplBase
-
- All Implemented Interfaces:
MetadataServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MetadataServiceGrpc
public abstract static class MetadataServiceGrpc.MetadataServiceImplBase extends Object implements io.grpc.BindableService, MetadataServiceGrpc.AsyncService
Base class for the server implementation of the service MetadataService.Service for reading and writing metadata entries.
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.aiplatform.v1beta1.MetadataServiceGrpc.AsyncService
addContextArtifactsAndExecutions, addContextChildren, addExecutionEvents, createArtifact, createContext, createExecution, createMetadataSchema, createMetadataStore, deleteArtifact, deleteContext, deleteExecution, deleteMetadataStore, getArtifact, getContext, getExecution, getMetadataSchema, getMetadataStore, listArtifacts, listContexts, listExecutions, listMetadataSchemas, listMetadataStores, purgeArtifacts, purgeContexts, purgeExecutions, queryArtifactLineageSubgraph, queryContextLineageSubgraph, queryExecutionInputsAndOutputs, removeContextChildren, updateArtifact, updateContext, updateExecution
-
-