public sealed class ApplyHash : IMessage<ApplyHash>, IEquatable<ApplyHash>, IDeepCloneable<ApplyHash>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ApplyHash.
Apply a hash function on the value.
Implements
IMessageApplyHash, IEquatableApplyHash, IDeepCloneableApplyHash, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ApplyHash()
public ApplyHash()
ApplyHash(ApplyHash)
public ApplyHash(ApplyHash other)
Parameter | |
---|---|
Name | Description |
other | ApplyHash |
Properties
HashFunctionCase
public ApplyHash.HashFunctionOneofCase HashFunctionCase { get; }
Property Value | |
---|---|
Type | Description |
ApplyHashHashFunctionOneofCase |
UuidFromBytes
public Empty UuidFromBytes { get; set; }
Optional. Generate UUID from the data's byte array
Property Value | |
---|---|
Type | Description |
Empty |