Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.CreateRequest

Creates an entry group. An entry group contains logically related entries together with Cloud Identity and Access Management policies. These policies specify users who can create, edit, and view entries within entry groups. Data Catalog automatically creates entry groups with names that start with the @ symbol for the following resources: * BigQuery entries (@bigquery) * Pub/Sub topics (@pubsub) * Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH}) You can create your own entry groups for Cloud Storage fileset entries and custom entries together with the corresponding IAM policies. User-created entry groups can't contain the @ symbol, it is reserved for automatically created groups. Entry groups, like entries, can be searched. A maximum of 10,000 entry groups may be created per organization across all locations. You must enable the Data Catalog API in the project identified by the parent parameter. For more information, see Data Catalog resource project.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GoogleCloudDatacatalogV1EntryGroup>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>
ProjectsResource.LocationsResource.EntryGroupsResource.CreateRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GoogleCloudDatacatalogV1EntryGroup>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class CreateRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1EntryGroup>, IClientServiceRequest<GoogleCloudDatacatalogV1EntryGroup>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDatacatalogV1EntryGroup, String)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDatacatalogV1EntryGroup body, string parent)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
GoogleCloudDatacatalogV1EntryGroup body
System.String parent

Properties

EntryGroupId

Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.

Declaration
[RequestParameter("entryGroupId", RequestParameterType.Query)]
public virtual string EntryGroupId { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.MethodName

Parent

Required. The names of the project and location that the new entry group belongs to. Note: The entry group itself and its child resources might not be stored in the location specified in its name.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DataCatalog.v1.DataCatalogBaseServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1EntryGroup>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top