Uses of Class
com.google.cloud.aiplatform.v1.QueryContextLineageSubgraphRequest
-
Packages that use QueryContextLineageSubgraphRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of QueryContextLineageSubgraphRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return QueryContextLineageSubgraphRequest Modifier and Type Method Description QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest.Builder. build()
QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest.Builder. buildPartial()
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. getDefaultInstance()
QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest.Builder. getDefaultInstanceForType()
QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. getDefaultInstanceForType()
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseDelimitedFrom(InputStream input)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(byte[] data)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(com.google.protobuf.ByteString data)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(InputStream input)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(ByteBuffer data)
static QueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type QueryContextLineageSubgraphRequest Modifier and Type Method Description com.google.protobuf.Parser<QueryContextLineageSubgraphRequest>
QueryContextLineageSubgraphRequest. getParserForType()
static io.grpc.MethodDescriptor<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceGrpc. getQueryContextLineageSubgraphMethod()
static com.google.protobuf.Parser<QueryContextLineageSubgraphRequest>
QueryContextLineageSubgraphRequest. parser()
com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceClient. queryContextLineageSubgraphCallable()
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings.Builder. queryContextLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceSettings. queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.Methods in com.google.cloud.aiplatform.v1 with parameters of type QueryContextLineageSubgraphRequest Modifier and Type Method Description QueryContextLineageSubgraphRequest.Builder
QueryContextLineageSubgraphRequest.Builder. mergeFrom(QueryContextLineageSubgraphRequest other)
static QueryContextLineageSubgraphRequest.Builder
QueryContextLineageSubgraphRequest. newBuilder(QueryContextLineageSubgraphRequest prototype)
LineageSubgraph
MetadataServiceClient. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.default void
MetadataServiceGrpc.AsyncService. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.LineageSubgraph
MetadataServiceGrpc.MetadataServiceBlockingStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.com.google.common.util.concurrent.ListenableFuture<LineageSubgraph>
MetadataServiceGrpc.MetadataServiceFutureStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.void
MetadataServiceGrpc.MetadataServiceStub. queryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, io.grpc.stub.StreamObserver<LineageSubgraph> responseObserver)
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph. -
Uses of QueryContextLineageSubgraphRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type QueryContextLineageSubgraphRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
GrpcMetadataServiceStub. queryContextLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStub. queryContextLineageSubgraphCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings.Builder. queryContextLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryContextLineageSubgraph.com.google.api.gax.rpc.UnaryCallSettings<QueryContextLineageSubgraphRequest,LineageSubgraph>
MetadataServiceStubSettings. queryContextLineageSubgraphSettings()
Returns the object with the settings used for calls to queryContextLineageSubgraph.
-