Interface RemoveSearchAttributesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveSearchAttributesRequest,RemoveSearchAttributesRequest.Builder
@Generated(value="protoc", comments="annotations:RemoveSearchAttributesRequestOrBuilder.java.pb.meta") public interface RemoveSearchAttributesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()string namespace = 2;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 2;java.lang.StringgetSearchAttributes(int index)Search attribute names to delete.com.google.protobuf.ByteStringgetSearchAttributesBytes(int index)Search attribute names to delete.intgetSearchAttributesCount()Search attribute names to delete.java.util.List<java.lang.String>getSearchAttributesList()Search attribute names to delete.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSearchAttributesList
java.util.List<java.lang.String> getSearchAttributesList()
Search attribute names to delete.
repeated string search_attributes = 1;- Returns:
- A list containing the searchAttributes.
-
getSearchAttributesCount
int getSearchAttributesCount()
Search attribute names to delete.
repeated string search_attributes = 1;- Returns:
- The count of searchAttributes.
-
getSearchAttributes
java.lang.String getSearchAttributes(int index)
Search attribute names to delete.
repeated string search_attributes = 1;- Parameters:
index- The index of the element to return.- Returns:
- The searchAttributes at the given index.
-
getSearchAttributesBytes
com.google.protobuf.ByteString getSearchAttributesBytes(int index)
Search attribute names to delete.
repeated string search_attributes = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the searchAttributes at the given index.
-
getNamespace
java.lang.String getNamespace()
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2;- Returns:
- The bytes for namespace.
-
-