Class ListBatchOperationsResponse
Inheritance
ListBatchOperationsResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ListBatchOperationsResponse : Google.Protobuf.IMessage<ListBatchOperationsResponse>, Google.Protobuf.IBufferMessage
Constructors
ListBatchOperationsResponse()
Declaration
public ListBatchOperationsResponse()
ListBatchOperationsResponse(ListBatchOperationsResponse)
Declaration
public ListBatchOperationsResponse(ListBatchOperationsResponse other)
Parameters
Fields
NextPageTokenFieldNumber
Field number for the "next_page_token" field.
Declaration
public const int NextPageTokenFieldNumber = null
Field Value
OperationInfoFieldNumber
Field number for the "operation_info" field.
Declaration
public const int OperationInfoFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
NextPageToken
Declaration
public Google.Protobuf.ByteString NextPageToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
OperationInfo
BatchOperationInfo contains the basic info about batch operation
Declaration
public Google.Protobuf.Collections.RepeatedField<BatchOperationInfo> OperationInfo { get; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ListBatchOperationsResponse> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ListBatchOperationsResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ListBatchOperationsResponse)
Declaration
public bool Equals(ListBatchOperationsResponse 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(ListBatchOperationsResponse)
Declaration
public void MergeFrom(ListBatchOperationsResponse 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