public static final class CreateNoteRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder> implements CreateNoteRequestOrBuilder
Request to create a new note.Protobuf type
grafeas.v1beta1.CreateNoteRequest| Modifier and Type | Method and Description |
|---|---|
CreateNoteRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateNoteRequest |
build() |
CreateNoteRequest |
buildPartial() |
CreateNoteRequest.Builder |
clear() |
CreateNoteRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateNoteRequest.Builder |
clearNote()
The note to create.
|
CreateNoteRequest.Builder |
clearNoteId()
The ID to use for this note.
|
CreateNoteRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateNoteRequest.Builder |
clearParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
CreateNoteRequest.Builder |
clone() |
CreateNoteRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Note |
getNote()
The note to create.
|
Note.Builder |
getNoteBuilder()
The note to create.
|
String |
getNoteId()
The ID to use for this note.
|
com.google.protobuf.ByteString |
getNoteIdBytes()
The ID to use for this note.
|
NoteOrBuilder |
getNoteOrBuilder()
The note to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
com.google.protobuf.ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
boolean |
hasNote()
The note to create.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CreateNoteRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateNoteRequest.Builder |
mergeFrom(CreateNoteRequest other) |
CreateNoteRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
CreateNoteRequest.Builder |
mergeNote(Note value)
The note to create.
|
CreateNoteRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateNoteRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateNoteRequest.Builder |
setNote(Note.Builder builderForValue)
The note to create.
|
CreateNoteRequest.Builder |
setNote(Note value)
The note to create.
|
CreateNoteRequest.Builder |
setNoteId(String value)
The ID to use for this note.
|
CreateNoteRequest.Builder |
setNoteIdBytes(com.google.protobuf.ByteString value)
The ID to use for this note.
|
CreateNoteRequest.Builder |
setParent(String value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
CreateNoteRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
CreateNoteRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateNoteRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.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<CreateNoteRequest.Builder>public CreateNoteRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateNoteRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateNoteRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateNoteRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.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<CreateNoteRequest.Builder>public CreateNoteRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.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<CreateNoteRequest.Builder>public CreateNoteRequest.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<CreateNoteRequest.Builder>public CreateNoteRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.Builder mergeFrom(CreateNoteRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public CreateNoteRequest.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<CreateNoteRequest.Builder>IOExceptionpublic String getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;getParent in interface CreateNoteRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;getParentBytes in interface CreateNoteRequestOrBuilderpublic CreateNoteRequest.Builder setParent(String value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;public CreateNoteRequest.Builder clearParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;public CreateNoteRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;public String getNoteId()
The ID to use for this note.
string note_id = 2;getNoteId in interface CreateNoteRequestOrBuilderpublic com.google.protobuf.ByteString getNoteIdBytes()
The ID to use for this note.
string note_id = 2;getNoteIdBytes in interface CreateNoteRequestOrBuilderpublic CreateNoteRequest.Builder setNoteId(String value)
The ID to use for this note.
string note_id = 2;public CreateNoteRequest.Builder clearNoteId()
The ID to use for this note.
string note_id = 2;public CreateNoteRequest.Builder setNoteIdBytes(com.google.protobuf.ByteString value)
The ID to use for this note.
string note_id = 2;public boolean hasNote()
The note to create.
.grafeas.v1beta1.Note note = 3;hasNote in interface CreateNoteRequestOrBuilderpublic Note getNote()
The note to create.
.grafeas.v1beta1.Note note = 3;getNote in interface CreateNoteRequestOrBuilderpublic CreateNoteRequest.Builder setNote(Note value)
The note to create.
.grafeas.v1beta1.Note note = 3;public CreateNoteRequest.Builder setNote(Note.Builder builderForValue)
The note to create.
.grafeas.v1beta1.Note note = 3;public CreateNoteRequest.Builder mergeNote(Note value)
The note to create.
.grafeas.v1beta1.Note note = 3;public CreateNoteRequest.Builder clearNote()
The note to create.
.grafeas.v1beta1.Note note = 3;public Note.Builder getNoteBuilder()
The note to create.
.grafeas.v1beta1.Note note = 3;public NoteOrBuilder getNoteOrBuilder()
The note to create.
.grafeas.v1beta1.Note note = 3;getNoteOrBuilder in interface CreateNoteRequestOrBuilderpublic final CreateNoteRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>public final CreateNoteRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNoteRequest.Builder>Copyright © 2019 Google LLC. All rights reserved.