Class NamespaceInfo
Inheritance
NamespaceInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class NamespaceInfo : Google.Protobuf.IMessage<NamespaceInfo>, Google.Protobuf.IBufferMessage
Constructors
NamespaceInfo()
Declaration
NamespaceInfo(NamespaceInfo)
Declaration
public NamespaceInfo(NamespaceInfo other)
Parameters
Fields
DataFieldNumber
Field number for the "data" field.
Declaration
public const int DataFieldNumber = null
Field Value
DescriptionFieldNumber
Field number for the "description" field.
Declaration
public const int DescriptionFieldNumber = null
Field Value
IdFieldNumber
Field number for the "id" field.
Declaration
public const int IdFieldNumber = null
Field Value
NameFieldNumber
Field number for the "name" field.
Declaration
public const int NameFieldNumber = null
Field Value
OwnerEmailFieldNumber
Field number for the "owner_email" field.
Declaration
public const int OwnerEmailFieldNumber = null
Field Value
StateFieldNumber
Field number for the "state" field.
Declaration
public const int StateFieldNumber = null
Field Value
SupportsSchedulesFieldNumber
Field number for the "supports_schedules" field.
Declaration
public const int SupportsSchedulesFieldNumber = null
Field Value
Properties
Data
A key-value map for any customized purpose.
Declaration
public Google.Protobuf.Collections.MapField<string, string> Data { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, String> |
|
Description
Declaration
public string Description { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Id
Declaration
public string Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OwnerEmail
Declaration
public string OwnerEmail { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<NamespaceInfo> Parser { get; }
Property Value
State
Declaration
public NamespaceState State { get; set; }
Property Value
SupportsSchedules
Whether scheduled workflows are supported on this namespace. This is only needed
temporarily while the feature is experimental, so we can give it a high tag.
Declaration
public bool SupportsSchedules { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public NamespaceInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(NamespaceInfo)
Declaration
public bool Equals(NamespaceInfo 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(NamespaceInfo)
Declaration
public void MergeFrom(NamespaceInfo 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