Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest

Creates an entry. You can create entries only with 'FILESET', 'CLUSTER', 'DATA_STREAM', or custom types. Data Catalog automatically creates entries with other types during metadata ingestion from integrated systems. You must enable the Data Catalog API in the project identified by the parent parameter. For more information, see Data Catalog resource project. An entry group can have a maximum of 100,000 entries.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GoogleCloudDatacatalogV1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GoogleCloudDatacatalogV1Entry>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1.Data.GoogleCloudDatacatalogV1Entry>.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<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDatacatalogV1Entry, String)

Constructs a new Create request.

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

Properties

EntryId

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

Declaration
[RequestParameter("entryId", RequestParameterType.Query)]
public virtual string EntryId { 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.GoogleCloudDatacatalogV1Entry>.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.GoogleCloudDatacatalogV1Entry>.MethodName

Parent

Required. The name of the entry group this entry belongs to. Note: The entry 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.GoogleCloudDatacatalogV1Entry>.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.GoogleCloudDatacatalogV1Entry>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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