public final class BatchCreateOccurrencesResponse extends GeneratedMessageV3 implements BatchCreateOccurrencesResponseOrBuilder
Response for creating occurrences in batch.
Protobuf type grafeas.v1.BatchCreateOccurrencesResponse
Static Fields
OCCURRENCES_FIELD_NUMBER
public static final int OCCURRENCES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchCreateOccurrencesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchCreateOccurrencesResponse.Builder newBuilder()
Returns
newBuilder(BatchCreateOccurrencesResponse prototype)
public static BatchCreateOccurrencesResponse.Builder newBuilder(BatchCreateOccurrencesResponse prototype)
Parameter
Returns
public static BatchCreateOccurrencesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchCreateOccurrencesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchCreateOccurrencesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateOccurrencesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateOccurrencesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchCreateOccurrencesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchCreateOccurrencesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BatchCreateOccurrencesResponse getDefaultInstanceForType()
Returns
getOccurrences(int index)
public Occurrence getOccurrences(int index)
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Parameter
Returns
getOccurrencesCount()
public int getOccurrencesCount()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Returns
getOccurrencesList()
public List<Occurrence> getOccurrencesList()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Returns
getOccurrencesOrBuilder(int index)
public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Parameter
Returns
getOccurrencesOrBuilderList()
public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences that were created.
repeated .grafeas.v1.Occurrence occurrences = 1;
Returns
Type | Description |
List<? extends io.grafeas.v1.OccurrenceOrBuilder> | |
getParserForType()
public Parser<BatchCreateOccurrencesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BatchCreateOccurrencesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchCreateOccurrencesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchCreateOccurrencesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions