Class MetadataServiceStub (3.17.0)

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.

Inheritance

java.lang.Object > MetadataServiceStub

Implements

BackgroundResource

Constructors

MetadataServiceStub()

public MetadataServiceStub()

Methods

addContextArtifactsAndExecutionsCallable()

public UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsCallable()

addContextChildrenCallable()

public UnaryCallable<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenCallable()

addExecutionEventsCallable()

public UnaryCallable<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsCallable()

close()

public abstract void close()

createArtifactCallable()

public UnaryCallable<CreateArtifactRequest,Artifact> createArtifactCallable()

createContextCallable()

public UnaryCallable<CreateContextRequest,Context> createContextCallable()

createExecutionCallable()

public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()

createMetadataSchemaCallable()

public UnaryCallable<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaCallable()

createMetadataStoreCallable()

public UnaryCallable<CreateMetadataStoreRequest,Operation> createMetadataStoreCallable()

createMetadataStoreOperationCallable()

public OperationCallable<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationCallable()

deleteArtifactCallable()

public UnaryCallable<DeleteArtifactRequest,Operation> deleteArtifactCallable()

deleteArtifactOperationCallable()

public OperationCallable<DeleteArtifactRequest,Empty,DeleteOperationMetadata> deleteArtifactOperationCallable()

deleteContextCallable()

public UnaryCallable<DeleteContextRequest,Operation> deleteContextCallable()

deleteContextOperationCallable()

public OperationCallable<DeleteContextRequest,Empty,DeleteOperationMetadata> deleteContextOperationCallable()

deleteExecutionCallable()

public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()

deleteExecutionOperationCallable()

public OperationCallable<DeleteExecutionRequest,Empty,DeleteOperationMetadata> deleteExecutionOperationCallable()

deleteMetadataStoreCallable()

public UnaryCallable<DeleteMetadataStoreRequest,Operation> deleteMetadataStoreCallable()

deleteMetadataStoreOperationCallable()

public OperationCallable<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationCallable()

getArtifactCallable()

public UnaryCallable<GetArtifactRequest,Artifact> getArtifactCallable()

getContextCallable()

public UnaryCallable<GetContextRequest,Context> getContextCallable()
Returns
TypeDescription
UnaryCallable<GetContextRequest,Context>

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getMetadataSchemaCallable()

public UnaryCallable<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaCallable()

getMetadataStoreCallable()

public UnaryCallable<GetMetadataStoreRequest,MetadataStore> getMetadataStoreCallable()

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listArtifactsCallable()

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()

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()

listExecutionsPagedCallable()

public UnaryCallable<ListExecutionsRequest,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listMetadataSchemasCallable()

public UnaryCallable<ListMetadataSchemasRequest,ListMetadataSchemasResponse> listMetadataSchemasCallable()

listMetadataSchemasPagedCallable()

public UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasPagedCallable()

listMetadataStoresCallable()

public UnaryCallable<ListMetadataStoresRequest,ListMetadataStoresResponse> listMetadataStoresCallable()

listMetadataStoresPagedCallable()

public UnaryCallable<ListMetadataStoresRequest,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresPagedCallable()

purgeArtifactsCallable()

public UnaryCallable<PurgeArtifactsRequest,Operation> purgeArtifactsCallable()

purgeArtifactsOperationCallable()

public OperationCallable<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationCallable()

purgeContextsCallable()

public UnaryCallable<PurgeContextsRequest,Operation> purgeContextsCallable()

purgeContextsOperationCallable()

public OperationCallable<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationCallable()

purgeExecutionsCallable()

public UnaryCallable<PurgeExecutionsRequest,Operation> purgeExecutionsCallable()

purgeExecutionsOperationCallable()

public OperationCallable<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationCallable()

queryArtifactLineageSubgraphCallable()

public UnaryCallable<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphCallable()

queryContextLineageSubgraphCallable()

public UnaryCallable<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphCallable()

queryExecutionInputsAndOutputsCallable()

public UnaryCallable<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsCallable()

removeContextChildrenCallable()

public UnaryCallable<RemoveContextChildrenRequest,RemoveContextChildrenResponse> removeContextChildrenCallable()

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateArtifactCallable()

public UnaryCallable<UpdateArtifactRequest,Artifact> updateArtifactCallable()

updateContextCallable()

public UnaryCallable<UpdateContextRequest,Context> updateContextCallable()

updateExecutionCallable()

public UnaryCallable<UpdateExecutionRequest,Execution> updateExecutionCallable()