接口 Rudder.VersionReleaseResponseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Rudder
public static interface Rudder.VersionReleaseResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetName()The canonical name of the release modulecom.google.protobuf.ByteStringgetNameBytes()The canonical name of the release moduleStringgetVersion()The version of the release modulecom.google.protobuf.ByteStringgetVersionBytes()The version of the release module
-
-
-
方法详细资料
-
getName
String getName()
The canonical name of the release module
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The canonical name of the release module
string name = 1;
-
getVersion
String getVersion()
The version of the release module
string version = 2;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
The version of the release module
string version = 2;
-
-