Class BatchCreateNotesResponse (2.2.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class BatchCreateNotesResponse : IMessage<BatchCreateNotesResponse>, IEquatable<BatchCreateNotesResponse>, IDeepCloneable<BatchCreateNotesResponse>, IBufferMessage, IMessageResponse for creating notes in batch.
Implements
IMessage<BatchCreateNotesResponse>,IEquatable<BatchCreateNotesResponse>,IDeepCloneable<BatchCreateNotesResponse>,IBufferMessage,IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BatchCreateNotesResponse()
public BatchCreateNotesResponse()BatchCreateNotesResponse(BatchCreateNotesResponse)
public BatchCreateNotesResponse(BatchCreateNotesResponse other)| Parameter | |
|---|---|
| Name | Description |
other | BatchCreateNotesResponse |
Properties
Notes
public RepeatedField<Note> Notes { get; }The notes that were created.
| Property Value | |
|---|---|
| Type | Description |
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.