Package com.soulfiremc.grpc.generated
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.ByteString
string author = 4;
string description = 3;
com.google.protobuf.ByteString
string description = 3;
getId()
string id = 1;
com.google.protobuf.ByteString
string id = 1;
string license = 5;
com.google.protobuf.ByteString
string license = 5;
string version = 2;
com.google.protobuf.ByteString
string version = 2;
string website = 6;
com.google.protobuf.ByteString
string website = 6;
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
-
getId
String getId()string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;
- Returns:
- The bytes for id.
-
getVersion
String getVersion()string version = 2;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 2;
- Returns:
- The bytes for version.
-
getDescription
String getDescription()string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3;
- Returns:
- The bytes for description.
-
getAuthor
String getAuthor()string author = 4;
- Returns:
- The author.
-
getAuthorBytes
com.google.protobuf.ByteString getAuthorBytes()string author = 4;
- Returns:
- The bytes for author.
-
getLicense
String getLicense()string license = 5;
- Returns:
- The license.
-
getLicenseBytes
com.google.protobuf.ByteString getLicenseBytes()string license = 5;
- Returns:
- The bytes for license.
-
getWebsite
String getWebsite()string website = 6;
- Returns:
- The website.
-
getWebsiteBytes
com.google.protobuf.ByteString getWebsiteBytes()string website = 6;
- Returns:
- The bytes for website.
-