Interface UpdateNoteRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
      com.google.protobuf.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.
      com.google.protobuf.FieldMask getUpdateMask()
      The fields to update.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      The fields to update.
      boolean hasNote()
      The updated note.
      boolean hasUpdateMask()
      The fields to update.
      • 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

      • getName

        String getName()
         The name of the note in the form of
         `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the note in the form of
         `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasNote

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

        Note getNote()
         The updated note.
         
        .grafeas.v1beta1.Note note = 2;
        Returns:
        The note.
      • getNoteOrBuilder

        NoteOrBuilder getNoteOrBuilder()
         The updated note.
         
        .grafeas.v1beta1.Note note = 2;
      • hasUpdateMask

        boolean hasUpdateMask()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 3;