Class ListSearchAttributesResponse
Inheritance
ListSearchAttributesResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ListSearchAttributesResponse : Google.Protobuf.IMessage<ListSearchAttributesResponse>, Google.Protobuf.IBufferMessage
Constructors
ListSearchAttributesResponse()
Declaration
public ListSearchAttributesResponse()
ListSearchAttributesResponse(ListSearchAttributesResponse)
Declaration
public ListSearchAttributesResponse(ListSearchAttributesResponse other)
Parameters
Fields
CustomAttributesFieldNumber
Field number for the "custom_attributes" field.
Declaration
public const int CustomAttributesFieldNumber = null
Field Value
StorageSchemaFieldNumber
Field number for the "storage_schema" field.
Declaration
public const int StorageSchemaFieldNumber = null
Field Value
SystemAttributesFieldNumber
Field number for the "system_attributes" field.
Declaration
public const int SystemAttributesFieldNumber = null
Field Value
Properties
CustomAttributes
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
Declaration
public Google.Protobuf.Collections.MapField<string, IndexedValueType> CustomAttributes { get; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<ListSearchAttributesResponse> Parser { get; }
Property Value
StorageSchema
Mapping from the attribute name to the visibility storage native type.
Declaration
public Google.Protobuf.Collections.MapField<string, string> StorageSchema { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, String> |
|
SystemAttributes
Mapping between system (predefined) search attribute name to its IndexedValueType.
Declaration
public Google.Protobuf.Collections.MapField<string, IndexedValueType> SystemAttributes { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ListSearchAttributesResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ListSearchAttributesResponse)
Declaration
public bool Equals(ListSearchAttributesResponse other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ListSearchAttributesResponse)
Declaration
public void MergeFrom(ListSearchAttributesResponse other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage