public final class BatchCreateNotesRequest extends com.google.protobuf.GeneratedMessageV3 implements BatchCreateNotesRequestOrBuilder
Request to create notes in batch.Protobuf type
grafeas.v1beta1.BatchCreateNotesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
BatchCreateNotesRequest.Builder
Request to create notes 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 |
NOTES_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsNotes(String key)
The notes to create.
|
boolean |
equals(Object obj) |
static BatchCreateNotesRequest |
getDefaultInstance() |
BatchCreateNotesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,Note> |
getNotes()
Deprecated.
|
int |
getNotesCount()
The notes to create.
|
Map<String,Note> |
getNotesMap()
The notes to create.
|
Note |
getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
getNotesOrThrow(String key)
The notes to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
com.google.protobuf.ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
com.google.protobuf.Parser<BatchCreateNotesRequest> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static BatchCreateNotesRequest.Builder |
newBuilder() |
static BatchCreateNotesRequest.Builder |
newBuilder(BatchCreateNotesRequest prototype) |
BatchCreateNotesRequest.Builder |
newBuilderForType() |
protected BatchCreateNotesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static BatchCreateNotesRequest |
parseDelimitedFrom(InputStream input) |
static BatchCreateNotesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateNotesRequest |
parseFrom(byte[] data) |
static BatchCreateNotesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateNotesRequest |
parseFrom(ByteBuffer data) |
static BatchCreateNotesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateNotesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static BatchCreateNotesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateNotesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchCreateNotesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchCreateNotesRequest |
parseFrom(InputStream input) |
static BatchCreateNotesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchCreateNotesRequest> |
parser() |
BatchCreateNotesRequest.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, 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 NOTES_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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected 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 notes are to be created.
string parent = 1;getParent in interface BatchCreateNotesRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
string parent = 1;getParentBytes in interface BatchCreateNotesRequestOrBuilderpublic int getNotesCount()
BatchCreateNotesRequestOrBuilderThe notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;getNotesCount in interface BatchCreateNotesRequestOrBuilderpublic boolean containsNotes(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;containsNotes in interface BatchCreateNotesRequestOrBuilder@Deprecated public Map<String,Note> getNotes()
getNotesMap() instead.getNotes in interface BatchCreateNotesRequestOrBuilderpublic Map<String,Note> getNotesMap()
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;getNotesMap in interface BatchCreateNotesRequestOrBuilderpublic Note getNotesOrDefault(String key, Note defaultValue)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;getNotesOrDefault in interface BatchCreateNotesRequestOrBuilderpublic Note getNotesOrThrow(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;getNotesOrThrow in interface BatchCreateNotesRequestOrBuilderpublic 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 BatchCreateNotesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchCreateNotesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchCreateNotesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchCreateNotesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchCreateNotesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchCreateNotesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchCreateNotesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchCreateNotesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchCreateNotesRequest.Builder newBuilder()
public static BatchCreateNotesRequest.Builder newBuilder(BatchCreateNotesRequest prototype)
public BatchCreateNotesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchCreateNotesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BatchCreateNotesRequest getDefaultInstance()
public static com.google.protobuf.Parser<BatchCreateNotesRequest> parser()
public com.google.protobuf.Parser<BatchCreateNotesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BatchCreateNotesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.