public interface CreateNoteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNote()
public abstract Note getNote()The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
| 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];
| 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];
| 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];
| 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) = { ... }
| 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) = { ... }
| 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];
| Type | Description |
| boolean | Whether the note field is set. |