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
Modifier and TypeMethodDescriptionoptional string description = 2;com.google.protobuf.ByteStringoptional string description = 2;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;optional string vendor = 4;com.google.protobuf.ByteStringoptional string vendor = 4;optional string version = 3;com.google.protobuf.ByteStringoptional string version = 3;booleanoptional string description = 2;booleanhasName()optional string name = 1;booleanoptional string vendor = 4;booleanoptional string version = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()optional string description = 2;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2;- Returns:
- The bytes for description.
-
hasVersion
boolean hasVersion()optional string version = 3;- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()optional string version = 3;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()optional string version = 3;- Returns:
- The bytes for version.
-
hasVendor
boolean hasVendor()optional string vendor = 4;- Returns:
- Whether the vendor field is set.
-
getVendor
String getVendor()optional string vendor = 4;- Returns:
- The vendor.
-
getVendorBytes
com.google.protobuf.ByteString getVendorBytes()optional string vendor = 4;- Returns:
- The bytes for vendor.
-