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.ByteStringstring branch_name = 3;string commit_hash = 2;com.google.protobuf.ByteStringstring commit_hash = 2;string public_api_address = 4;com.google.protobuf.ByteStringstring public_api_address = 4;string public_docs_address = 6;com.google.protobuf.ByteStringstring public_docs_address = 6;string public_webdav_address = 5;com.google.protobuf.ByteStringstring public_webdav_address = 5;string version = 1;com.google.protobuf.ByteStringstring version = 1;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
-
getVersion
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 1;- Returns:
- The bytes for version.
-
getCommitHash
-
getCommitHashBytes
com.google.protobuf.ByteString getCommitHashBytes()string commit_hash = 2;- Returns:
- The bytes for commitHash.
-
getBranchName
-
getBranchNameBytes
com.google.protobuf.ByteString getBranchNameBytes()string branch_name = 3;- Returns:
- The bytes for branchName.
-
getPublicApiAddress
-
getPublicApiAddressBytes
com.google.protobuf.ByteString getPublicApiAddressBytes()string public_api_address = 4;- Returns:
- The bytes for publicApiAddress.
-
getPublicWebdavAddress
-
getPublicWebdavAddressBytes
com.google.protobuf.ByteString getPublicWebdavAddressBytes()string public_webdav_address = 5;- Returns:
- The bytes for publicWebdavAddress.
-
getPublicDocsAddress
-
getPublicDocsAddressBytes
com.google.protobuf.ByteString getPublicDocsAddressBytes()string public_docs_address = 6;- Returns:
- The bytes for publicDocsAddress.
-