public static class MetadataServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<MetadataServiceSettings,MetadataServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(MetadataServiceSettings settings) |
protected |
Builder(MetadataServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> |
addContextArtifactsAndExecutionsSettings()
Returns the builder for the settings used for calls to addContextArtifactsAndExecutions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextChildrenRequest,AddContextChildrenResponse> |
addContextChildrenSettings()
Returns the builder for the settings used for calls to addContextChildren.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AddExecutionEventsRequest,AddExecutionEventsResponse> |
addExecutionEventsSettings()
Returns the builder for the settings used for calls to addExecutionEvents.
|
MetadataServiceSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
MetadataServiceSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateArtifactRequest,Artifact> |
createArtifactSettings()
Returns the builder for the settings used for calls to createArtifact.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context> |
createContextSettings()
Returns the builder for the settings used for calls to createContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution> |
createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetadataSchemaRequest,MetadataSchema> |
createMetadataSchemaSettings()
Returns the builder for the settings used for calls to createMetadataSchema.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> |
createMetadataStoreOperationSettings()
Returns the builder for the settings used for calls to createMetadataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetadataStoreRequest,com.google.longrunning.Operation> |
createMetadataStoreSettings()
Returns the builder for the settings used for calls to createMetadataStore.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteArtifactRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteArtifactOperationSettings()
Returns the builder for the settings used for calls to deleteArtifact.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteArtifactRequest,com.google.longrunning.Operation> |
deleteArtifactSettings()
Returns the builder for the settings used for calls to deleteArtifact.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteContextOperationSettings()
Returns the builder for the settings used for calls to deleteContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,com.google.longrunning.Operation> |
deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteExecutionOperationSettings()
Returns the builder for the settings used for calls to deleteExecution.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation> |
deleteExecutionSettings()
Returns the builder for the settings used for calls to deleteExecution.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteMetadataStoreRequest,com.google.protobuf.Empty,DeleteMetadataStoreOperationMetadata> |
deleteMetadataStoreOperationSettings()
Returns the builder for the settings used for calls to deleteMetadataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMetadataStoreRequest,com.google.longrunning.Operation> |
deleteMetadataStoreSettings()
Returns the builder for the settings used for calls to deleteMetadataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetArtifactRequest,Artifact> |
getArtifactSettings()
Returns the builder for the settings used for calls to getArtifact.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context> |
getContextSettings()
Returns the builder for the settings used for calls to getContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution> |
getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataSchemaRequest,MetadataSchema> |
getMetadataSchemaSettings()
Returns the builder for the settings used for calls to getMetadataSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataStoreRequest,MetadataStore> |
getMetadataStoreSettings()
Returns the builder for the settings used for calls to getMetadataStore.
|
MetadataServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListArtifactsRequest,ListArtifactsResponse,MetadataServiceClient.ListArtifactsPagedResponse> |
listArtifactsSettings()
Returns the builder for the settings used for calls to listArtifacts.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse> |
listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> |
listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,MetadataServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse> |
listMetadataSchemasSettings()
Returns the builder for the settings used for calls to listMetadataSchemas.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse> |
listMetadataStoresSettings()
Returns the builder for the settings used for calls to listMetadataStores.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> |
purgeArtifactsOperationSettings()
Returns the builder for the settings used for calls to purgeArtifacts.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeArtifactsRequest,com.google.longrunning.Operation> |
purgeArtifactsSettings()
Returns the builder for the settings used for calls to purgeArtifacts.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> |
purgeContextsOperationSettings()
Returns the builder for the settings used for calls to purgeContexts.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeContextsRequest,com.google.longrunning.Operation> |
purgeContextsSettings()
Returns the builder for the settings used for calls to purgeContexts.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> |
purgeExecutionsOperationSettings()
Returns the builder for the settings used for calls to purgeExecutions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeExecutionsRequest,com.google.longrunning.Operation> |
purgeExecutionsSettings()
Returns the builder for the settings used for calls to purgeExecutions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryArtifactLineageSubgraphRequest,LineageSubgraph> |
queryArtifactLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryArtifactLineageSubgraph.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph> |
queryContextLineageSubgraphSettings()
Returns the builder for the settings used for calls to queryContextLineageSubgraph.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> |
queryExecutionInputsAndOutputsSettings()
Returns the builder for the settings used for calls to queryExecutionInputsAndOutputs.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveContextChildrenRequest,RemoveContextChildrenResponse> |
removeContextChildrenSettings()
Returns the builder for the settings used for calls to removeContextChildren.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateArtifactRequest,Artifact> |
updateArtifactSettings()
Returns the builder for the settings used for calls to updateArtifact.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context> |
updateContextSettings()
Returns the builder for the settings used for calls to updateContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution> |
updateExecutionSettings()
Returns the builder for the settings used for calls to updateExecution.
|
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(MetadataServiceSettings settings)
protected Builder(MetadataServiceStubSettings.Builder stubSettings)
public MetadataServiceStubSettings.Builder getStubSettingsBuilder()
public MetadataServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetadataStoreRequest,com.google.longrunning.Operation> createMetadataStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataStoreRequest,MetadataStore> getMetadataStoreSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMetadataStoreRequest,com.google.longrunning.Operation> deleteMetadataStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteMetadataStoreRequest,com.google.protobuf.Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateArtifactRequest,Artifact> createArtifactSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetArtifactRequest,Artifact> getArtifactSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListArtifactsRequest,ListArtifactsResponse,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateArtifactRequest,Artifact> updateArtifactSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteArtifactRequest,com.google.longrunning.Operation> deleteArtifactSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteArtifactRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteArtifactOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeArtifactsRequest,com.google.longrunning.Operation> purgeArtifactsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context> createContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context> getContextSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse> listContextsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context> updateContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,com.google.longrunning.Operation> deleteContextSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteContextOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeContextsRequest,com.google.longrunning.Operation> purgeContextsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveContextChildrenRequest,RemoveContextChildrenResponse> removeContextChildrenSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution> createExecutionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution> getExecutionSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution> updateExecutionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteExecutionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PurgeExecutionsRequest,com.google.longrunning.Operation> purgeExecutionsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,MetadataServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public MetadataServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<MetadataServiceSettings,MetadataServiceSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.