Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.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
AspectTypes
Gets the AspectTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.AspectTypesResource AspectTypes { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.AspectTypesResource |
DataAttributeBindings
Gets the DataAttributeBindings resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataAttributeBindingsResource DataAttributeBindings { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataAttributeBindingsResource |
DataScans
Gets the DataScans resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataScansResource DataScans { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataScansResource |
DataTaxonomies
Gets the DataTaxonomies resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataTaxonomiesResource DataTaxonomies { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataTaxonomiesResource |
EntryGroups
Gets the EntryGroups resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource EntryGroups { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource |
EntryLinkTypes
Gets the EntryLinkTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryLinkTypesResource EntryLinkTypes { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryLinkTypesResource |
EntryTypes
Gets the EntryTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryTypesResource EntryTypes { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryTypesResource |
Glossaries
Gets the Glossaries resource.
Declaration
public virtual ProjectsResource.LocationsResource.GlossariesResource Glossaries { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GlossariesResource |
GovernanceRules
Gets the GovernanceRules resource.
Declaration
public virtual ProjectsResource.LocationsResource.GovernanceRulesResource GovernanceRules { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GovernanceRulesResource |
Lakes
Gets the Lakes resource.
Declaration
public virtual ProjectsResource.LocationsResource.LakesResource Lakes { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.LakesResource |
MetadataJobs
Gets the MetadataJobs resource.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataJobsResource MetadataJobs { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.MetadataJobsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
Methods
Get(string)
Gets information about a location.
Declaration
public virtual ProjectsResource.LocationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Resource name for the location. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetRequest |
List(string)
Lists information about the supported locations for this service.
Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource that owns the locations collection, if applicable. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ListRequest |
LookupEntry(string)
Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
Declaration
public virtual ProjectsResource.LocationsResource.LookupEntryRequest LookupEntry(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.LookupEntryRequest |
SearchEntries(string)
Searches for Entries matching the given query and scope.
Declaration
public virtual ProjectsResource.LocationsResource.SearchEntriesRequest SearchEntries(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SearchEntriesRequest |