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
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchCreateOccurrencesRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchCreateOccurrencesRequest.Builder newBuilder()
Returns
newBuilder(BatchCreateOccurrencesRequest prototype)
public static BatchCreateOccurrencesRequest.Builder newBuilder(BatchCreateOccurrencesRequest prototype)
Parameter
Returns
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchCreateOccurrencesRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchCreateOccurrencesRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchCreateOccurrencesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchCreateOccurrencesRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BatchCreateOccurrencesRequest getDefaultInstanceForType()
Returns
getOccurrences(int index)
public Occurrence getOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
getOccurrencesCount()
public int getOccurrencesCount()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
getOccurrencesList()
public List<Occurrence> getOccurrencesList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Returns
getOccurrencesOrBuilder(int index)
public OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;
Parameter
Returns
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
getParserForType()
public Parser<BatchCreateOccurrencesRequest> 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 BatchCreateOccurrencesRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchCreateOccurrencesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchCreateOccurrencesRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions