public static interface HiveMetastore.WMValidateResourcePlanResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrors(int index)
repeated string errors = 1; |
com.google.protobuf.ByteString |
getErrorsBytes(int index)
repeated string errors = 1; |
int |
getErrorsCount()
repeated string errors = 1; |
List<String> |
getErrorsList()
repeated string errors = 1; |
String |
getWarnings(int index)
repeated string warnings = 2; |
com.google.protobuf.ByteString |
getWarningsBytes(int index)
repeated string warnings = 2; |
int |
getWarningsCount()
repeated string warnings = 2; |
List<String> |
getWarningsList()
repeated string warnings = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getErrorsList()
repeated string errors = 1;int getErrorsCount()
repeated string errors = 1;String getErrors(int index)
repeated string errors = 1;index - The index of the element to return.com.google.protobuf.ByteString getErrorsBytes(int index)
repeated string errors = 1;index - The index of the value to return.List<String> getWarningsList()
repeated string warnings = 2;int getWarningsCount()
repeated string warnings = 2;String getWarnings(int index)
repeated string warnings = 2;index - The index of the element to return.com.google.protobuf.ByteString getWarningsBytes(int index)
repeated string warnings = 2;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.