Grafeas v1 API - Class BatchCreateNotesRequest (3.6.0)

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.

Inheritance

object > BatchCreateNotesRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateNotesRequest()

public BatchCreateNotesRequest()

BatchCreateNotesRequest(BatchCreateNotesRequest)

public BatchCreateNotesRequest(BatchCreateNotesRequest other)
Parameter
NameDescription
otherBatchCreateNotesRequest

Properties

Notes

public MapField<string, Note> Notes { get; }

The notes to create. Max allowed length is 1000.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName