All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.aiplatform.v1.MetadataServiceSettings Maven / Gradle / Ivy

There is a newer version: 3.55.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.google.cloud.aiplatform.v1;

import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListArtifactsPagedResponse;
import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListContextsPagedResponse;
import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListExecutionsPagedResponse;
import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListLocationsPagedResponse;
import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListMetadataSchemasPagedResponse;
import static com.google.cloud.aiplatform.v1.MetadataServiceClient.ListMetadataStoresPagedResponse;

import com.google.api.core.ApiFunction;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
import com.google.api.gax.rpc.ApiClientHeaderProvider;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.aiplatform.v1.stub.MetadataServiceStubSettings;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.longrunning.Operation;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Settings class to configure an instance of {@link MetadataServiceClient}.
 *
 * 

The default instance has everything set to sensible defaults: * *

    *
  • The default service address (aiplatform.googleapis.com) and default port (443) are used. *
  • Credentials are acquired automatically through Application Default Credentials. *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When * build() is called, the tree of builders is called to create the complete settings object. * *

For example, to set the total timeout of getMetadataStore to 30 seconds: * *

{@code
 * // This snippet has been automatically generated and should be regarded as a code template only.
 * // It will require modifications to work:
 * // - It may require correct/in-range values for request initialization.
 * // - It may require specifying regional endpoints when creating the service client as shown in
 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 * MetadataServiceSettings.Builder metadataServiceSettingsBuilder =
 *     MetadataServiceSettings.newBuilder();
 * metadataServiceSettingsBuilder
 *     .getMetadataStoreSettings()
 *     .setRetrySettings(
 *         metadataServiceSettingsBuilder
 *             .getMetadataStoreSettings()
 *             .getRetrySettings()
 *             .toBuilder()
 *             .setTotalTimeout(Duration.ofSeconds(30))
 *             .build());
 * MetadataServiceSettings metadataServiceSettings = metadataServiceSettingsBuilder.build();
 * }
*/ @Generated("by gapic-generator-java") public class MetadataServiceSettings extends ClientSettings { /** Returns the object with the settings used for calls to createMetadataStore. */ public UnaryCallSettings createMetadataStoreSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createMetadataStoreSettings(); } /** Returns the object with the settings used for calls to createMetadataStore. */ public OperationCallSettings< CreateMetadataStoreRequest, MetadataStore, CreateMetadataStoreOperationMetadata> createMetadataStoreOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createMetadataStoreOperationSettings(); } /** Returns the object with the settings used for calls to getMetadataStore. */ public UnaryCallSettings getMetadataStoreSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getMetadataStoreSettings(); } /** Returns the object with the settings used for calls to listMetadataStores. */ public PagedCallSettings< ListMetadataStoresRequest, ListMetadataStoresResponse, ListMetadataStoresPagedResponse> listMetadataStoresSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listMetadataStoresSettings(); } /** Returns the object with the settings used for calls to deleteMetadataStore. */ public UnaryCallSettings deleteMetadataStoreSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteMetadataStoreSettings(); } /** Returns the object with the settings used for calls to deleteMetadataStore. */ public OperationCallSettings< DeleteMetadataStoreRequest, Empty, DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteMetadataStoreOperationSettings(); } /** Returns the object with the settings used for calls to createArtifact. */ public UnaryCallSettings createArtifactSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createArtifactSettings(); } /** Returns the object with the settings used for calls to getArtifact. */ public UnaryCallSettings getArtifactSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getArtifactSettings(); } /** Returns the object with the settings used for calls to listArtifacts. */ public PagedCallSettings listArtifactsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listArtifactsSettings(); } /** Returns the object with the settings used for calls to updateArtifact. */ public UnaryCallSettings updateArtifactSettings() { return ((MetadataServiceStubSettings) getStubSettings()).updateArtifactSettings(); } /** Returns the object with the settings used for calls to deleteArtifact. */ public UnaryCallSettings deleteArtifactSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteArtifactSettings(); } /** Returns the object with the settings used for calls to deleteArtifact. */ public OperationCallSettings deleteArtifactOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteArtifactOperationSettings(); } /** Returns the object with the settings used for calls to purgeArtifacts. */ public UnaryCallSettings purgeArtifactsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeArtifactsSettings(); } /** Returns the object with the settings used for calls to purgeArtifacts. */ public OperationCallSettings< PurgeArtifactsRequest, PurgeArtifactsResponse, PurgeArtifactsMetadata> purgeArtifactsOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeArtifactsOperationSettings(); } /** Returns the object with the settings used for calls to createContext. */ public UnaryCallSettings createContextSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createContextSettings(); } /** Returns the object with the settings used for calls to getContext. */ public UnaryCallSettings getContextSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getContextSettings(); } /** Returns the object with the settings used for calls to listContexts. */ public PagedCallSettings listContextsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listContextsSettings(); } /** Returns the object with the settings used for calls to updateContext. */ public UnaryCallSettings updateContextSettings() { return ((MetadataServiceStubSettings) getStubSettings()).updateContextSettings(); } /** Returns the object with the settings used for calls to deleteContext. */ public UnaryCallSettings deleteContextSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteContextSettings(); } /** Returns the object with the settings used for calls to deleteContext. */ public OperationCallSettings deleteContextOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteContextOperationSettings(); } /** Returns the object with the settings used for calls to purgeContexts. */ public UnaryCallSettings purgeContextsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeContextsSettings(); } /** Returns the object with the settings used for calls to purgeContexts. */ public OperationCallSettings purgeContextsOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeContextsOperationSettings(); } /** Returns the object with the settings used for calls to addContextArtifactsAndExecutions. */ public UnaryCallSettings< AddContextArtifactsAndExecutionsRequest, AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsSettings() { return ((MetadataServiceStubSettings) getStubSettings()) .addContextArtifactsAndExecutionsSettings(); } /** Returns the object with the settings used for calls to addContextChildren. */ public UnaryCallSettings addContextChildrenSettings() { return ((MetadataServiceStubSettings) getStubSettings()).addContextChildrenSettings(); } /** Returns the object with the settings used for calls to removeContextChildren. */ public UnaryCallSettings removeContextChildrenSettings() { return ((MetadataServiceStubSettings) getStubSettings()).removeContextChildrenSettings(); } /** Returns the object with the settings used for calls to queryContextLineageSubgraph. */ public UnaryCallSettings queryContextLineageSubgraphSettings() { return ((MetadataServiceStubSettings) getStubSettings()).queryContextLineageSubgraphSettings(); } /** Returns the object with the settings used for calls to createExecution. */ public UnaryCallSettings createExecutionSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createExecutionSettings(); } /** Returns the object with the settings used for calls to getExecution. */ public UnaryCallSettings getExecutionSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getExecutionSettings(); } /** Returns the object with the settings used for calls to listExecutions. */ public PagedCallSettings< ListExecutionsRequest, ListExecutionsResponse, ListExecutionsPagedResponse> listExecutionsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listExecutionsSettings(); } /** Returns the object with the settings used for calls to updateExecution. */ public UnaryCallSettings updateExecutionSettings() { return ((MetadataServiceStubSettings) getStubSettings()).updateExecutionSettings(); } /** Returns the object with the settings used for calls to deleteExecution. */ public UnaryCallSettings deleteExecutionSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteExecutionSettings(); } /** Returns the object with the settings used for calls to deleteExecution. */ public OperationCallSettings deleteExecutionOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).deleteExecutionOperationSettings(); } /** Returns the object with the settings used for calls to purgeExecutions. */ public UnaryCallSettings purgeExecutionsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeExecutionsSettings(); } /** Returns the object with the settings used for calls to purgeExecutions. */ public OperationCallSettings< PurgeExecutionsRequest, PurgeExecutionsResponse, PurgeExecutionsMetadata> purgeExecutionsOperationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).purgeExecutionsOperationSettings(); } /** Returns the object with the settings used for calls to addExecutionEvents. */ public UnaryCallSettings addExecutionEventsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).addExecutionEventsSettings(); } /** Returns the object with the settings used for calls to queryExecutionInputsAndOutputs. */ public UnaryCallSettings queryExecutionInputsAndOutputsSettings() { return ((MetadataServiceStubSettings) getStubSettings()) .queryExecutionInputsAndOutputsSettings(); } /** Returns the object with the settings used for calls to createMetadataSchema. */ public UnaryCallSettings createMetadataSchemaSettings() { return ((MetadataServiceStubSettings) getStubSettings()).createMetadataSchemaSettings(); } /** Returns the object with the settings used for calls to getMetadataSchema. */ public UnaryCallSettings getMetadataSchemaSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getMetadataSchemaSettings(); } /** Returns the object with the settings used for calls to listMetadataSchemas. */ public PagedCallSettings< ListMetadataSchemasRequest, ListMetadataSchemasResponse, ListMetadataSchemasPagedResponse> listMetadataSchemasSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listMetadataSchemasSettings(); } /** Returns the object with the settings used for calls to queryArtifactLineageSubgraph. */ public UnaryCallSettings queryArtifactLineageSubgraphSettings() { return ((MetadataServiceStubSettings) getStubSettings()).queryArtifactLineageSubgraphSettings(); } /** Returns the object with the settings used for calls to listLocations. */ public PagedCallSettings listLocationsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).listLocationsSettings(); } /** Returns the object with the settings used for calls to getLocation. */ public UnaryCallSettings getLocationSettings() { return ((MetadataServiceStubSettings) getStubSettings()).getLocationSettings(); } /** Returns the object with the settings used for calls to setIamPolicy. */ public UnaryCallSettings setIamPolicySettings() { return ((MetadataServiceStubSettings) getStubSettings()).setIamPolicySettings(); } /** Returns the object with the settings used for calls to getIamPolicy. */ public UnaryCallSettings getIamPolicySettings() { return ((MetadataServiceStubSettings) getStubSettings()).getIamPolicySettings(); } /** Returns the object with the settings used for calls to testIamPermissions. */ public UnaryCallSettings testIamPermissionsSettings() { return ((MetadataServiceStubSettings) getStubSettings()).testIamPermissionsSettings(); } public static final MetadataServiceSettings create(MetadataServiceStubSettings stub) throws IOException { return new MetadataServiceSettings.Builder(stub.toBuilder()).build(); } /** Returns a builder for the default ExecutorProvider for this service. */ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() { return MetadataServiceStubSettings.defaultExecutorProviderBuilder(); } /** Returns the default service endpoint. */ public static String getDefaultEndpoint() { return MetadataServiceStubSettings.getDefaultEndpoint(); } /** Returns the default service scopes. */ public static List getDefaultServiceScopes() { return MetadataServiceStubSettings.getDefaultServiceScopes(); } /** Returns a builder for the default credentials for this service. */ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() { return MetadataServiceStubSettings.defaultCredentialsProviderBuilder(); } /** Returns a builder for the default ChannelProvider for this service. */ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() { return MetadataServiceStubSettings.defaultGrpcTransportProviderBuilder(); } public static TransportChannelProvider defaultTransportChannelProvider() { return MetadataServiceStubSettings.defaultTransportChannelProvider(); } public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { return MetadataServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } /** Returns a new builder for this class. */ public static Builder newBuilder() { return Builder.createDefault(); } /** Returns a new builder for this class. */ public static Builder newBuilder(ClientContext clientContext) { return new Builder(clientContext); } /** Returns a builder containing all the values of this settings class. */ public Builder toBuilder() { return new Builder(this); } protected MetadataServiceSettings(Builder settingsBuilder) throws IOException { super(settingsBuilder); } /** Builder for MetadataServiceSettings. */ public static class Builder extends ClientSettings.Builder { protected Builder() throws IOException { this(((ClientContext) null)); } protected Builder(ClientContext clientContext) { super(MetadataServiceStubSettings.newBuilder(clientContext)); } protected Builder(MetadataServiceSettings settings) { super(settings.getStubSettings().toBuilder()); } protected Builder(MetadataServiceStubSettings.Builder stubSettings) { super(stubSettings); } private static Builder createDefault() { return new Builder(MetadataServiceStubSettings.newBuilder()); } public MetadataServiceStubSettings.Builder getStubSettingsBuilder() { return ((MetadataServiceStubSettings.Builder) getStubSettings()); } /** * 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. */ public Builder applyToAllUnaryMethods( ApiFunction, Void> settingsUpdater) { super.applyToAllUnaryMethods( getStubSettingsBuilder().unaryMethodSettingsBuilders(), settingsUpdater); return this; } /** Returns the builder for the settings used for calls to createMetadataStore. */ public UnaryCallSettings.Builder createMetadataStoreSettings() { return getStubSettingsBuilder().createMetadataStoreSettings(); } /** Returns the builder for the settings used for calls to createMetadataStore. */ public OperationCallSettings.Builder< CreateMetadataStoreRequest, MetadataStore, CreateMetadataStoreOperationMetadata> createMetadataStoreOperationSettings() { return getStubSettingsBuilder().createMetadataStoreOperationSettings(); } /** Returns the builder for the settings used for calls to getMetadataStore. */ public UnaryCallSettings.Builder getMetadataStoreSettings() { return getStubSettingsBuilder().getMetadataStoreSettings(); } /** Returns the builder for the settings used for calls to listMetadataStores. */ public PagedCallSettings.Builder< ListMetadataStoresRequest, ListMetadataStoresResponse, ListMetadataStoresPagedResponse> listMetadataStoresSettings() { return getStubSettingsBuilder().listMetadataStoresSettings(); } /** Returns the builder for the settings used for calls to deleteMetadataStore. */ public UnaryCallSettings.Builder deleteMetadataStoreSettings() { return getStubSettingsBuilder().deleteMetadataStoreSettings(); } /** Returns the builder for the settings used for calls to deleteMetadataStore. */ public OperationCallSettings.Builder< DeleteMetadataStoreRequest, Empty, DeleteMetadataStoreOperationMetadata> deleteMetadataStoreOperationSettings() { return getStubSettingsBuilder().deleteMetadataStoreOperationSettings(); } /** Returns the builder for the settings used for calls to createArtifact. */ public UnaryCallSettings.Builder createArtifactSettings() { return getStubSettingsBuilder().createArtifactSettings(); } /** Returns the builder for the settings used for calls to getArtifact. */ public UnaryCallSettings.Builder getArtifactSettings() { return getStubSettingsBuilder().getArtifactSettings(); } /** Returns the builder for the settings used for calls to listArtifacts. */ public PagedCallSettings.Builder< ListArtifactsRequest, ListArtifactsResponse, ListArtifactsPagedResponse> listArtifactsSettings() { return getStubSettingsBuilder().listArtifactsSettings(); } /** Returns the builder for the settings used for calls to updateArtifact. */ public UnaryCallSettings.Builder updateArtifactSettings() { return getStubSettingsBuilder().updateArtifactSettings(); } /** Returns the builder for the settings used for calls to deleteArtifact. */ public UnaryCallSettings.Builder deleteArtifactSettings() { return getStubSettingsBuilder().deleteArtifactSettings(); } /** Returns the builder for the settings used for calls to deleteArtifact. */ public OperationCallSettings.Builder deleteArtifactOperationSettings() { return getStubSettingsBuilder().deleteArtifactOperationSettings(); } /** Returns the builder for the settings used for calls to purgeArtifacts. */ public UnaryCallSettings.Builder purgeArtifactsSettings() { return getStubSettingsBuilder().purgeArtifactsSettings(); } /** Returns the builder for the settings used for calls to purgeArtifacts. */ public OperationCallSettings.Builder< PurgeArtifactsRequest, PurgeArtifactsResponse, PurgeArtifactsMetadata> purgeArtifactsOperationSettings() { return getStubSettingsBuilder().purgeArtifactsOperationSettings(); } /** Returns the builder for the settings used for calls to createContext. */ public UnaryCallSettings.Builder createContextSettings() { return getStubSettingsBuilder().createContextSettings(); } /** Returns the builder for the settings used for calls to getContext. */ public UnaryCallSettings.Builder getContextSettings() { return getStubSettingsBuilder().getContextSettings(); } /** Returns the builder for the settings used for calls to listContexts. */ public PagedCallSettings.Builder< ListContextsRequest, ListContextsResponse, ListContextsPagedResponse> listContextsSettings() { return getStubSettingsBuilder().listContextsSettings(); } /** Returns the builder for the settings used for calls to updateContext. */ public UnaryCallSettings.Builder updateContextSettings() { return getStubSettingsBuilder().updateContextSettings(); } /** Returns the builder for the settings used for calls to deleteContext. */ public UnaryCallSettings.Builder deleteContextSettings() { return getStubSettingsBuilder().deleteContextSettings(); } /** Returns the builder for the settings used for calls to deleteContext. */ public OperationCallSettings.Builder deleteContextOperationSettings() { return getStubSettingsBuilder().deleteContextOperationSettings(); } /** Returns the builder for the settings used for calls to purgeContexts. */ public UnaryCallSettings.Builder purgeContextsSettings() { return getStubSettingsBuilder().purgeContextsSettings(); } /** Returns the builder for the settings used for calls to purgeContexts. */ public OperationCallSettings.Builder< PurgeContextsRequest, PurgeContextsResponse, PurgeContextsMetadata> purgeContextsOperationSettings() { return getStubSettingsBuilder().purgeContextsOperationSettings(); } /** Returns the builder for the settings used for calls to addContextArtifactsAndExecutions. */ public UnaryCallSettings.Builder< AddContextArtifactsAndExecutionsRequest, AddContextArtifactsAndExecutionsResponse> addContextArtifactsAndExecutionsSettings() { return getStubSettingsBuilder().addContextArtifactsAndExecutionsSettings(); } /** Returns the builder for the settings used for calls to addContextChildren. */ public UnaryCallSettings.Builder addContextChildrenSettings() { return getStubSettingsBuilder().addContextChildrenSettings(); } /** Returns the builder for the settings used for calls to removeContextChildren. */ public UnaryCallSettings.Builder removeContextChildrenSettings() { return getStubSettingsBuilder().removeContextChildrenSettings(); } /** Returns the builder for the settings used for calls to queryContextLineageSubgraph. */ public UnaryCallSettings.Builder queryContextLineageSubgraphSettings() { return getStubSettingsBuilder().queryContextLineageSubgraphSettings(); } /** Returns the builder for the settings used for calls to createExecution. */ public UnaryCallSettings.Builder createExecutionSettings() { return getStubSettingsBuilder().createExecutionSettings(); } /** Returns the builder for the settings used for calls to getExecution. */ public UnaryCallSettings.Builder getExecutionSettings() { return getStubSettingsBuilder().getExecutionSettings(); } /** Returns the builder for the settings used for calls to listExecutions. */ public PagedCallSettings.Builder< ListExecutionsRequest, ListExecutionsResponse, ListExecutionsPagedResponse> listExecutionsSettings() { return getStubSettingsBuilder().listExecutionsSettings(); } /** Returns the builder for the settings used for calls to updateExecution. */ public UnaryCallSettings.Builder updateExecutionSettings() { return getStubSettingsBuilder().updateExecutionSettings(); } /** Returns the builder for the settings used for calls to deleteExecution. */ public UnaryCallSettings.Builder deleteExecutionSettings() { return getStubSettingsBuilder().deleteExecutionSettings(); } /** Returns the builder for the settings used for calls to deleteExecution. */ public OperationCallSettings.Builder deleteExecutionOperationSettings() { return getStubSettingsBuilder().deleteExecutionOperationSettings(); } /** Returns the builder for the settings used for calls to purgeExecutions. */ public UnaryCallSettings.Builder purgeExecutionsSettings() { return getStubSettingsBuilder().purgeExecutionsSettings(); } /** Returns the builder for the settings used for calls to purgeExecutions. */ public OperationCallSettings.Builder< PurgeExecutionsRequest, PurgeExecutionsResponse, PurgeExecutionsMetadata> purgeExecutionsOperationSettings() { return getStubSettingsBuilder().purgeExecutionsOperationSettings(); } /** Returns the builder for the settings used for calls to addExecutionEvents. */ public UnaryCallSettings.Builder addExecutionEventsSettings() { return getStubSettingsBuilder().addExecutionEventsSettings(); } /** Returns the builder for the settings used for calls to queryExecutionInputsAndOutputs. */ public UnaryCallSettings.Builder queryExecutionInputsAndOutputsSettings() { return getStubSettingsBuilder().queryExecutionInputsAndOutputsSettings(); } /** Returns the builder for the settings used for calls to createMetadataSchema. */ public UnaryCallSettings.Builder createMetadataSchemaSettings() { return getStubSettingsBuilder().createMetadataSchemaSettings(); } /** Returns the builder for the settings used for calls to getMetadataSchema. */ public UnaryCallSettings.Builder getMetadataSchemaSettings() { return getStubSettingsBuilder().getMetadataSchemaSettings(); } /** Returns the builder for the settings used for calls to listMetadataSchemas. */ public PagedCallSettings.Builder< ListMetadataSchemasRequest, ListMetadataSchemasResponse, ListMetadataSchemasPagedResponse> listMetadataSchemasSettings() { return getStubSettingsBuilder().listMetadataSchemasSettings(); } /** Returns the builder for the settings used for calls to queryArtifactLineageSubgraph. */ public UnaryCallSettings.Builder queryArtifactLineageSubgraphSettings() { return getStubSettingsBuilder().queryArtifactLineageSubgraphSettings(); } /** Returns the builder for the settings used for calls to listLocations. */ public PagedCallSettings.Builder< ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse> listLocationsSettings() { return getStubSettingsBuilder().listLocationsSettings(); } /** Returns the builder for the settings used for calls to getLocation. */ public UnaryCallSettings.Builder getLocationSettings() { return getStubSettingsBuilder().getLocationSettings(); } /** Returns the builder for the settings used for calls to setIamPolicy. */ public UnaryCallSettings.Builder setIamPolicySettings() { return getStubSettingsBuilder().setIamPolicySettings(); } /** Returns the builder for the settings used for calls to getIamPolicy. */ public UnaryCallSettings.Builder getIamPolicySettings() { return getStubSettingsBuilder().getIamPolicySettings(); } /** Returns the builder for the settings used for calls to testIamPermissions. */ public UnaryCallSettings.Builder testIamPermissionsSettings() { return getStubSettingsBuilder().testIamPermissionsSettings(); } @Override public MetadataServiceSettings build() throws IOException { return new MetadataServiceSettings(this); } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy