public static final class BatchCreateNotesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder> implements BatchCreateNotesRequestOrBuilder
Request to create notes in batch.Protobuf type
grafeas.v1beta1.BatchCreateNotesRequest| Modifier and Type | Method and Description |
|---|---|
BatchCreateNotesRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchCreateNotesRequest |
build() |
BatchCreateNotesRequest |
buildPartial() |
BatchCreateNotesRequest.Builder |
clear() |
BatchCreateNotesRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchCreateNotesRequest.Builder |
clearNotes() |
BatchCreateNotesRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchCreateNotesRequest.Builder |
clearParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
BatchCreateNotesRequest.Builder |
clone() |
boolean |
containsNotes(String key)
The notes to create.
|
BatchCreateNotesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,Note> |
getMutableNotes()
Deprecated.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
BatchCreateNotesRequest.Builder |
mergeFrom(BatchCreateNotesRequest other) |
BatchCreateNotesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchCreateNotesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchCreateNotesRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchCreateNotesRequest.Builder |
putAllNotes(Map<String,Note> values)
The notes to create.
|
BatchCreateNotesRequest.Builder |
putNotes(String key,
Note value)
The notes to create.
|
BatchCreateNotesRequest.Builder |
removeNotes(String key)
The notes to create.
|
BatchCreateNotesRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchCreateNotesRequest.Builder |
setParent(String value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
BatchCreateNotesRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
BatchCreateNotesRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchCreateNotesRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchCreateNotesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateNotesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateNotesRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder mergeFrom(BatchCreateNotesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public BatchCreateNotesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateNotesRequest.Builder>IOExceptionpublic 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 BatchCreateNotesRequest.Builder setParent(String value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
string parent = 1;public BatchCreateNotesRequest.Builder clearParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
string parent = 1;public BatchCreateNotesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
string parent = 1;public 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 BatchCreateNotesRequest.Builder clearNotes()
public BatchCreateNotesRequest.Builder removeNotes(String key)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;@Deprecated public Map<String,Note> getMutableNotes()
public BatchCreateNotesRequest.Builder putNotes(String key, Note value)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;public BatchCreateNotesRequest.Builder putAllNotes(Map<String,Note> values)
The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;public final BatchCreateNotesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>public final BatchCreateNotesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>Copyright © 2019 Google LLC. All rights reserved.