public interface UpdateNoteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID].
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNote()
public abstract Note getNote()The updated note.
.grafeas.v1beta1.Note note = 2;
| Returns | |
|---|---|
| Type | Description |
Note |
The note. |
getNoteOrBuilder()
public abstract NoteOrBuilder getNoteOrBuilder()The updated note.
.grafeas.v1beta1.Note note = 2;
| Returns | |
|---|---|
| Type | Description |
NoteOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasNote()
public abstract boolean hasNote()The updated note.
.grafeas.v1beta1.Note note = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the note field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |