Class UpdateNamespaceInfo
Inheritance
UpdateNamespaceInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class UpdateNamespaceInfo : Google.Protobuf.IMessage<UpdateNamespaceInfo>, Google.Protobuf.IBufferMessage
Constructors
UpdateNamespaceInfo()
Declaration
public UpdateNamespaceInfo()
UpdateNamespaceInfo(UpdateNamespaceInfo)
Declaration
public UpdateNamespaceInfo(UpdateNamespaceInfo 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
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
Properties
Data
A key-value map for any customized purpose.
If data already exists on the namespace,
this will merge with the existing key values.
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 |
|
OwnerEmail
Declaration
public string OwnerEmail { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<UpdateNamespaceInfo> Parser { get; }
Property Value
State
New namespace state, server will reject if transition is not allowed.
Allowed transitions are:
Registered -> [ Deleted | Deprecated | Handover ]
Handover -> [ Registered ]
Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.
Declaration
public NamespaceState State { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public UpdateNamespaceInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(UpdateNamespaceInfo)
Declaration
public bool Equals(UpdateNamespaceInfo 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(UpdateNamespaceInfo)
Declaration
public void MergeFrom(UpdateNamespaceInfo 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