Class EntityMappingLogEntry (2.40.0)

public final class EntityMappingLogEntry extends GeneratedMessageV3 implements EntityMappingLogEntryOrBuilder

A single record of a rule which was used for a mapping.

Protobuf type google.cloud.clouddms.v1.EntityMappingLogEntry

Static Fields

MAPPING_COMMENT_FIELD_NUMBER

public static final int MAPPING_COMMENT_FIELD_NUMBER
Field Value
TypeDescription
int

RULE_ID_FIELD_NUMBER

public static final int RULE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

RULE_REVISION_ID_FIELD_NUMBER

public static final int RULE_REVISION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static EntityMappingLogEntry getDefaultInstance()
Returns
TypeDescription
EntityMappingLogEntry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static EntityMappingLogEntry.Builder newBuilder()
Returns
TypeDescription
EntityMappingLogEntry.Builder

newBuilder(EntityMappingLogEntry prototype)

public static EntityMappingLogEntry.Builder newBuilder(EntityMappingLogEntry prototype)
Parameter
NameDescription
prototypeEntityMappingLogEntry
Returns
TypeDescription
EntityMappingLogEntry.Builder

parseDelimitedFrom(InputStream input)

public static EntityMappingLogEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static EntityMappingLogEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static EntityMappingLogEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static EntityMappingLogEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static EntityMappingLogEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static EntityMappingLogEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static EntityMappingLogEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityMappingLogEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<EntityMappingLogEntry> parser()
Returns
TypeDescription
Parser<EntityMappingLogEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public EntityMappingLogEntry getDefaultInstanceForType()
Returns
TypeDescription
EntityMappingLogEntry

getMappingComment()

public String getMappingComment()

Comment.

string mapping_comment = 3;

Returns
TypeDescription
String

The mappingComment.

getMappingCommentBytes()

public ByteString getMappingCommentBytes()

Comment.

string mapping_comment = 3;

Returns
TypeDescription
ByteString

The bytes for mappingComment.

getParserForType()

public Parser<EntityMappingLogEntry> getParserForType()
Returns
TypeDescription
Parser<EntityMappingLogEntry>
Overrides

getRuleId()

public String getRuleId()

Which rule caused this log entry.

string rule_id = 1;

Returns
TypeDescription
String

The ruleId.

getRuleIdBytes()

public ByteString getRuleIdBytes()

Which rule caused this log entry.

string rule_id = 1;

Returns
TypeDescription
ByteString

The bytes for ruleId.

getRuleRevisionId()

public String getRuleRevisionId()

Rule revision ID.

string rule_revision_id = 2;

Returns
TypeDescription
String

The ruleRevisionId.

getRuleRevisionIdBytes()

public ByteString getRuleRevisionIdBytes()

Rule revision ID.

string rule_revision_id = 2;

Returns
TypeDescription
ByteString

The bytes for ruleRevisionId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public EntityMappingLogEntry.Builder newBuilderForType()
Returns
TypeDescription
EntityMappingLogEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected EntityMappingLogEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
EntityMappingLogEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public EntityMappingLogEntry.Builder toBuilder()
Returns
TypeDescription
EntityMappingLogEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException