public final class BatchCreateOccurrencesRequest extends com.google.protobuf.GeneratedMessageV3 implements BatchCreateOccurrencesRequestOrBuilder
Request to create occurrences in batch.Protobuf type
grafeas.v1beta1.BatchCreateOccurrencesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
BatchCreateOccurrencesRequest.Builder
Request to create occurrences in batch.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
OCCURRENCES_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BatchCreateOccurrencesRequest |
getDefaultInstance() |
BatchCreateOccurrencesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Occurrence |
getOccurrences(int index)
The occurrences to create.
|
int |
getOccurrencesCount()
The occurrences to create.
|
List<Occurrence> |
getOccurrencesList()
The occurrences to create.
|
OccurrenceOrBuilder |
getOccurrencesOrBuilder(int index)
The occurrences to create.
|
List<? extends OccurrenceOrBuilder> |
getOccurrencesOrBuilderList()
The occurrences to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
com.google.protobuf.ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the occurrences are to be created.
|
com.google.protobuf.Parser<BatchCreateOccurrencesRequest> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchCreateOccurrencesRequest.Builder |
newBuilder() |
static BatchCreateOccurrencesRequest.Builder |
newBuilder(BatchCreateOccurrencesRequest prototype) |
BatchCreateOccurrencesRequest.Builder |
newBuilderForType() |
protected BatchCreateOccurrencesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static BatchCreateOccurrencesRequest |
parseDelimitedFrom(InputStream input) |
static BatchCreateOccurrencesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateOccurrencesRequest |
parseFrom(byte[] data) |
static BatchCreateOccurrencesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateOccurrencesRequest |
parseFrom(ByteBuffer data) |
static BatchCreateOccurrencesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateOccurrencesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static BatchCreateOccurrencesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateOccurrencesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchCreateOccurrencesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateOccurrencesRequest |
parseFrom(InputStream input) |
static BatchCreateOccurrencesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchCreateOccurrencesRequest> |
parser() |
BatchCreateOccurrencesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARENT_FIELD_NUMBER
public static final int OCCURRENCES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getParent in interface BatchCreateOccurrencesRequestOrBuilderpublic com.google.protobuf.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;getParentBytes in interface BatchCreateOccurrencesRequestOrBuilderpublic List<Occurrence> getOccurrencesList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;getOccurrencesList in interface BatchCreateOccurrencesRequestOrBuilderpublic List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;getOccurrencesOrBuilderList in interface BatchCreateOccurrencesRequestOrBuilderpublic int getOccurrencesCount()
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;getOccurrencesCount in interface BatchCreateOccurrencesRequestOrBuilderpublic Occurrence getOccurrences(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;getOccurrences in interface BatchCreateOccurrencesRequestOrBuilderpublic OccurrenceOrBuilder getOccurrencesOrBuilder(int index)
The occurrences to create.
repeated .grafeas.v1beta1.Occurrence occurrences = 2;getOccurrencesOrBuilder in interface BatchCreateOccurrencesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateOccurrencesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchCreateOccurrencesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchCreateOccurrencesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchCreateOccurrencesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchCreateOccurrencesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchCreateOccurrencesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchCreateOccurrencesRequest.Builder newBuilder()
public static BatchCreateOccurrencesRequest.Builder newBuilder(BatchCreateOccurrencesRequest prototype)
public BatchCreateOccurrencesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchCreateOccurrencesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BatchCreateOccurrencesRequest getDefaultInstance()
public static com.google.protobuf.Parser<BatchCreateOccurrencesRequest> parser()
public com.google.protobuf.Parser<BatchCreateOccurrencesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BatchCreateOccurrencesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.