public sealed class Publication : IMessage<Publication>, IEquatable<Publication>, IDeepCloneable<Publication>, IBufferMessage, IMessage
Resource that represents a publication resource of a candidate.
Implements
IMessage<Publication>, IEquatable<Publication>, IDeepCloneable<Publication>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Publication()
public Publication()
Publication(Publication)
public Publication(Publication other)
Parameter | |
---|---|
Name | Description |
other | Publication |
Properties
Authors
public RepeatedField<string> Authors { get; }
A list of author names.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Description
public string Description { get; set; }
The description of the publication.
Number of characters allowed is 100,000.
Property Value | |
---|---|
Type | Description |
String |
Isbn
public string Isbn { get; set; }
ISBN number.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
Journal
public string Journal { get; set; }
The journal name of the publication.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
PublicationDate
public Date PublicationDate { get; set; }
The publication date.
Property Value | |
---|---|
Type | Description |
Date |
PublicationType
public string PublicationType { get; set; }
The publication type.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
Publisher
public string Publisher { get; set; }
The publisher of the journal.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
Title
public string Title { get; set; }
The title of the publication.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |
Volume
public string Volume { get; set; }
Volume number.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
String |