public interface AgentSetPrestoConfRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProps(String key)
map<string, string> props = 1; |
Map<String,String> |
getProps()
Deprecated.
|
int |
getPropsCount()
map<string, string> props = 1; |
Map<String,String> |
getPropsMap()
map<string, string> props = 1; |
String |
getPropsOrDefault(String key,
String defaultValue)
map<string, string> props = 1; |
String |
getPropsOrThrow(String key)
map<string, string> props = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getPropsCount()
map<string, string> props = 1;
boolean containsProps(String key)
map<string, string> props = 1;
@Deprecated Map<String,String> getProps()
getPropsMap()
instead.String getPropsOrDefault(String key, String defaultValue)
map<string, string> props = 1;
Copyright © 2023. All Rights Reserved.