Package com.google.cloud.clouddms.v1
Interface ApplyHashOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyHash
,ApplyHash.Builder
public interface ApplyHashOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplyHash.HashFunctionCase
getHashFunctionCase()
com.google.protobuf.Empty
getUuidFromBytes()
Optional.com.google.protobuf.EmptyOrBuilder
getUuidFromBytesOrBuilder()
Optional.boolean
hasUuidFromBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUuidFromBytes
boolean hasUuidFromBytes()
Optional. Generate UUID from the data's byte array
.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the uuidFromBytes field is set.
-
getUuidFromBytes
com.google.protobuf.Empty getUuidFromBytes()
Optional. Generate UUID from the data's byte array
.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The uuidFromBytes.
-
getUuidFromBytesOrBuilder
com.google.protobuf.EmptyOrBuilder getUuidFromBytesOrBuilder()
Optional. Generate UUID from the data's byte array
.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];
-
getHashFunctionCase
ApplyHash.HashFunctionCase getHashFunctionCase()
-
-