Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
EntryGroups
Gets the EntryGroups resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource EntryGroups { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
TagTemplates
Gets the TagTemplates resource.
Declaration
public virtual ProjectsResource.LocationsResource.TagTemplatesResource TagTemplates { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.TagTemplatesResource |
Taxonomies
Gets the Taxonomies resource.
Declaration
public virtual ProjectsResource.LocationsResource.TaxonomiesResource Taxonomies { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.TaxonomiesResource |
Methods
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 ProjectsResource.LocationsResource.RetrieveEffectiveConfigRequest RetrieveEffectiveConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource whose effective config is being retrieved. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RetrieveEffectiveConfigRequest |
SetConfig(GoogleCloudDatacatalogV1SetConfigRequest, string)
Sets the configuration related to the migration to Dataplex for an organization or project.
Declaration
public virtual ProjectsResource.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 |
---|---|
ProjectsResource.LocationsResource.SetConfigRequest |