public static interface MetadataOuterClass.MaintainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail()
Email is an optional email address to contact the named maintainer
string email = 2; |
com.google.protobuf.ByteString |
getEmailBytes()
Email is an optional email address to contact the named maintainer
string email = 2; |
String |
getName()
Name is a user name or organization name
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Name is a user name or organization name
string name = 1; |
String |
getUrl()
Url is an optional URL to an address for the named maintainer
string url = 3; |
com.google.protobuf.ByteString |
getUrlBytes()
Url is an optional URL to an address for the named maintainer
string url = 3; |
String getName()
Name is a user name or organization name
string name = 1;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.ByteString getUrlBytes()
Url is an optional URL to an address for the named maintainer
string url = 3;Copyright © 2021. All rights reserved.