publicstaticfinalclass CreateNoteRequest.BuilderextendsGeneratedMessageV3.Builder<CreateNoteRequest.Builder>implementsCreateNoteRequestOrBuilder
Request to create a new note.
Protobuf type grafeas.v1beta1.CreateNoteRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateNoteRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateNoteRequestbuild()
buildPartial()
publicCreateNoteRequestbuildPartial()
clear()
publicCreateNoteRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicCreateNoteRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearNote()
publicCreateNoteRequest.BuilderclearNote()
The note to create.
.grafeas.v1beta1.Note note = 3;
clearNoteId()
publicCreateNoteRequest.BuilderclearNoteId()
The ID to use for this note.
string note_id = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateNoteRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearParent()
publicCreateNoteRequest.BuilderclearParent()
The name of the project in the form of projects/[PROJECT_ID], under which
the note is to be created.
string parent = 1;
clone()
publicCreateNoteRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateNoteRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getNote()
The note to create.
.grafeas.v1beta1.Note note = 3;
| Returns |
| Type |
Description |
Note |
The note.
|
getNoteBuilder()
publicNote.BuildergetNoteBuilder()
The note to create.
.grafeas.v1beta1.Note note = 3;
getNoteId()
The ID to use for this note.
string note_id = 2;
| Returns |
| Type |
Description |
String |
The noteId.
|
getNoteIdBytes()
publicByteStringgetNoteIdBytes()
The ID to use for this note.
string note_id = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for noteId.
|
getNoteOrBuilder()
publicNoteOrBuildergetNoteOrBuilder()
The note to create.
.grafeas.v1beta1.Note note = 3;
getParent()
The name of the project in the form of projects/[PROJECT_ID], under which
the note is to be created.
string parent = 1;
| Returns |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
The name of the project in the form of projects/[PROJECT_ID], under which
the note is to be created.
string parent = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for parent.
|
hasNote()
The note to create.
.grafeas.v1beta1.Note note = 3;
| Returns |
| Type |
Description |
boolean |
Whether the note field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
publicCreateNoteRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateNoteRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeFrom(CreateNoteRequest other)
publicCreateNoteRequest.BuildermergeFrom(CreateNoteRequestother)
mergeNote(Note value)
publicCreateNoteRequest.BuildermergeNote(Notevalue)
The note to create.
.grafeas.v1beta1.Note note = 3;
| Parameter |
| Name |
Description |
value |
Note
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateNoteRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateNoteRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setNote(Note value)
publicCreateNoteRequest.BuildersetNote(Notevalue)
The note to create.
.grafeas.v1beta1.Note note = 3;
| Parameter |
| Name |
Description |
value |
Note
|
setNote(Note.Builder builderForValue)
publicCreateNoteRequest.BuildersetNote(Note.BuilderbuilderForValue)
The note to create.
.grafeas.v1beta1.Note note = 3;
setNoteId(String value)
publicCreateNoteRequest.BuildersetNoteId(Stringvalue)
The ID to use for this note.
string note_id = 2;
| Parameter |
| Name |
Description |
value |
String
The noteId to set.
|
setNoteIdBytes(ByteString value)
publicCreateNoteRequest.BuildersetNoteIdBytes(ByteStringvalue)
The ID to use for this note.
string note_id = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for noteId to set.
|
setParent(String value)
publicCreateNoteRequest.BuildersetParent(Stringvalue)
The name of the project in the form of projects/[PROJECT_ID], under which
the note is to be created.
string parent = 1;
| Parameter |
| Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
publicCreateNoteRequest.BuildersetParentBytes(ByteStringvalue)
The name of the project in the form of projects/[PROJECT_ID], under which
the note is to be created.
string parent = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateNoteRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateNoteRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides