Class CreateNoteRequest.Builder (2.40.0)

  public 
  
 static 
  
 final 
  
 class 
 CreateNoteRequest 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 Builder<CreateNoteRequest 
 . 
 Builder 
>  
 implements 
  
 CreateNoteRequestOrBuilder 
 

Request to create a new note.

Protobuf type grafeas.v1.CreateNoteRequest

Static Methods

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 addRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

build()

  public 
  
 CreateNoteRequest 
  
 build 
 () 
 
Returns
Type
Description

buildPartial()

  public 
  
 CreateNoteRequest 
  
 buildPartial 
 () 
 
Returns
Type
Description

clear()

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type
Description
Overrides

clearField(Descriptors.FieldDescriptor field)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clearField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearNote()

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clearNote 
 () 
 

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

clearNoteId()

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clearNoteId 
 () 
 

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clearOneof 
 ( 
 Descriptors 
 . 
 OneofDescriptor 
  
 oneof 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
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) = { ... }

Returns
Type
Description

This builder for chaining.

clone()

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type
Description
Overrides

getDefaultInstanceForType()

  public 
  
 CreateNoteRequest 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type
Description
Overrides

getNote()

  public 
  
 Note 
  
 getNote 
 () 
 

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

The note.

getNoteBuilder()

  public 
  
 Note 
 . 
 Builder 
  
 getNoteBuilder 
 () 
 

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

getNoteId()

  public 
  
 String 
  
 getNoteId 
 () 
 

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

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

The bytes for noteId.

getNoteOrBuilder()

  public 
  
 NoteOrBuilder 
  
 getNoteOrBuilder 
 () 
 

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

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

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

The bytes for parent.

hasNote()

  public 
  
 boolean 
  
 hasNote 
 () 
 

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

Whether the note field is set.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Overrides
Exceptions
Type
Description

mergeFrom(Message other)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Message 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

mergeFrom(CreateNoteRequest other)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CreateNoteRequest 
  
 other 
 ) 
 
Parameter
Name
Description
Returns
Type
Description

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
Returns
Type
Description

mergeUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 CreateNoteRequest 
 . 
 Builder 
  
 mergeUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 setField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
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
Returns
Type
Description

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];

Parameter
Name
Description
builderForValue
Returns
Type
Description

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.

Returns
Type
Description

This builder for chaining.

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.

Returns
Type
Description

This builder for chaining.

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.

Returns
Type
Description

This builder for chaining.

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.

Returns
Type
Description

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

  public 
  
 CreateNoteRequest 
 . 
 Builder 
  
 setRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 int 
  
 index 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
index
int
value
Returns
Type
Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 CreateNoteRequest 
 . 
 Builder 
  
 setUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides
Design a Mobile Site
View Site in Mobile | Classic
Share by: