接口 Tiller.GetReleaseStatusResponseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.GetReleaseStatusResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 InfoOuterClass.InfogetInfo()Info contains information about the release.InfoOuterClass.InfoOrBuildergetInfoOrBuilder()Info contains information about the release.StringgetName()Name is the name of the release.com.google.protobuf.ByteStringgetNameBytes()Name is the name of the release.StringgetNamespace()Namespace the release was released intocom.google.protobuf.ByteStringgetNamespaceBytes()Namespace the release was released intobooleanhasInfo()Info contains information about the release.
-
-
-
方法详细资料
-
getName
String getName()
Name is the name of the release.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the name of the release.
string name = 1;
-
hasInfo
boolean hasInfo()
Info contains information about the release.
.hapi.release.Info info = 2;
-
getInfo
InfoOuterClass.Info getInfo()
Info contains information about the release.
.hapi.release.Info info = 2;
-
getInfoOrBuilder
InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
Info contains information about the release.
.hapi.release.Info info = 2;
-
getNamespace
String getNamespace()
Namespace the release was released into
string namespace = 3;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace the release was released into
string namespace = 3;
-
-