Package org.yamcs.protobuf
Interface GetServerInfoResponse.PluginInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServerInfoResponse.PluginInfo,GetServerInfoResponse.PluginInfo.Builder
- Enclosing class:
- GetServerInfoResponse
public static interface GetServerInfoResponse.PluginInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()optional string description = 2;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 2;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetVendor()optional string vendor = 4;com.google.protobuf.ByteStringgetVendorBytes()optional string vendor = 4;StringgetVersion()optional string version = 3;com.google.protobuf.ByteStringgetVersionBytes()optional string version = 3;booleanhasDescription()optional string description = 2;booleanhasName()optional string name = 1;booleanhasVendor()optional string vendor = 4;booleanhasVersion()optional string version = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasDescription
boolean hasDescription()
optional string description = 2;
-
getDescription
String getDescription()
optional string description = 2;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 2;
-
hasVersion
boolean hasVersion()
optional string version = 3;
-
getVersion
String getVersion()
optional string version = 3;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
optional string version = 3;
-
hasVendor
boolean hasVendor()
optional string vendor = 4;
-
getVendor
String getVendor()
optional string vendor = 4;
-
getVendorBytes
com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 4;
-
-