public interface AgentValidatePrestoConfRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName()
optional string catalog_name = 2; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
optional string catalog_name = 2; |
String |
getPrestoConfDir()
optional string presto_conf_dir = 1; |
com.google.protobuf.ByteString |
getPrestoConfDirBytes()
optional string presto_conf_dir = 1; |
boolean |
hasCatalogName()
optional string catalog_name = 2; |
boolean |
hasPrestoConfDir()
optional string presto_conf_dir = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPrestoConfDir()
optional string presto_conf_dir = 1;
String getPrestoConfDir()
optional string presto_conf_dir = 1;
com.google.protobuf.ByteString getPrestoConfDirBytes()
optional string presto_conf_dir = 1;
boolean hasCatalogName()
optional string catalog_name = 2;
String getCatalogName()
optional string catalog_name = 2;
com.google.protobuf.ByteString getCatalogNameBytes()
optional string catalog_name = 2;
Copyright © 2023. All Rights Reserved.