public final class BatchCreateOccurrencesResponse extends GeneratedMessageV3 implements BatchCreateOccurrencesResponseOrBuilder
Response for creating occurrences in batch.
Protobuf type grafeas.v1.BatchCreateOccurrencesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateOccurrencesResponseImplements
BatchCreateOccurrencesResponseOrBuilderStatic Fields
OCCURRENCES_FIELD_NUMBER
public static final int OCCURRENCES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BatchCreateOccurrencesResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BatchCreateOccurrencesResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesResponse.Builder |
newBuilder(BatchCreateOccurrencesResponse prototype)
public static BatchCreateOccurrencesResponse.Builder newBuilder(BatchCreateOccurrencesResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | BatchCreateOccurrencesResponse |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static BatchCreateOccurrencesResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BatchCreateOccurrencesResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
|