/// <summary>
 /// Creates new taxonomies (including their policy tags) in a given project
 /// by importing from inlined or cross-regional sources.
 ///
 /// For a cross-regional source, new taxonomies are created by copying
 /// from a source in another region.
 ///
 /// For an inlined source, taxonomies and policy tags are created in bulk using
 /// nested protocol buffer structures.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public override stt::Task <ImportTaxonomiesResponse> ImportTaxonomiesAsync(ImportTaxonomiesRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ImportTaxonomiesRequest(ref request, ref callSettings);
     return(_callImportTaxonomies.Async(request, callSettings));
 }
 /// <summary>
 /// Creates new taxonomies (including their policy tags) in a given project
 /// by importing from inlined or cross-regional sources.
 ///
 /// For a cross-regional source, new taxonomies are created by copying
 /// from a source in another region.
 ///
 /// For an inlined source, taxonomies and policy tags are created in bulk using
 /// nested protocol buffer structures.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <ImportTaxonomiesResponse> ImportTaxonomiesAsync(ImportTaxonomiesRequest request, st::CancellationToken cancellationToken) =>
 ImportTaxonomiesAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
 partial void Modify_ImportTaxonomiesRequest(ref ImportTaxonomiesRequest request, ref gaxgrpc::CallSettings settings);
 /// <summary>
 /// Creates new taxonomies (including their policy tags) in a given project
 /// by importing from inlined or cross-regional sources.
 ///
 /// For a cross-regional source, new taxonomies are created by copying
 /// from a source in another region.
 ///
 /// For an inlined source, taxonomies and policy tags are created in bulk using
 /// nested protocol buffer structures.
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <ImportTaxonomiesResponse> ImportTaxonomiesAsync(ImportTaxonomiesRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();