public final class ApplyHash extends GeneratedMessageV3 implements ApplyHashOrBuilder
Apply a hash function on the value.
Protobuf type google.cloud.clouddms.v1.ApplyHash
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
UUID_FROM_BYTES_FIELD_NUMBER
public static final int UUID_FROM_BYTES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ApplyHash getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ApplyHash.Builder newBuilder()
newBuilder(ApplyHash prototype)
public static ApplyHash.Builder newBuilder(ApplyHash prototype)
public static ApplyHash parseDelimitedFrom(InputStream input)
public static ApplyHash parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ApplyHash parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApplyHash parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ApplyHash parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApplyHash parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApplyHash parseFrom(CodedInputStream input)
public static ApplyHash parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ApplyHash parseFrom(InputStream input)
public static ApplyHash parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ApplyHash parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApplyHash parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ApplyHash> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ApplyHash getDefaultInstanceForType()
getHashFunctionCase()
public ApplyHash.HashFunctionCase getHashFunctionCase()
getParserForType()
public Parser<ApplyHash> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUuidFromBytes()
public 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 EmptyOrBuilder getUuidFromBytesOrBuilder()
Optional. Generate UUID from the data's byte array
.google.protobuf.Empty uuid_from_bytes = 100 [(.google.api.field_behavior) = OPTIONAL];
hasUuidFromBytes()
public 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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ApplyHash.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ApplyHash.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ApplyHash.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides