public sealed class BatchCreateNotesRequest : IMessage<BatchCreateNotesRequest>, IEquatable<BatchCreateNotesRequest>, IDeepCloneable<BatchCreateNotesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BatchCreateNotesRequest.
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)
Properties
Notes
public MapField<string, Note> Notes { get; }
The notes to create. Max allowed length is 1000.
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.
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName -typed view over the Parent resource name property.