Class BatchCreateOccurrencesRequest (2.43.0)

public final class BatchCreateOccurrencesRequest extends GeneratedMessageV3 implements BatchCreateOccurrencesRequestOrBuilder

Request to create occurrences in batch.

Protobuf type grafeas.v1beta1.BatchCreateOccurrencesRequest

Static 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
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateOccurrencesRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateOccurrencesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchCreateOccurrencesRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateOccurrencesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateOccurrencesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateOccurrencesRequest> parser()
Returns
Type Description
Parser<BatchCreateOccurrencesRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateOccurrencesRequest getDefaultInstanceForType()
Returns
Type Description
BatchCreateOccurrencesRequest

getOccurrences(int index)

public Occurrence getOccurrences(int index)

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Parameter
Name Description
index int
Returns
Type Description
Occurrence

getOccurrencesCount()

public int getOccurrencesCount()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
Type Description
int

getOccurrencesList()

public List<Occurrence> getOccurrencesList()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
Type Description
List<Occurrence>

getOccurrencesOrBuilder(int index)

public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Parameter
Name Description
index int
Returns
Type Description
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences to create.

repeated .grafeas.v1beta1.Occurrence occurrences = 2;

Returns
Type Description
List<? extends io.grafeas.v1beta1.OccurrenceOrBuilder>

getParent()

public String getParent()

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<BatchCreateOccurrencesRequest> getParserForType()
Returns
Type Description
Parser<BatchCreateOccurrencesRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchCreateOccurrencesRequest.Builder newBuilderForType()
Returns
Type Description
BatchCreateOccurrencesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateOccurrencesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchCreateOccurrencesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchCreateOccurrencesRequest.Builder toBuilder()
Returns
Type Description
BatchCreateOccurrencesRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException