Google Cloud Talent Solution v4beta1 API - Class CreateClientEventRequest (3.0.0-beta04)

public sealed class CreateClientEventRequest : IMessage<CreateClientEventRequest>, IEquatable<CreateClientEventRequest>, IDeepCloneable<CreateClientEventRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CreateClientEventRequest.

The report event request.

Inheritance

object > CreateClientEventRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

CreateClientEventRequest()

public CreateClientEventRequest()

CreateClientEventRequest(CreateClientEventRequest)

public CreateClientEventRequest(CreateClientEventRequest other)
Parameter
NameDescription
otherCreateClientEventRequest

Properties

ClientEvent

public ClientEvent ClientEvent { get; set; }

Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

Property Value
TypeDescription
ClientEvent

Parent

public string Parent { get; set; }

Required. Resource name of the tenant under which the event is created.

The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName