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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1Entry>
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
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.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
IClientService service
GoogleCloudDatacatalogV1Entry body
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
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDatacatalogV1Entry>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX