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.
Implements
IMessageCreateClientEventRequest, IEquatableCreateClientEventRequest, IDeepCloneableCreateClientEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
CreateClientEventRequest()
public CreateClientEventRequest()
CreateClientEventRequest(CreateClientEventRequest)
public CreateClientEventRequest(CreateClientEventRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateClientEventRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }
TenantName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TenantName |