Class BatchCreateNotesResponse (2.37.0)

public final class BatchCreateNotesResponse extends GeneratedMessageV3 implements BatchCreateNotesResponseOrBuilder

Response for creating notes in batch.

Protobuf type grafeas.v1.BatchCreateNotesResponse

Static Fields

NOTES_FIELD_NUMBER

public static final int NOTES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchCreateNotesResponse getDefaultInstance()
Returns
TypeDescription
BatchCreateNotesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchCreateNotesResponse.Builder newBuilder()
Returns
TypeDescription
BatchCreateNotesResponse.Builder

newBuilder(BatchCreateNotesResponse prototype)

public static BatchCreateNotesResponse.Builder newBuilder(BatchCreateNotesResponse prototype)
Parameter
NameDescription
prototypeBatchCreateNotesResponse
Returns
TypeDescription
BatchCreateNotesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchCreateNotesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchCreateNotesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateNotesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateNotesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchCreateNotesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchCreateNotesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateNotesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchCreateNotesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateNotesResponse> parser()
Returns
TypeDescription
Parser<BatchCreateNotesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateNotesResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchCreateNotesResponse

getNotes(int index)

public Note getNotes(int index)

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Note

getNotesCount()

public int getNotesCount()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
int

getNotesList()

public List<Note> getNotesList()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
List<Note>

getNotesOrBuilder(int index)

public NoteOrBuilder getNotesOrBuilder(int index)

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NoteOrBuilder

getNotesOrBuilderList()

public List<? extends NoteOrBuilder> getNotesOrBuilderList()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
List<? extends io.grafeas.v1.NoteOrBuilder>

getParserForType()

public Parser<BatchCreateNotesResponse> getParserForType()
Returns
TypeDescription
Parser<BatchCreateNotesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchCreateNotesResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchCreateNotesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateNotesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchCreateNotesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchCreateNotesResponse.Builder toBuilder()
Returns
TypeDescription
BatchCreateNotesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException