Send feedback
Class CreateNoteRequest.Builder (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.24.0 keyboard_arrow_down
public static final class CreateNoteRequest . Builder extends GeneratedMessageV3 . Builder<CreateNoteRequest . Builder > implements CreateNoteRequestOrBuilder
Request to create a new note.
Protobuf type grafeas.v1.CreateNoteRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateNoteRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CreateNoteRequest build ()
buildPartial()
public CreateNoteRequest buildPartial ()
clear()
public CreateNoteRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateNoteRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNote()
public CreateNoteRequest . Builder clearNote ()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
clearNoteId()
public CreateNoteRequest . Builder clearNoteId ()
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateNoteRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearParent()
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public CreateNoteRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public CreateNoteRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNote()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description Note
The note.
getNoteBuilder()
public Note . Builder getNoteBuilder ()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
getNoteId()
public String getNoteId ()
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The noteId.
getNoteIdBytes()
public ByteString getNoteIdBytes ()
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for noteId.
getNoteOrBuilder()
public NoteOrBuilder getNoteOrBuilder ()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The parent.
getParentBytes()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for parent.
hasNote()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description boolean
Whether the note field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public CreateNoteRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CreateNoteRequest . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeFrom(CreateNoteRequest other)
public CreateNoteRequest . Builder mergeFrom ( CreateNoteRequest other )
mergeNote(Note value)
public CreateNoteRequest . Builder mergeNote ( Note value )
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
Note
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateNoteRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateNoteRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNote(Note value)
public CreateNoteRequest . Builder setNote ( Note value )
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
Note
setNote(Note.Builder builderForValue)
public CreateNoteRequest . Builder setNote ( Note . Builder builderForValue )
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
setNoteId(String value)
public CreateNoteRequest . Builder setNoteId ( String value )
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
String
The noteId to set.
setNoteIdBytes(ByteString value)
public CreateNoteRequest . Builder setNoteIdBytes ( ByteString value )
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
ByteString
The bytes for noteId to set.
setParent(String value)
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter Name Description value
String
The parent to set.
setParentBytes(ByteString value)
public CreateNoteRequest . Builder setParentBytes ( 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter Name Description value
ByteString
The bytes for parent to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateNoteRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateNoteRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]