Class BatchCreateOccurrencesResponse (2.38.0)

public final class BatchCreateOccurrencesResponse extends GeneratedMessageV3 implements BatchCreateOccurrencesResponseOrBuilder

Response for creating occurrences in batch.

Protobuf type grafeas.v1beta1.BatchCreateOccurrencesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateOccurrencesResponse

Static Fields

OCCURRENCES_FIELD_NUMBER

public static final int OCCURRENCES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchCreateOccurrencesResponse getDefaultInstance()
Returns
TypeDescription
BatchCreateOccurrencesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateOccurrencesResponse prototype)

public static BatchCreateOccurrencesResponse.Builder newBuilder(BatchCreateOccurrencesResponse prototype)
Parameter
NameDescription
prototypeBatchCreateOccurrencesResponse
Returns
TypeDescription
BatchCreateOccurrencesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchCreateOccurrencesResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchCreateOccurrencesResponse

getOccurrences(int index)

public Occurrence getOccurrences(int index)

The occurrences that were created.

repeated .grafeas.v1beta1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesCount()

public int getOccurrencesCount()

The occurrences that were created.

repeated .grafeas.v1beta1.Occurrence occurrences = 1;

Returns
TypeDescription
int

getOccurrencesList()

public List<Occurrence> getOccurrencesList()

The occurrences that were created.

repeated .grafeas.v1beta1.Occurrence occurrences = 1;

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences that were created.

repeated .grafeas.v1beta1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences that were created.

repeated .grafeas.v1beta1.Occurrence occurrences = 1;

Returns
TypeDescription
List<? extends io.grafeas.v1beta1.OccurrenceOrBuilder>

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 BatchCreateOccurrencesResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchCreateOccurrencesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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