Class BatchCreateNotesResponse (2.2.0)

public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessage

Response for creating notes in batch.

Inheritance

Object >BatchCreateNotesResponse

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

BatchCreateNotesResponse()

public BatchCreateNotesResponse()

BatchCreateNotesResponse(BatchCreateNotesResponse)

public BatchCreateNotesResponse(BatchCreateNotesResponse other)
Parameter
NameDescription
otherBatchCreateNotesResponse

Properties

Notes

public RepeatedField<Note> Notes { get; }

The notes that were created.

Property Value
TypeDescription
RepeatedField<Note>

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.