Class BatchCreateNotesResponse (2.15.0)

publicfinalclass BatchCreateNotesResponseextendsGeneratedMessageV3implementsBatchCreateNotesResponseOrBuilder

Response for creating notes in batch.

Protobuf type grafeas.v1beta1.BatchCreateNotesResponse

Inherited Members

Static Fields

NOTES_FIELD_NUMBER

publicstaticfinalintNOTES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticBatchCreateNotesResponsegetDefaultInstance()
Returns
Type Description
BatchCreateNotesResponse

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticBatchCreateNotesResponse.BuildernewBuilder()
Returns
Type Description
BatchCreateNotesResponse.Builder

newBuilder(BatchCreateNotesResponse prototype)

publicstaticBatchCreateNotesResponse.BuildernewBuilder(BatchCreateNotesResponseprototype)
Parameter
Name Description
prototype BatchCreateNotesResponse
Returns
Type Description
BatchCreateNotesResponse.Builder

parseDelimitedFrom(InputStream input)

publicstaticBatchCreateNotesResponseparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticBatchCreateNotesResponseparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticBatchCreateNotesResponseparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticBatchCreateNotesResponseparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticBatchCreateNotesResponseparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticBatchCreateNotesResponseparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticBatchCreateNotesResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateNotesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<BatchCreateNotesResponse>parser()
Returns
Type Description
Parser<BatchCreateNotesResponse>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicBatchCreateNotesResponsegetDefaultInstanceForType()
Returns
Type Description
BatchCreateNotesResponse

getNotes(int index)

publicNotegetNotes(intindex)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
Note

getNotesCount()

publicintgetNotesCount()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
int

getNotesList()

publicList<Note>getNotesList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
List<Note>

getNotesOrBuilder(int index)

publicNoteOrBuildergetNotesOrBuilder(intindex)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
Name Description
index int
Returns
Type Description
NoteOrBuilder

getNotesOrBuilderList()

publicList<?extendsNoteOrBuilder>getNotesOrBuilderList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
Type Description
List<? extends io.grafeas.v1beta1.NoteOrBuilder>

getParserForType()

publicParser<BatchCreateNotesResponse>getParserForType()
Returns
Type Description
Parser<BatchCreateNotesResponse>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicBatchCreateNotesResponse.BuildernewBuilderForType()
Returns
Type Description
BatchCreateNotesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedBatchCreateNotesResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchCreateNotesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicBatchCreateNotesResponse.BuildertoBuilder()
Returns
Type Description
BatchCreateNotesResponse.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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

Last updated 2025年11月19日 UTC.