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