public static interface Tiller.GetReleaseStatusResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InfoOuterClass.Info |
getInfo()
Info contains information about the release.
|
InfoOuterClass.InfoOrBuilder |
getInfoOrBuilder()
Info contains information about the release.
|
String |
getName()
Name is the name of the release.
|
ByteString |
getNameBytes()
Name is the name of the release.
|
String |
getNamespace()
Namesapce the release was released into
|
ByteString |
getNamespaceBytes()
Namesapce the release was released into
|
boolean |
hasInfo()
Info contains information about the release.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
Name is the name of the release.
string name = 1;
boolean hasInfo()
Info contains information about the release.
.hapi.release.Info info = 2;
InfoOuterClass.Info getInfo()
Info contains information about the release.
.hapi.release.Info info = 2;
InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
Info contains information about the release.
.hapi.release.Info info = 2;
String getNamespace()
Namesapce the release was released into
string namespace = 3;
ByteString getNamespaceBytes()
Namesapce the release was released into
string namespace = 3;
Copyright © 2017–2018, microBean. All rights reserved.