public static interface MetadataOuterClass.MaintainerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Email is an optional email address to contact the named maintainer
|
ByteString |
getEmailBytes()
Email is an optional email address to contact the named maintainer
|
String |
getName()
Name is a user name or organization name
|
ByteString |
getNameBytes()
Name is a user name or organization name
|
String |
getUrl()
Url is an optional URL to an address for the named maintainer
|
ByteString |
getUrlBytes()
Url is an optional URL to an address for the named maintainer
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
Name is a user name or organization name
string name = 1;
String getEmail()
Email is an optional email address to contact the named maintainer
string email = 2;
ByteString getEmailBytes()
Email is an optional email address to contact the named maintainer
string email = 2;
String getUrl()
Url is an optional URL to an address for the named maintainer
string url = 3;
ByteString getUrlBytes()
Url is an optional URL to an address for the named maintainer
string url = 3;
Copyright © 2017–2018, microBean. All rights reserved.