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
Modifier and TypeMethodDescriptionstring namespace = 2;com.google.protobuf.ByteStringstring namespace = 2;getSearchAttributes(int index) Search attribute names to delete.com.google.protobuf.ByteStringgetSearchAttributesBytes(int index) Search attribute names to delete.intSearch attribute names to delete.Search attribute names to delete.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSearchAttributesList
-
getSearchAttributesCount
int getSearchAttributesCount()Search attribute names to delete.
repeated string search_attributes = 1;- Returns:
- The count of searchAttributes.
-
getSearchAttributes
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
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2;- Returns:
- The bytes for namespace.
-