Interface CreateNoteRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateNoteRequest, CreateNoteRequest.Builder

    public interface CreateNoteRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Note getNote()
      The note to create.
      String getNoteId()
      The ID to use for this note.
      com.google.protobuf.ByteString getNoteIdBytes()
      The ID to use for this note.
      NoteOrBuilder getNoteOrBuilder()
      The note to create.
      String getParent()
      The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
      com.google.protobuf.ByteString getParentBytes()
      The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
      boolean hasNote()
      The note to create.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        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;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.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;
        Returns:
        The bytes for parent.
      • getNoteId

        String getNoteId()
         The ID to use for this note.
         
        string note_id = 2;
        Returns:
        The noteId.
      • getNoteIdBytes

        com.google.protobuf.ByteString getNoteIdBytes()
         The ID to use for this note.
         
        string note_id = 2;
        Returns:
        The bytes for noteId.
      • hasNote

        boolean hasNote()
         The note to create.
         
        .grafeas.v1beta1.Note note = 3;
        Returns:
        Whether the note field is set.
      • getNote

        Note getNote()
         The note to create.
         
        .grafeas.v1beta1.Note note = 3;
        Returns:
        The note.
      • getNoteOrBuilder

        NoteOrBuilder getNoteOrBuilder()
         The note to create.
         
        .grafeas.v1beta1.Note note = 3;