Grafeas v1 API - Class BatchCreateNotesRequest (3.2.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
Name
Description

Properties

Notes

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

The notes to create. Max allowed length is 1000.

Property Value
Type
Description

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

ParentAsProjectName

 public ProjectName ParentAsProjectName { get; set; } 

ProjectName -typed view over the Parent resource name property.

Property Value
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: