Package com.google.cloud.aiplatform.v1
Class MetadataServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.MetadataServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1/metadata_service.proto") public final class MetadataServiceGrpc extends Object
Service for reading and writing metadata entries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateMetadataStoreMethod
public static io.grpc.MethodDescriptor<CreateMetadataStoreRequest,com.google.longrunning.Operation> getCreateMetadataStoreMethod()
-
getGetMetadataStoreMethod
public static io.grpc.MethodDescriptor<GetMetadataStoreRequest,MetadataStore> getGetMetadataStoreMethod()
-
getListMetadataStoresMethod
public static io.grpc.MethodDescriptor<ListMetadataStoresRequest,ListMetadataStoresResponse> getListMetadataStoresMethod()
-
getDeleteMetadataStoreMethod
public static io.grpc.MethodDescriptor<DeleteMetadataStoreRequest,com.google.longrunning.Operation> getDeleteMetadataStoreMethod()
-
getCreateArtifactMethod
public static io.grpc.MethodDescriptor<CreateArtifactRequest,Artifact> getCreateArtifactMethod()
-
getGetArtifactMethod
public static io.grpc.MethodDescriptor<GetArtifactRequest,Artifact> getGetArtifactMethod()
-
getListArtifactsMethod
public static io.grpc.MethodDescriptor<ListArtifactsRequest,ListArtifactsResponse> getListArtifactsMethod()
-
getUpdateArtifactMethod
public static io.grpc.MethodDescriptor<UpdateArtifactRequest,Artifact> getUpdateArtifactMethod()
-
getDeleteArtifactMethod
public static io.grpc.MethodDescriptor<DeleteArtifactRequest,com.google.longrunning.Operation> getDeleteArtifactMethod()
-
getPurgeArtifactsMethod
public static io.grpc.MethodDescriptor<PurgeArtifactsRequest,com.google.longrunning.Operation> getPurgeArtifactsMethod()
-
getCreateContextMethod
public static io.grpc.MethodDescriptor<CreateContextRequest,Context> getCreateContextMethod()
-
getGetContextMethod
public static io.grpc.MethodDescriptor<GetContextRequest,Context> getGetContextMethod()
-
getListContextsMethod
public static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse> getListContextsMethod()
-
getUpdateContextMethod
public static io.grpc.MethodDescriptor<UpdateContextRequest,Context> getUpdateContextMethod()
-
getDeleteContextMethod
public static io.grpc.MethodDescriptor<DeleteContextRequest,com.google.longrunning.Operation> getDeleteContextMethod()
-
getPurgeContextsMethod
public static io.grpc.MethodDescriptor<PurgeContextsRequest,com.google.longrunning.Operation> getPurgeContextsMethod()
-
getAddContextArtifactsAndExecutionsMethod
public static io.grpc.MethodDescriptor<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> getAddContextArtifactsAndExecutionsMethod()
-
getAddContextChildrenMethod
public static io.grpc.MethodDescriptor<AddContextChildrenRequest,AddContextChildrenResponse> getAddContextChildrenMethod()
-
getRemoveContextChildrenMethod
public static io.grpc.MethodDescriptor<RemoveContextChildrenRequest,RemoveContextChildrenResponse> getRemoveContextChildrenMethod()
-
getQueryContextLineageSubgraphMethod
public static io.grpc.MethodDescriptor<QueryContextLineageSubgraphRequest,LineageSubgraph> getQueryContextLineageSubgraphMethod()
-
getCreateExecutionMethod
public static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution> getCreateExecutionMethod()
-
getGetExecutionMethod
public static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> getGetExecutionMethod()
-
getListExecutionsMethod
public static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> getListExecutionsMethod()
-
getUpdateExecutionMethod
public static io.grpc.MethodDescriptor<UpdateExecutionRequest,Execution> getUpdateExecutionMethod()
-
getDeleteExecutionMethod
public static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> getDeleteExecutionMethod()
-
getPurgeExecutionsMethod
public static io.grpc.MethodDescriptor<PurgeExecutionsRequest,com.google.longrunning.Operation> getPurgeExecutionsMethod()
-
getAddExecutionEventsMethod
public static io.grpc.MethodDescriptor<AddExecutionEventsRequest,AddExecutionEventsResponse> getAddExecutionEventsMethod()
-
getQueryExecutionInputsAndOutputsMethod
public static io.grpc.MethodDescriptor<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> getQueryExecutionInputsAndOutputsMethod()
-
getCreateMetadataSchemaMethod
public static io.grpc.MethodDescriptor<CreateMetadataSchemaRequest,MetadataSchema> getCreateMetadataSchemaMethod()
-
getGetMetadataSchemaMethod
public static io.grpc.MethodDescriptor<GetMetadataSchemaRequest,MetadataSchema> getGetMetadataSchemaMethod()
-
getListMetadataSchemasMethod
public static io.grpc.MethodDescriptor<ListMetadataSchemasRequest,ListMetadataSchemasResponse> getListMetadataSchemasMethod()
-
getQueryArtifactLineageSubgraphMethod
public static io.grpc.MethodDescriptor<QueryArtifactLineageSubgraphRequest,LineageSubgraph> getQueryArtifactLineageSubgraphMethod()
-
newStub
public static MetadataServiceGrpc.MetadataServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetadataServiceGrpc.MetadataServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetadataServiceGrpc.MetadataServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(MetadataServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-