Class ListSchedulesRequest
Inheritance
ListSchedulesRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ListSchedulesRequest : Google.Protobuf.IMessage<ListSchedulesRequest>, Google.Protobuf.IBufferMessage
Constructors
ListSchedulesRequest()
Declaration
public ListSchedulesRequest()
ListSchedulesRequest(ListSchedulesRequest)
Declaration
public ListSchedulesRequest(ListSchedulesRequest other)
Parameters
Fields
MaximumPageSizeFieldNumber
Field number for the "maximum_page_size" field.
Declaration
public const int MaximumPageSizeFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
NextPageTokenFieldNumber
Field number for the "next_page_token" field.
Declaration
public const int NextPageTokenFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
MaximumPageSize
How many to return at once.
Declaration
public int MaximumPageSize { get; set; }
Property Value
Namespace
The namespace to list schedules in.
Declaration
public string Namespace { get; set; }
Property Value
NextPageToken
Token to get the next page of results.
Declaration
public Google.Protobuf.ByteString NextPageToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<ListSchedulesRequest> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ListSchedulesRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ListSchedulesRequest)
Declaration
public bool Equals(ListSchedulesRequest 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(ListSchedulesRequest)
Declaration
public void MergeFrom(ListSchedulesRequest 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