Package org.finos.tracdap.api
Class TrustedMetadataApiGrpc
- java.lang.Object
-
- org.finos.tracdap.api.TrustedMetadataApiGrpc
-
@Generated(value="by gRPC proto compiler (version 1.49.0)", comments="Source: tracdap/api/metadata_trusted.proto") public final class TrustedMetadataApiGrpc extends java.lang.ObjectTrusted API reading, writing and searching for objects in the TRAC metadata store. This API is only available to other components of the TRAC platform, it is not exposed to clients via the platform gateway. Most of the calls in this interface are identical to their public equivalents. Extra calls are available for pre-allocating objects, a facility which is not available to clients of the platform. Restrictions on the creation of certain object types and manipulation of controlled tag attributes are lifted. Methods for performing HTTP GET requests of RESTFUL resources are not duplicated. @see TracMetadataApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrustedMetadataApiGrpc.TrustedMetadataApiBlockingStubTrusted API reading, writing and searching for objects in the TRAC metadata store.static classTrustedMetadataApiGrpc.TrustedMetadataApiFutureStubTrusted API reading, writing and searching for objects in the TRAC metadata store.static classTrustedMetadataApiGrpc.TrustedMetadataApiImplBaseTrusted API reading, writing and searching for objects in the TRAC metadata store.static classTrustedMetadataApiGrpc.TrustedMetadataApiStubTrusted API reading, writing and searching for objects in the TRAC metadata store.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader>getCreateObjectMethod()static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader>getCreatePreallocatedObjectMethod()static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader>getPreallocateIdMethod()static io.grpc.MethodDescriptor<MetadataBatchRequest,MetadataBatchResponse>getReadBatchMethod()static io.grpc.MethodDescriptor<MetadataReadRequest,org.finos.tracdap.metadata.Tag>getReadObjectMethod()static io.grpc.MethodDescriptor<MetadataSearchRequest,MetadataSearchResponse>getSearchMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader>getUpdateObjectMethod()static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader>getUpdateTagMethod()static TrustedMetadataApiGrpc.TrustedMetadataApiBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TrustedMetadataApiGrpc.TrustedMetadataApiFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TrustedMetadataApiGrpc.TrustedMetadataApiStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateObjectMethod
public static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader> getCreateObjectMethod()
-
getUpdateObjectMethod
public static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader> getUpdateObjectMethod()
-
getUpdateTagMethod
public static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader> getUpdateTagMethod()
-
getPreallocateIdMethod
public static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader> getPreallocateIdMethod()
-
getCreatePreallocatedObjectMethod
public static io.grpc.MethodDescriptor<MetadataWriteRequest,org.finos.tracdap.metadata.TagHeader> getCreatePreallocatedObjectMethod()
-
getReadObjectMethod
public static io.grpc.MethodDescriptor<MetadataReadRequest,org.finos.tracdap.metadata.Tag> getReadObjectMethod()
-
getReadBatchMethod
public static io.grpc.MethodDescriptor<MetadataBatchRequest,MetadataBatchResponse> getReadBatchMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<MetadataSearchRequest,MetadataSearchResponse> getSearchMethod()
-
newStub
public static TrustedMetadataApiGrpc.TrustedMetadataApiStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TrustedMetadataApiGrpc.TrustedMetadataApiBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TrustedMetadataApiGrpc.TrustedMetadataApiFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-