Interface ContributorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Contributor,Contributor.Builder
public interface ContributorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring commitId = 4;com.google.protobuf.ByteStringstring commitId = 4;getEmail()string email = 2;com.google.protobuf.ByteStringstring email = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getTitle()string title = 3;com.google.protobuf.ByteStringstring title = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getEmail
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 2;- Returns:
- The bytes for email.
-
getTitle
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 3;- Returns:
- The bytes for title.
-
getCommitId
-
getCommitIdBytes
com.google.protobuf.ByteString getCommitIdBytes()string commitId = 4;- Returns:
- The bytes for commitId.
-