public interface DeleteBatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntries(int index)
repeated string entries = 3; |
com.google.protobuf.ByteString |
getEntriesBytes(int index)
repeated string entries = 3; |
int |
getEntriesCount()
repeated string entries = 3; |
List<String> |
getEntriesList()
repeated string entries = 3; |
String |
getNamespace()
optional string namespace = 1; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 1; |
String |
getSet()
optional string set = 2; |
com.google.protobuf.ByteString |
getSetBytes()
optional string set = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespace()
optional string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 1;String getSet()
optional string set = 2;com.google.protobuf.ByteString getSetBytes()
optional string set = 2;int getEntriesCount()
repeated string entries = 3;String getEntries(int index)
repeated string entries = 3;com.google.protobuf.ByteString getEntriesBytes(int index)
repeated string entries = 3;Copyright © 2021. All rights reserved.