Package com.soulfiremc.grpc.generated
Interface ServerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerInfo
,ServerInfo.Builder
@Generated
public interface ServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring branch_name = 3;
com.google.protobuf.ByteString
string branch_name = 3;
string commit_hash = 2;
com.google.protobuf.ByteString
string commit_hash = 2;
string public_api_address = 4;
com.google.protobuf.ByteString
string public_api_address = 4;
string public_docs_address = 6;
com.google.protobuf.ByteString
string public_docs_address = 6;
string public_webdav_address = 5;
com.google.protobuf.ByteString
string public_webdav_address = 5;
string version = 1;
com.google.protobuf.ByteString
string version = 1;
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
-
getVersion
String getVersion()string version = 1;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 1;
- Returns:
- The bytes for version.
-
getCommitHash
String getCommitHash()string commit_hash = 2;
- Returns:
- The commitHash.
-
getCommitHashBytes
com.google.protobuf.ByteString getCommitHashBytes()string commit_hash = 2;
- Returns:
- The bytes for commitHash.
-
getBranchName
String getBranchName()string branch_name = 3;
- Returns:
- The branchName.
-
getBranchNameBytes
com.google.protobuf.ByteString getBranchNameBytes()string branch_name = 3;
- Returns:
- The bytes for branchName.
-
getPublicApiAddress
String getPublicApiAddress()string public_api_address = 4;
- Returns:
- The publicApiAddress.
-
getPublicApiAddressBytes
com.google.protobuf.ByteString getPublicApiAddressBytes()string public_api_address = 4;
- Returns:
- The bytes for publicApiAddress.
-
getPublicWebdavAddress
String getPublicWebdavAddress()string public_webdav_address = 5;
- Returns:
- The publicWebdavAddress.
-
getPublicWebdavAddressBytes
com.google.protobuf.ByteString getPublicWebdavAddressBytes()string public_webdav_address = 5;
- Returns:
- The bytes for publicWebdavAddress.
-
getPublicDocsAddress
String getPublicDocsAddress()string public_docs_address = 6;
- Returns:
- The publicDocsAddress.
-
getPublicDocsAddressBytes
com.google.protobuf.ByteString getPublicDocsAddressBytes()string public_docs_address = 6;
- Returns:
- The bytes for publicDocsAddress.
-