public static final class BatchCreateNotesRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder> implements BatchCreateNotesRequestOrBuilder
Request to create notes in batch.Protobuf type
grafeas.v1.BatchCreateNotesRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public BatchCreateNotesRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public BatchCreateNotesRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public BatchCreateNotesRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder mergeFrom(BatchCreateNotesRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public BatchCreateNotesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<BatchCreateNotesRequest.Builder>
IOException
public 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 BatchCreateNotesRequestOrBuilder
public 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 BatchCreateNotesRequestOrBuilder
public 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(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()
BatchCreateNotesRequestOrBuilder
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
getNotesCount
in interface BatchCreateNotesRequestOrBuilder
public boolean containsNotes(String key)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
containsNotes
in interface BatchCreateNotesRequestOrBuilder
@Deprecated public Map<String,Note> getNotes()
getNotesMap()
instead.getNotes
in interface BatchCreateNotesRequestOrBuilder
public Map<String,Note> getNotesMap()
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
getNotesMap
in interface BatchCreateNotesRequestOrBuilder
public Note getNotesOrDefault(String key, Note defaultValue)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
getNotesOrDefault
in interface BatchCreateNotesRequestOrBuilder
public Note getNotesOrThrow(String key)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
getNotesOrThrow
in interface BatchCreateNotesRequestOrBuilder
public BatchCreateNotesRequest.Builder clearNotes()
public BatchCreateNotesRequest.Builder removeNotes(String key)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
@Deprecated public Map<String,Note> getMutableNotes()
public BatchCreateNotesRequest.Builder putNotes(String key, Note value)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
public BatchCreateNotesRequest.Builder putAllNotes(Map<String,Note> values)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
public final BatchCreateNotesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
public final BatchCreateNotesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<BatchCreateNotesRequest.Builder>
Copyright © 2019 Google LLC. All rights reserved.