Package houston.grpc.service
Interface ManifestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Manifest,Manifest.Builder
@Generated
public interface ManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsServer(String key) map<string, string> server = 3;.houston.service.Manifest.Maintenance maintenance = 2;.houston.service.Manifest.Maintenance maintenance = 2;string redirectUrl = 4;com.google.protobuf.ByteStringstring redirectUrl = 4;Deprecated.intmap<string, string> server = 3;map<string, string> server = 3;getServerOrDefault(String key, String defaultValue) map<string, string> server = 3;getServerOrThrow(String key) map<string, string> server = 3;string tokenNotBefore = 6;com.google.protobuf.ByteStringstring tokenNotBefore = 6;booleanbool unsupported = 5;boolean.houston.service.Manifest.Maintenance maintenance = 2;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
-
hasMaintenance
boolean hasMaintenance().houston.service.Manifest.Maintenance maintenance = 2;- Returns:
- Whether the maintenance field is set.
-
getMaintenance
Manifest.Maintenance getMaintenance().houston.service.Manifest.Maintenance maintenance = 2;- Returns:
- The maintenance.
-
getMaintenanceOrBuilder
Manifest.MaintenanceOrBuilder getMaintenanceOrBuilder().houston.service.Manifest.Maintenance maintenance = 2; -
getServerCount
int getServerCount()map<string, string> server = 3; -
containsServer
map<string, string> server = 3; -
getServer
Deprecated.UsegetServerMap()instead. -
getServerMap
map<string, string> server = 3; -
getServerOrDefault
map<string, string> server = 3; -
getServerOrThrow
map<string, string> server = 3; -
getRedirectUrl
String getRedirectUrl()string redirectUrl = 4;- Returns:
- The redirectUrl.
-
getRedirectUrlBytes
com.google.protobuf.ByteString getRedirectUrlBytes()string redirectUrl = 4;- Returns:
- The bytes for redirectUrl.
-
getUnsupported
boolean getUnsupported()bool unsupported = 5;- Returns:
- The unsupported.
-
getTokenNotBefore
String getTokenNotBefore()string tokenNotBefore = 6;- Returns:
- The tokenNotBefore.
-
getTokenNotBeforeBytes
com.google.protobuf.ByteString getTokenNotBeforeBytes()string tokenNotBefore = 6;- Returns:
- The bytes for tokenNotBefore.
-