@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/metadata_service.proto") public final class MetadataServiceGrpc extends Object
Service for reading and writing metadata entries.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetadataServiceGrpc.AsyncService
Service for reading and writing metadata entries.
|
static class |
MetadataServiceGrpc.MetadataServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service MetadataService.
|
static class |
MetadataServiceGrpc.MetadataServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetadataService.
|
static class |
MetadataServiceGrpc.MetadataServiceImplBase
Base class for the server implementation of the service MetadataService.
|
static class |
MetadataServiceGrpc.MetadataServiceStub
A stub to allow clients to do asynchronous rpc calls to service MetadataService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateMetadataStoreRequest,com.google.longrunning.Operation> getCreateMetadataStoreMethod()
public static io.grpc.MethodDescriptor<GetMetadataStoreRequest,MetadataStore> getGetMetadataStoreMethod()
public static io.grpc.MethodDescriptor<ListMetadataStoresRequest,ListMetadataStoresResponse> getListMetadataStoresMethod()
public static io.grpc.MethodDescriptor<DeleteMetadataStoreRequest,com.google.longrunning.Operation> getDeleteMetadataStoreMethod()
public static io.grpc.MethodDescriptor<CreateArtifactRequest,Artifact> getCreateArtifactMethod()
public static io.grpc.MethodDescriptor<GetArtifactRequest,Artifact> getGetArtifactMethod()
public static io.grpc.MethodDescriptor<ListArtifactsRequest,ListArtifactsResponse> getListArtifactsMethod()
public static io.grpc.MethodDescriptor<UpdateArtifactRequest,Artifact> getUpdateArtifactMethod()
public static io.grpc.MethodDescriptor<DeleteArtifactRequest,com.google.longrunning.Operation> getDeleteArtifactMethod()
public static io.grpc.MethodDescriptor<PurgeArtifactsRequest,com.google.longrunning.Operation> getPurgeArtifactsMethod()
public static io.grpc.MethodDescriptor<CreateContextRequest,Context> getCreateContextMethod()
public static io.grpc.MethodDescriptor<GetContextRequest,Context> getGetContextMethod()
public static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse> getListContextsMethod()
public static io.grpc.MethodDescriptor<UpdateContextRequest,Context> getUpdateContextMethod()
public static io.grpc.MethodDescriptor<DeleteContextRequest,com.google.longrunning.Operation> getDeleteContextMethod()
public static io.grpc.MethodDescriptor<PurgeContextsRequest,com.google.longrunning.Operation> getPurgeContextsMethod()
public static io.grpc.MethodDescriptor<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> getAddContextArtifactsAndExecutionsMethod()
public static io.grpc.MethodDescriptor<AddContextChildrenRequest,AddContextChildrenResponse> getAddContextChildrenMethod()
public static io.grpc.MethodDescriptor<RemoveContextChildrenRequest,RemoveContextChildrenResponse> getRemoveContextChildrenMethod()
public static io.grpc.MethodDescriptor<QueryContextLineageSubgraphRequest,LineageSubgraph> getQueryContextLineageSubgraphMethod()
public static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution> getCreateExecutionMethod()
public static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> getGetExecutionMethod()
public static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> getListExecutionsMethod()
public static io.grpc.MethodDescriptor<UpdateExecutionRequest,Execution> getUpdateExecutionMethod()
public static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> getDeleteExecutionMethod()
public static io.grpc.MethodDescriptor<PurgeExecutionsRequest,com.google.longrunning.Operation> getPurgeExecutionsMethod()
public static io.grpc.MethodDescriptor<AddExecutionEventsRequest,AddExecutionEventsResponse> getAddExecutionEventsMethod()
public static io.grpc.MethodDescriptor<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> getQueryExecutionInputsAndOutputsMethod()
public static io.grpc.MethodDescriptor<CreateMetadataSchemaRequest,MetadataSchema> getCreateMetadataSchemaMethod()
public static io.grpc.MethodDescriptor<GetMetadataSchemaRequest,MetadataSchema> getGetMetadataSchemaMethod()
public static io.grpc.MethodDescriptor<ListMetadataSchemasRequest,ListMetadataSchemasResponse> getListMetadataSchemasMethod()
public static io.grpc.MethodDescriptor<QueryArtifactLineageSubgraphRequest,LineageSubgraph> getQueryArtifactLineageSubgraphMethod()
public static MetadataServiceGrpc.MetadataServiceStub newStub(io.grpc.Channel channel)
public static MetadataServiceGrpc.MetadataServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MetadataServiceGrpc.MetadataServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(MetadataServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.