public abstract class MetadataServiceStub implements BackgroundResource
Base stub class for the MetadataService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
public MetadataServiceStub()
Methods
addContextArtifactsAndExecutionsCallable()
public UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsCallable()
addContextChildrenCallable()
public UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenCallable()
public UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsCallable()
public abstract void close()
public UnaryCallable<CreateArtifactRequest,Artifact> createArtifactCallable()
createContextCallable()
public UnaryCallable<CreateContextRequest,Context> createContextCallable()
public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
public UnaryCallable<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaCallable()
public UnaryCallable<CreateMetadataStoreRequest,Operation> createMetadataStoreCallable()
public OperationCallable<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationCallable()
public UnaryCallable<DeleteArtifactRequest,Operation> deleteArtifactCallable()
public OperationCallable<DeleteArtifactRequest,Empty,DeleteOperationMetadata> deleteArtifactOperationCallable()
deleteContextCallable()
public UnaryCallable<DeleteContextRequest,Operation> deleteContextCallable()
deleteContextOperationCallable()
public OperationCallable<DeleteContextRequest,Empty,DeleteOperationMetadata> deleteContextOperationCallable()
public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
public OperationCallable<DeleteExecutionRequest,Empty,DeleteOperationMetadata> deleteExecutionOperationCallable()
public UnaryCallable<DeleteMetadataStoreRequest,Operation> deleteMetadataStoreCallable()
public OperationCallable<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationCallable()
public UnaryCallable<GetArtifactRequest,Artifact> getArtifactCallable()
getContextCallable()
public UnaryCallable<GetContextRequest,Context> getContextCallable()
public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
public UnaryCallable<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaCallable()
public UnaryCallable<GetMetadataStoreRequest,MetadataStore> getMetadataStoreCallable()
public OperationsStub getOperationsStub()
public UnaryCallable<ListArtifactsRequest,ListArtifactsResponse> listArtifactsCallable()
listArtifactsPagedCallable()
public UnaryCallable<ListArtifactsRequest,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsPagedCallable()
listContextsCallable()
public UnaryCallable<ListContextsRequest,ListContextsResponse> listContextsCallable()
listContextsPagedCallable()
public UnaryCallable<ListContextsRequest,MetadataServiceClient.ListContextsPagedResponse> listContextsPagedCallable()
public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
listExecutionsPagedCallable()
public UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> | |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> listMetadataSchemasCallable()
listMetadataSchemasPagedCallable()
public UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasPagedCallable()
public UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> listMetadataStoresCallable()
listMetadataStoresPagedCallable()
public UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresPagedCallable()
public UnaryCallable<PurgeArtifactsRequest,Operation> purgeArtifactsCallable()
public OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationCallable()
purgeContextsCallable()
public UnaryCallable<PurgeContextsRequest,Operation> purgeContextsCallable()
purgeContextsOperationCallable()
public OperationCallable<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationCallable()
public UnaryCallable<PurgeExecutionsRequest,Operation> purgeExecutionsCallable()
public OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationCallable()
public UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphCallable()
queryContextLineageSubgraphCallable()
public UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphCallable()
public UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsCallable()
removeContextChildrenCallable()
public UnaryCallable<RemoveContextChildrenRequest,RemoveContextChildrenResponse> removeContextChildrenCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
public UnaryCallable<UpdateArtifactRequest,Artifact> updateArtifactCallable()
updateContextCallable()
public UnaryCallable<UpdateContextRequest,Context> updateContextCallable()
public UnaryCallable<UpdateExecutionRequest,Execution> updateExecutionCallable()