Class BatchCreateOccurrencesRequest (2.31.0)

public final class BatchCreateOccurrencesRequest extends GeneratedMessageV3 implements BatchCreateOccurrencesRequestOrBuilder

Request to create occurrences in batch.

Protobuf type grafeas.v1.BatchCreateOccurrencesRequest

Static Fields

OCCURRENCES_FIELD_NUMBER

public static final int OCCURRENCES_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchCreateOccurrencesRequest getDefaultInstance()
Returns
TypeDescription
BatchCreateOccurrencesRequest

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateOccurrencesRequest prototype)

public static BatchCreateOccurrencesRequest.Builder newBuilder(BatchCreateOccurrencesRequest prototype)
Parameter
NameDescription
prototypeBatchCreateOccurrencesRequest
Returns
TypeDescription
BatchCreateOccurrencesRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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