Interface ServerPluginOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerPlugin, ServerPlugin.Builder
@Generated
public interface ServerPluginOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring author = 4;com.google.protobuf.ByteStringstring author = 4;string description = 3;com.google.protobuf.ByteStringstring description = 3;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;string license = 5;com.google.protobuf.ByteStringstring license = 5;string version = 2;com.google.protobuf.ByteStringstring version = 2;string website = 6;com.google.protobuf.ByteStringstring website = 6;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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getVersion
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 2;- Returns:
- The bytes for version.
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3;- Returns:
- The bytes for description.
-
getAuthor
-
getAuthorBytes
com.google.protobuf.ByteString getAuthorBytes()string author = 4;- Returns:
- The bytes for author.
-
getLicense
-
getLicenseBytes
com.google.protobuf.ByteString getLicenseBytes()string license = 5;- Returns:
- The bytes for license.
-
getWebsite
-
getWebsiteBytes
com.google.protobuf.ByteString getWebsiteBytes()string website = 6;- Returns:
- The bytes for website.
-