Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.RetrieveEffectiveConfigRequest

Retrieves the effective configuration related to the migration from Data Catalog to Dataplex for a specific organization or project. If there is no specific configuration set for the resource, the setting is checked hierarchicahlly through the ancestors of the resource, starting from the resource itself.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>
OrganizationsResource.LocationsResource.RetrieveEffectiveConfigRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.GetBody()
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.RetrieveEffectiveConfigRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>, IClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>, IClientServiceRequest

Constructors

RetrieveEffectiveConfigRequest(IClientService, string)

Constructs a new RetrieveEffectiveConfig request.

Declaration
public RetrieveEffectiveConfigRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.MethodName

Name

Required. The resource whose effective config is being retrieved.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.RestPath

Methods

InitParameters()

Initializes RetrieveEffectiveConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1MigrationConfig>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX