public final class BatchCreateOccurrencesRequest extends GeneratedMessageV3 implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.
Protobuf type grafeas.v1.BatchCreateOccurrencesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateOccurrencesRequestImplements
BatchCreateOccurrencesRequestOrBuilderStatic Fields
OCCURRENCES_FIELD_NUMBER
public static final int OCCURRENCES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BatchCreateOccurrencesRequest getDefaultInstance()
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BatchCreateOccurrencesRequest.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest.Builder |
newBuilder(BatchCreateOccurrencesRequest prototype)
public static BatchCreateOccurrencesRequest.Builder newBuilder(BatchCreateOccurrencesRequest prototype)
Parameter | |
---|---|
Name | Description |
prototype | BatchCreateOccurrencesRequest |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest.Builder |
parseDelimitedFrom(InputStream input)
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BatchCreateOccurrencesRequest |
Exceptions | |
---|---|
Type | Description |
|