public interface ApplyHashOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |