public static interface ApplyMountPointResponse.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAdvice()
optional string advice = 3; |
com.google.protobuf.ByteString |
getAdviceBytes()
optional string advice = 3; |
String |
getError(int index)
repeated string error = 2; |
com.google.protobuf.ByteString |
getErrorBytes(int index)
repeated string error = 2; |
int |
getErrorCount()
repeated string error = 2; |
List<String> |
getErrorList()
repeated string error = 2; |
boolean |
getSuccess()
optional bool success = 1; |
boolean |
hasAdvice()
optional string advice = 3; |
boolean |
hasSuccess()
optional bool success = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
optional bool success = 1;
boolean getSuccess()
optional bool success = 1;
List<String> getErrorList()
repeated string error = 2;
int getErrorCount()
repeated string error = 2;
String getError(int index)
repeated string error = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getErrorBytes(int index)
repeated string error = 2;
index
- The index of the value to return.boolean hasAdvice()
optional string advice = 3;
String getAdvice()
optional string advice = 3;
com.google.protobuf.ByteString getAdviceBytes()
optional string advice = 3;
Copyright © 2023. All Rights Reserved.