Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest

Creates an entry. Only entries of 'FILESET' type or user-specified type can be created. 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). A maximum of 100,000 entries may be created per entry group.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>.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.v1beta1
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.CreateRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1beta1Entry>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDatacatalogV1beta1Entry, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDatacatalogV1beta1Entry body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1beta1Entry body
string parent

Properties

EntryId

Required. The id of the entry to create.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.MethodName

Parent

Required. The name of the entry group this entry is in. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this Entry and its child resources may not actually be stored in the location in this 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DataCatalog.v1beta1.Data.GoogleCloudDatacatalogV1beta1Entry>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX