Class OrganizationsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class OrganizationsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
RetrieveConfig(string)
Retrieves the configuration related to the migration from Data Catalog to Dataplex for a specific organization, including all the projects under it which have a separate configuration set.
Declaration
public virtual OrganizationsResource.LocationsResource.RetrieveConfigRequest RetrieveConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The organization whose config is being retrieved. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.RetrieveConfigRequest |
RetrieveEffectiveConfig(string)
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.
Declaration
public virtual OrganizationsResource.LocationsResource.RetrieveEffectiveConfigRequest RetrieveEffectiveConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource whose effective config is being retrieved. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.RetrieveEffectiveConfigRequest |
SetConfig(GoogleCloudDatacatalogV1SetConfigRequest, string)
Sets the configuration related to the migration to Dataplex for an organization or project.
Declaration
public virtual OrganizationsResource.LocationsResource.SetConfigRequest SetConfig(GoogleCloudDatacatalogV1SetConfigRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1SetConfigRequest | body | The body of the request. |
string | name | Required. The organization or project whose config is being specified. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.SetConfigRequest |