Interface ApplyHashOrBuilder (2.41.0)

public interface ApplyHashOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHashFunctionCase()

public abstract ApplyHash.HashFunctionCase getHashFunctionCase()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the uuidFromBytes field is set.