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.ByteString
optional string description = 2;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
optional string vendor = 4;
com.google.protobuf.ByteString
optional string vendor = 4;
optional string version = 3;
com.google.protobuf.ByteString
optional string version = 3;
boolean
optional string description = 2;
boolean
hasName()
optional string name = 1;
boolean
optional string vendor = 4;
boolean
optional string version = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-