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 |
ChangeRequests
Gets the ChangeRequests resource.
Declaration
public virtual ProjectsResource.LocationsResource.ChangeRequestsResource ChangeRequests { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ChangeRequestsResource |
DataAttributeBindings
Gets the DataAttributeBindings resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataAttributeBindingsResource DataAttributeBindings { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DataAttributeBindingsResource |
DataDomains
Gets the DataDomains resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataDomainsResource DataDomains { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DataDomainsResource |
DataProducts
Gets the DataProducts resource.
Declaration
public virtual ProjectsResource.LocationsResource.DataProductsResource DataProducts { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DataProductsResource |
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 |
MetadataFeeds
Gets the MetadataFeeds resource.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource MetadataFeeds { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource |
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 |
PolicyIntents
Gets the PolicyIntents resource.
Declaration
public virtual ProjectsResource.LocationsResource.PolicyIntentsResource PolicyIntents { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.PolicyIntentsResource |
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.This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If name is empty, the method lists the public locations available to all projects. Project-specific locations: If name follows the format projects/{project}, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project.For gRPC and client library implementations, the resource name is passed as the name field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
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 |
LookupContext(GoogleCloudDataplexV1LookupContextRequest, string)
Looks up LLM Context for the specified resources.
Declaration
public virtual ProjectsResource.LocationsResource.LookupContextRequest LookupContext(GoogleCloudDataplexV1LookupContextRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDataplexV1LookupContextRequest | body | The body of the request. |
| 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.LookupContextRequest |
LookupEntry(string)
Looks up an entry by name using the permission on the source system.
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 |
LookupEntryLinks(string)
Looks up Entry Links referencing the specified Entry.
Declaration
public virtual ProjectsResource.LocationsResource.LookupEntryLinksRequest LookupEntryLinks(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.LookupEntryLinksRequest |
ModifyEntry(GoogleCloudDataplexV1ModifyEntryRequest, string)
Modifies an entry using the permission on the source system.
Declaration
public virtual ProjectsResource.LocationsResource.ModifyEntryRequest ModifyEntry(GoogleCloudDataplexV1ModifyEntryRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDataplexV1ModifyEntryRequest | body | The body of the request. |
| 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.ModifyEntryRequest |
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/global. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SearchEntriesRequest |