Interface ApplyHashOrBuilder (2.40.0)

public interface ApplyHashOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHashFunctionCase()

public abstract ApplyHash.HashFunctionCase getHashFunctionCase()
Returns
TypeDescription
ApplyHash.HashFunctionCase

getUuidFromBytes()

public abstract Empty getUuidFromBytes()

Optional. Generate UUID from the data's byte array

.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Empty

The uuidFromBytes.

getUuidFromBytesOrBuilder()

public abstract EmptyOrBuilder getUuidFromBytesOrBuilder()

Optional. Generate UUID from the data's byte array

.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
EmptyOrBuilder

hasUuidFromBytes()

public abstract boolean hasUuidFromBytes()

Optional. Generate UUID from the data's byte array

.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the uuidFromBytes field is set.