Interface UpdateNoteRequestOrBuilder (2.49.0)

  public 
  
 interface 
 UpdateNoteRequestOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getName()

  public 
  
 abstract 
  
 String 
  
 getName 
 () 
 

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] .

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getNameBytes 
 () 
 

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID] .

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type
Description

The bytes for name.

getNote()

  public 
  
 abstract 
  
 Note 
  
 getNote 
 () 
 

The updated note.

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

Returns
Type
Description

The note.

getNoteOrBuilder()

  public 
  
 abstract 
  
 NoteOrBuilder 
  
 getNoteOrBuilder 
 () 
 

The updated note.

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

Returns
Type
Description

getUpdateMask()

  public 
  
 abstract 
  
 FieldMask 
  
 getUpdateMask 
 () 
 

The fields to update.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type
Description

The updateMask.

getUpdateMaskOrBuilder()

  public 
  
 abstract 
  
 FieldMaskOrBuilder 
  
 getUpdateMaskOrBuilder 
 () 
 

The fields to update.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type
Description

hasNote()

  public 
  
 abstract 
  
 boolean 
  
 hasNote 
 () 
 

The updated note.

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

Returns
Type
Description

Whether the note field is set.

hasUpdateMask()

  public 
  
 abstract 
  
 boolean 
  
 hasUpdateMask 
 () 
 

The fields to update.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type
Description

Whether the updateMask field is set.

Design a Mobile Site
View Site in Mobile | Classic
Share by: