public static interface DeleteMountPointResponse.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDeleted()
optional bool deleted = 1; |
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 |
hasDeleted()
optional bool deleted = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDeleted()
optional bool deleted = 1;
boolean getDeleted()
optional bool deleted = 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.Copyright © 2023. All Rights Reserved.