public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, IBufferMessage, IMessage
Request to create notes in batch.
Implements
IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BatchCreateNotesRequest()
public BatchCreateNotesRequest()
BatchCreateNotesRequest(BatchCreateNotesRequest)
public BatchCreateNotesRequest(BatchCreateNotesRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateNotesRequest |
Properties
Notes
public MapField<string, Note> Notes { get; }
The notes to create. Max allowed length is 1000.
Property Value | |
---|---|
Type | Description |
MapField<String, Note> |
Parent
public string Parent { get; set; }
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
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 |