程序包 hapi.chart
接口 MetadataOuterClass.MaintainerOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MetadataOuterClass
public static interface MetadataOuterClass.MaintainerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetEmail()Email is an optional email address to contact the named maintainercom.google.protobuf.ByteStringgetEmailBytes()Email is an optional email address to contact the named maintainerStringgetName()Name is a user name or organization namecom.google.protobuf.ByteStringgetNameBytes()Name is a user name or organization nameStringgetUrl()Url is an optional URL to an address for the named maintainercom.google.protobuf.ByteStringgetUrlBytes()Url is an optional URL to an address for the named maintainer
-
-
-
方法详细资料
-
getName
String getName()
Name is a user name or organization name
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is a user name or organization name
string name = 1;
-
getEmail
String getEmail()
Email is an optional email address to contact the named maintainer
string email = 2;
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()
Email is an optional email address to contact the named maintainer
string email = 2;
-
getUrl
String getUrl()
Url is an optional URL to an address for the named maintainer
string url = 3;
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Url is an optional URL to an address for the named maintainer
string url = 3;
-
-