Class MetadataServiceSettings.Builder (2.5.3)

public static class MetadataServiceSettings.Builder extends ClientSettings.Builder<MetadataServiceSettings,MetadataServiceSettings.Builder>

Builder for MetadataServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > MetadataServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(MetadataServiceSettings settings)

protected Builder(MetadataServiceSettings settings)
Parameter
NameDescription
settingsMetadataServiceSettings

Builder(MetadataServiceStubSettings.Builder stubSettings)

protected Builder(MetadataServiceStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsMetadataServiceStubSettings.Builder

Methods

addContextArtifactsAndExecutionsSettings()

public UnaryCallSettings.Builder<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsSettings()

Returns the builder for the settings used for calls to addContextArtifactsAndExecutions.

Returns

addContextChildrenSettings()

public UnaryCallSettings.Builder<AddContextChildrenRequest,AddContextChildrenResponse> addContextChildrenSettings()

Returns the builder for the settings used for calls to addContextChildren.

Returns

addExecutionEventsSettings()

public UnaryCallSettings.Builder<AddExecutionEventsRequest,AddExecutionEventsResponse> addExecutionEventsSettings()

Returns the builder for the settings used for calls to addExecutionEvents.

Returns

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public MetadataServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns

build()

public MetadataServiceSettings build()
Returns Overrides Exceptions
TypeDescription
IOException

createArtifactSettings()

public UnaryCallSettings.Builder<CreateArtifactRequest,Artifact> createArtifactSettings()

Returns the builder for the settings used for calls to createArtifact.

Returns

createContextSettings()

public UnaryCallSettings.Builder<CreateContextRequest,Context> createContextSettings()

Returns the builder for the settings used for calls to createContext.

Returns

createExecutionSettings()

public UnaryCallSettings.Builder<CreateExecutionRequest,Execution> createExecutionSettings()

Returns the builder for the settings used for calls to createExecution.

Returns

createMetadataSchemaSettings()

public UnaryCallSettings.Builder<CreateMetadataSchemaRequest,MetadataSchema> createMetadataSchemaSettings()

Returns the builder for the settings used for calls to createMetadataSchema.

Returns

createMetadataStoreOperationSettings()

public OperationCallSettings.Builder<CreateMetadataStoreRequest,MetadataStore,CreateMetadataStoreOperationMetadata> createMetadataStoreOperationSettings()

Returns the builder for the settings used for calls to createMetadataStore.

Returns

createMetadataStoreSettings()

public UnaryCallSettings.Builder<CreateMetadataStoreRequest,Operation> createMetadataStoreSettings()

Returns the builder for the settings used for calls to createMetadataStore.

Returns

deleteArtifactOperationSettings()

public OperationCallSettings.Builder<DeleteArtifactRequest,Empty,DeleteOperationMetadata> deleteArtifactOperationSettings()

Returns the builder for the settings used for calls to deleteArtifact.

Returns

deleteArtifactSettings()

public UnaryCallSettings.Builder<DeleteArtifactRequest,Operation> deleteArtifactSettings()

Returns the builder for the settings used for calls to deleteArtifact.

Returns

deleteContextOperationSettings()

public OperationCallSettings.Builder<DeleteContextRequest,Empty,DeleteOperationMetadata> deleteContextOperationSettings()

Returns the builder for the settings used for calls to deleteContext.

Returns

deleteContextSettings()

public UnaryCallSettings.Builder<DeleteContextRequest,Operation> deleteContextSettings()

Returns the builder for the settings used for calls to deleteContext.

Returns

deleteExecutionOperationSettings()

public OperationCallSettings.Builder<DeleteExecutionRequest,Empty,DeleteOperationMetadata> deleteExecutionOperationSettings()

Returns the builder for the settings used for calls to deleteExecution.

Returns

deleteExecutionSettings()

public UnaryCallSettings.Builder<DeleteExecutionRequest,Operation> deleteExecutionSettings()

Returns the builder for the settings used for calls to deleteExecution.

Returns

deleteMetadataStoreOperationSettings()

public OperationCallSettings.Builder<DeleteMetadataStoreRequest,Empty,DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationSettings()

Returns the builder for the settings used for calls to deleteMetadataStore.

Returns

deleteMetadataStoreSettings()

public UnaryCallSettings.Builder<DeleteMetadataStoreRequest,Operation> deleteMetadataStoreSettings()

Returns the builder for the settings used for calls to deleteMetadataStore.

Returns

getArtifactSettings()

public UnaryCallSettings.Builder<GetArtifactRequest,Artifact> getArtifactSettings()

Returns the builder for the settings used for calls to getArtifact.

Returns

getContextSettings()

public UnaryCallSettings.Builder<GetContextRequest,Context> getContextSettings()

Returns the builder for the settings used for calls to getContext.

Returns

getExecutionSettings()

public UnaryCallSettings.Builder<GetExecutionRequest,Execution> getExecutionSettings()

Returns the builder for the settings used for calls to getExecution.

Returns

getMetadataSchemaSettings()

public UnaryCallSettings.Builder<GetMetadataSchemaRequest,MetadataSchema> getMetadataSchemaSettings()

Returns the builder for the settings used for calls to getMetadataSchema.

Returns

getMetadataStoreSettings()

public UnaryCallSettings.Builder<GetMetadataStoreRequest,MetadataStore> getMetadataStoreSettings()

Returns the builder for the settings used for calls to getMetadataStore.

Returns

getStubSettingsBuilder()

public MetadataServiceStubSettings.Builder getStubSettingsBuilder()
Returns

listArtifactsSettings()

public PagedCallSettings.Builder<ListArtifactsRequest,ListArtifactsResponse,MetadataServiceClient.ListArtifactsPagedResponse> listArtifactsSettings()

Returns the builder for the settings used for calls to listArtifacts.

Returns

listContextsSettings()

public PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,MetadataServiceClient.ListContextsPagedResponse> listContextsSettings()

Returns the builder for the settings used for calls to listContexts.

Returns

listExecutionsSettings()

public PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,MetadataServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()

Returns the builder for the settings used for calls to listExecutions.

Returns

listMetadataSchemasSettings()

public PagedCallSettings.Builder<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse> listMetadataSchemasSettings()

Returns the builder for the settings used for calls to listMetadataSchemas.

Returns

listMetadataStoresSettings()

public PagedCallSettings.Builder<ListMetadataStoresRequest,ListMetadataStoresResponse,MetadataServiceClient.ListMetadataStoresPagedResponse> listMetadataStoresSettings()

Returns the builder for the settings used for calls to listMetadataStores.

Returns

purgeArtifactsOperationSettings()

public OperationCallSettings.Builder<PurgeArtifactsRequest,PurgeArtifactsResponse,PurgeArtifactsMetadata> purgeArtifactsOperationSettings()

Returns the builder for the settings used for calls to purgeArtifacts.

Returns

purgeArtifactsSettings()

public UnaryCallSettings.Builder<PurgeArtifactsRequest,Operation> purgeArtifactsSettings()

Returns the builder for the settings used for calls to purgeArtifacts.

Returns

purgeContextsOperationSettings()

public OperationCallSettings.Builder<PurgeContextsRequest,PurgeContextsResponse,PurgeContextsMetadata> purgeContextsOperationSettings()

Returns the builder for the settings used for calls to purgeContexts.

Returns

purgeContextsSettings()

public UnaryCallSettings.Builder<PurgeContextsRequest,Operation> purgeContextsSettings()

Returns the builder for the settings used for calls to purgeContexts.

Returns

purgeExecutionsOperationSettings()

public OperationCallSettings.Builder<PurgeExecutionsRequest,PurgeExecutionsResponse,PurgeExecutionsMetadata> purgeExecutionsOperationSettings()

Returns the builder for the settings used for calls to purgeExecutions.

Returns

purgeExecutionsSettings()

public UnaryCallSettings.Builder<PurgeExecutionsRequest,Operation> purgeExecutionsSettings()

Returns the builder for the settings used for calls to purgeExecutions.

Returns

queryArtifactLineageSubgraphSettings()

public UnaryCallSettings.Builder<QueryArtifactLineageSubgraphRequest,LineageSubgraph> queryArtifactLineageSubgraphSettings()

Returns the builder for the settings used for calls to queryArtifactLineageSubgraph.

Returns

queryContextLineageSubgraphSettings()

public UnaryCallSettings.Builder<QueryContextLineageSubgraphRequest,LineageSubgraph> queryContextLineageSubgraphSettings()

Returns the builder for the settings used for calls to queryContextLineageSubgraph.

Returns

queryExecutionInputsAndOutputsSettings()

public UnaryCallSettings.Builder<QueryExecutionInputsAndOutputsRequest,LineageSubgraph> queryExecutionInputsAndOutputsSettings()

Returns the builder for the settings used for calls to queryExecutionInputsAndOutputs.

Returns

updateArtifactSettings()

public UnaryCallSettings.Builder<UpdateArtifactRequest,Artifact> updateArtifactSettings()

Returns the builder for the settings used for calls to updateArtifact.

Returns

updateContextSettings()

public UnaryCallSettings.Builder<UpdateContextRequest,Context> updateContextSettings()

Returns the builder for the settings used for calls to updateContext.

Returns

updateExecutionSettings()

public UnaryCallSettings.Builder<UpdateExecutionRequest,Execution> updateExecutionSettings()

Returns the builder for the settings used for calls to updateExecution.

Returns