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
IMessageBatchCreateNotesRequest, IEquatableBatchCreateNotesRequest, IDeepCloneableBatchCreateNotesRequest, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
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 |
MapFieldstringNote |
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 |