public static interface Rudder.VersionReleaseResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The canonical name of the release module
|
ByteString |
getNameBytes()
The canonical name of the release module
|
String |
getVersion()
The version of the release module
|
ByteString |
getVersionBytes()
The version of the release module
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getNameBytes()
The canonical name of the release module
string name = 1;
String getVersion()
The version of the release module
string version = 2;
ByteString getVersionBytes()
The version of the release module
string version = 2;
Copyright © 2017–2018, microBean. All rights reserved.