Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrlsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrls,RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrls.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM.StationInformation
public static interface RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrlsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadataThe URL of the acquisition servercom.google.protobuf.ByteStringThe URL of the acquisition serverThe URL of the authentication servercom.google.protobuf.ByteStringThe URL of the authentication serverDeprecated.intA map from string to string for including untyped metadataA map from string to string for including untyped metadatagetMetadataOrDefault(String key, String defaultValue) A map from string to string for including untyped metadatagetMetadataOrThrow(String key) A map from string to string for including untyped metadataThe URL of the synch servercom.google.protobuf.ByteStringThe URL of the synch serverMethods 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
-
getAuthServer
String getAuthServer()The URL of the authentication server
string auth_server = 1;- Returns:
- The authServer.
-
getAuthServerBytes
com.google.protobuf.ByteString getAuthServerBytes()The URL of the authentication server
string auth_server = 1;- Returns:
- The bytes for authServer.
-
getSynchServer
String getSynchServer()The URL of the synch server
string synch_server = 2;- Returns:
- The synchServer.
-
getSynchServerBytes
com.google.protobuf.ByteString getSynchServerBytes()The URL of the synch server
string synch_server = 2;- Returns:
- The bytes for synchServer.
-
getAcquisitionServer
String getAcquisitionServer()The URL of the acquisition server
string acquisition_server = 3;- Returns:
- The acquisitionServer.
-
getAcquisitionServerBytes
com.google.protobuf.ByteString getAcquisitionServerBytes()The URL of the acquisition server
string acquisition_server = 3;- Returns:
- The bytes for acquisitionServer.
-
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 4;
-