Class ProjectsResource.LocationsResource.EntryGroupsResource
The "entryGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource
Constructors
EntryGroupsResource(IClientService)
Constructs a new resource.
Declaration
public EntryGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Entries
Gets the Entries resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource Entries { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource |
Tags
Gets the Tags resource.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.TagsResource Tags { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.TagsResource |
Methods
Create(GoogleCloudDatacatalogV1beta1EntryGroup, string)
A maximum of 10,000 entry groups may be created per organization across all locations. Users should
enable the Data Catalog API in the project identified by the parent
parameter (see [Data Catalog
Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more
information).
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.CreateRequest Create(GoogleCloudDatacatalogV1beta1EntryGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1EntryGroup | body | The body of the request. |
string | parent | Required. The name of the project this entry group is in. Example: * projects/{project_id}/locations/{location} Note that this EntryGroup and its child resources may not actually be stored in the location in this name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.CreateRequest |
Delete(string)
Deletes an EntryGroup. Only entry groups that do not contain entries can be deleted. Users should
enable the Data Catalog API in the project identified by the name
parameter (see [Data Catalog
Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more
information).
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the entry group. For example,
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.DeleteRequest |
Get(string)
Gets an EntryGroup.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the entry group. For example,
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.GetRequest |
GetIamPolicy(GetIamPolicyRequest, string)
Gets the access control policy for a resource. A NOT_FOUND
error is returned if the resource does
not exist. An empty policy is returned if the resource exists but does not have a policy set on it.
Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be
used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources
synced to Data Catalog. Callers must have following Google IAM permission -
datacatalog.tagTemplates.getIamPolicy
to get policies on tag templates. -
datacatalog.entries.getIamPolicy
to get policies on entries. -
datacatalog.entryGroups.getIamPolicy
to get policies on entry groups.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.GetIamPolicyRequest GetIamPolicy(GetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
GetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.GetIamPolicyRequest |
List(string)
Lists entry groups.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The name of the location that contains the entry groups, which can be provided in URL format. Example: * projects/{project_id}/locations/{location} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.ListRequest |
Patch(GoogleCloudDatacatalogV1beta1EntryGroup, string)
Updates an EntryGroup. The user should enable the Data Catalog API in the project identified by the
entry_group.name
parameter (see [Data Catalog Resource Project]
(https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.PatchRequest Patch(GoogleCloudDatacatalogV1beta1EntryGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDatacatalogV1beta1EntryGroup | body | The body of the request. |
string | name | Identifier. The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy for a resource. Replaces any existing policy. Supported resources
are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies
for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog.
Callers must have following Google IAM permission - datacatalog.tagTemplates.setIamPolicy
to set
policies on tag templates. - datacatalog.entries.setIamPolicy
to set policies on entries. -
datacatalog.entryGroups.setIamPolicy
to set policies on entry groups.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
SetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns the caller's permissions on a resource. If the resource does not exist, an empty set of
permissions is returned (We don't return a NOT_FOUND
error). Supported resources are: - Tag
templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for
BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. A caller
is not required to have Google IAM permission to make this request.
Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestIamPermissionsRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EntryGroupsResource.TestIamPermissionsRequest |