public static interface GetPrestoConfDirResponse.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConfDir()
optional string conf_dir = 1; |
com.google.protobuf.ByteString |
getConfDirBytes()
optional string conf_dir = 1; |
boolean |
getIsDefault()
optional bool is_default = 2; |
boolean |
getSuccess()
optional bool success = 3; |
boolean |
hasConfDir()
optional string conf_dir = 1; |
boolean |
hasIsDefault()
optional bool is_default = 2; |
boolean |
hasSuccess()
optional bool success = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConfDir()
optional string conf_dir = 1;
String getConfDir()
optional string conf_dir = 1;
com.google.protobuf.ByteString getConfDirBytes()
optional string conf_dir = 1;
boolean hasIsDefault()
optional bool is_default = 2;
boolean getIsDefault()
optional bool is_default = 2;
boolean hasSuccess()
optional bool success = 3;
boolean getSuccess()
optional bool success = 3;
Copyright © 2023. All Rights Reserved.