Interface ContributorOrBuilder

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

@Generated public interface ContributorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string commitId = 4;
    com.google.protobuf.ByteString
    string commitId = 4;
    string email = 2;
    com.google.protobuf.ByteString
    string email = 2;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    string title = 3;
    com.google.protobuf.ByteString
    string title = 3;

    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 Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getEmail

      String getEmail()
      string email = 2;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
      string email = 2;
      Returns:
      The bytes for email.
    • getTitle

      String getTitle()
      string title = 3;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 3;
      Returns:
      The bytes for title.
    • getCommitId

      String getCommitId()
      string commitId = 4;
      Returns:
      The commitId.
    • getCommitIdBytes

      com.google.protobuf.ByteString getCommitIdBytes()
      string commitId = 4;
      Returns:
      The bytes for commitId.