Package feast.proto.core
Interface FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig.CustomDestination,FeatureServiceProto.LoggingConfig.CustomDestination.Builder
- Enclosing class:
- FeatureServiceProto.LoggingConfig
public static interface FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsConfig(String key)map<string, string> config = 2;Map<String,String>getConfig()Deprecated.intgetConfigCount()map<string, string> config = 2;Map<String,String>getConfigMap()map<string, string> config = 2;StringgetConfigOrDefault(String key, String defaultValue)map<string, string> config = 2;StringgetConfigOrThrow(String key)map<string, string> config = 2;StringgetKind()string kind = 1;com.google.protobuf.ByteStringgetKindBytes()string kind = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKind
String getKind()
string kind = 1;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
string kind = 1;- Returns:
- The bytes for kind.
-
getConfigCount
int getConfigCount()
map<string, string> config = 2;
-
containsConfig
boolean containsConfig(String key)
map<string, string> config = 2;
-
getConfig
@Deprecated Map<String,String> getConfig()
Deprecated.UsegetConfigMap()instead.
-
getConfigOrDefault
String getConfigOrDefault(String key, String defaultValue)
map<string, string> config = 2;
-
-