Interface CreateNoteRequestOrBuilder (2.2.3)

  public 
  
 interface 
 CreateNoteRequestOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getNote()

  public 
  
 abstract 
  
 Note 
  
 getNote 
 () 
 

The note to create.

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

Returns
Type Description
Note

The note.

getNoteId()

  public 
  
 abstract 
  
 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 
  
 abstract 
  
 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 
  
 abstract 
  
 NoteOrBuilder 
  
 getNoteOrBuilder 
 () 
 

The note to create.

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

Returns
Type Description
NoteOrBuilder

getParent()

  public 
  
 abstract 
  
 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 
  
 abstract 
  
 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()

  public 
  
 abstract 
  
 boolean 
  
 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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: