Send feedback
Class MetadataServiceStub (3.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.13.0 keyboard_arrow_down
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 ()
Returns
addContextChildrenCallable()
public UnaryCallable<AddContextChildrenRequest , AddContextChildrenResponse > addContextChildrenCallable ()
Returns
public UnaryCallable<AddExecutionEventsRequest , AddExecutionEventsResponse > addExecutionEventsCallable ()
Returns
public abstract void close ()
public UnaryCallable<CreateArtifactRequest , Artifact > createArtifactCallable ()
Returns
createContextCallable()
public UnaryCallable<CreateContextRequest , Context > createContextCallable ()
Returns
public UnaryCallable<CreateExecutionRequest , Execution > createExecutionCallable ()
Returns
public UnaryCallable<CreateMetadataSchemaRequest , MetadataSchema > createMetadataSchemaCallable ()
Returns
public UnaryCallable<CreateMetadataStoreRequest , Operation > createMetadataStoreCallable ()
Returns
public OperationCallable<CreateMetadataStoreRequest , MetadataStore , CreateMetadataStoreOperationMetadata > createMetadataStoreOperationCallable ()
Returns
public UnaryCallable<DeleteArtifactRequest , Operation > deleteArtifactCallable ()
Returns
public OperationCallable<DeleteArtifactRequest , Empty , DeleteOperationMetadata > deleteArtifactOperationCallable ()
Returns
deleteContextCallable()
public UnaryCallable<DeleteContextRequest , Operation > deleteContextCallable ()
Returns
deleteContextOperationCallable()
public OperationCallable<DeleteContextRequest , Empty , DeleteOperationMetadata > deleteContextOperationCallable ()
Returns
public UnaryCallable<DeleteExecutionRequest , Operation > deleteExecutionCallable ()
Returns
public OperationCallable<DeleteExecutionRequest , Empty , DeleteOperationMetadata > deleteExecutionOperationCallable ()
Returns
public UnaryCallable<DeleteMetadataStoreRequest , Operation > deleteMetadataStoreCallable ()
Returns
public OperationCallable<DeleteMetadataStoreRequest , Empty , DeleteMetadataStoreOperationMetadata > deleteMetadataStoreOperationCallable ()
Returns
public UnaryCallable<GetArtifactRequest , Artifact > getArtifactCallable ()
Returns
getContextCallable()
public UnaryCallable<GetContextRequest , Context > getContextCallable ()
Returns
public UnaryCallable<GetExecutionRequest , Execution > getExecutionCallable ()
Returns
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 ()
Returns
public UnaryCallable<GetMetadataStoreRequest , MetadataStore > getMetadataStoreCallable ()
Returns
public OperationsStub getOperationsStub ()
Returns
public UnaryCallable<ListArtifactsRequest , ListArtifactsResponse > listArtifactsCallable ()
Returns
listArtifactsPagedCallable()
public UnaryCallable<ListArtifactsRequest , MetadataServiceClient . ListArtifactsPagedResponse > listArtifactsPagedCallable ()
Returns
listContextsCallable()
public UnaryCallable<ListContextsRequest , ListContextsResponse > listContextsCallable ()
Returns
listContextsPagedCallable()
public UnaryCallable<ListContextsRequest , MetadataServiceClient . ListContextsPagedResponse > listContextsPagedCallable ()
Returns
public UnaryCallable<ListExecutionsRequest , ListExecutionsResponse > listExecutionsCallable ()
Returns
listExecutionsPagedCallable()
public UnaryCallable<ListExecutionsRequest , MetadataServiceClient . ListExecutionsPagedResponse > listExecutionsPagedCallable ()
Returns
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 ()
Returns
public UnaryCallable<ListMetadataSchemasRequest , ListMetadataSchemasResponse > listMetadataSchemasCallable ()
Returns
listMetadataSchemasPagedCallable()
public UnaryCallable<ListMetadataSchemasRequest , MetadataServiceClient . ListMetadataSchemasPagedResponse > listMetadataSchemasPagedCallable ()
Returns
public UnaryCallable<ListMetadataStoresRequest , ListMetadataStoresResponse > listMetadataStoresCallable ()
Returns
listMetadataStoresPagedCallable()
public UnaryCallable<ListMetadataStoresRequest , MetadataServiceClient . ListMetadataStoresPagedResponse > listMetadataStoresPagedCallable ()
Returns
public UnaryCallable<PurgeArtifactsRequest , Operation > purgeArtifactsCallable ()
Returns
public OperationCallable<PurgeArtifactsRequest , PurgeArtifactsResponse , PurgeArtifactsMetadata > purgeArtifactsOperationCallable ()
Returns
purgeContextsCallable()
public UnaryCallable<PurgeContextsRequest , Operation > purgeContextsCallable ()
Returns
purgeContextsOperationCallable()
public OperationCallable<PurgeContextsRequest , PurgeContextsResponse , PurgeContextsMetadata > purgeContextsOperationCallable ()
Returns
public UnaryCallable<PurgeExecutionsRequest , Operation > purgeExecutionsCallable ()
Returns
public OperationCallable<PurgeExecutionsRequest , PurgeExecutionsResponse , PurgeExecutionsMetadata > purgeExecutionsOperationCallable ()
Returns
public UnaryCallable<QueryArtifactLineageSubgraphRequest , LineageSubgraph > queryArtifactLineageSubgraphCallable ()
Returns
queryContextLineageSubgraphCallable()
public UnaryCallable<QueryContextLineageSubgraphRequest , LineageSubgraph > queryContextLineageSubgraphCallable ()
Returns
public UnaryCallable<QueryExecutionInputsAndOutputsRequest , LineageSubgraph > queryExecutionInputsAndOutputsCallable ()
Returns
removeContextChildrenCallable()
public UnaryCallable<RemoveContextChildrenRequest , RemoveContextChildrenResponse > removeContextChildrenCallable ()
Returns
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 ()
Returns
updateContextCallable()
public UnaryCallable<UpdateContextRequest , Context > updateContextCallable ()
Returns
public UnaryCallable<UpdateExecutionRequest , Execution > updateExecutionCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]