public interface UpdateNoteRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the note in the form of
`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
|
ByteString |
getNameBytes()
The name of the note in the form of
`projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
|
Note |
getNote()
The updated note.
|
NoteOrBuilder |
getNoteOrBuilder()
The updated note.
|
FieldMask |
getUpdateMask()
The fields to update.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The fields to update.
|
boolean |
hasNote()
The updated note.
|
boolean |
hasUpdateMask()
The fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
ByteString getNameBytes()
The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
string name = 1;
boolean hasNote()
The updated note.
.grafeas.v1.Note note = 2;
Note getNote()
The updated note.
.grafeas.v1.Note note = 2;
NoteOrBuilder getNoteOrBuilder()
The updated note.
.grafeas.v1.Note note = 2;
boolean hasUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
FieldMask getUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update.
.google.protobuf.FieldMask update_mask = 3;
Copyright © 2019 Google LLC. All rights reserved.