Package com.google.cloud.clouddms.v1
Interface EntityMappingLogEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityMappingLogEntry
,EntityMappingLogEntry.Builder
public interface EntityMappingLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMappingComment()
Comment.com.google.protobuf.ByteString
getMappingCommentBytes()
Comment.String
getRuleId()
Which rule caused this log entry.com.google.protobuf.ByteString
getRuleIdBytes()
Which rule caused this log entry.String
getRuleRevisionId()
Rule revision ID.com.google.protobuf.ByteString
getRuleRevisionIdBytes()
Rule revision ID.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuleId
String getRuleId()
Which rule caused this log entry.
string rule_id = 1;
- Returns:
- The ruleId.
-
getRuleIdBytes
com.google.protobuf.ByteString getRuleIdBytes()
Which rule caused this log entry.
string rule_id = 1;
- Returns:
- The bytes for ruleId.
-
getRuleRevisionId
String getRuleRevisionId()
Rule revision ID.
string rule_revision_id = 2;
- Returns:
- The ruleRevisionId.
-
getRuleRevisionIdBytes
com.google.protobuf.ByteString getRuleRevisionIdBytes()
Rule revision ID.
string rule_revision_id = 2;
- Returns:
- The bytes for ruleRevisionId.
-
getMappingComment
String getMappingComment()
Comment.
string mapping_comment = 3;
- Returns:
- The mappingComment.
-
getMappingCommentBytes
com.google.protobuf.ByteString getMappingCommentBytes()
Comment.
string mapping_comment = 3;
- Returns:
- The bytes for mappingComment.
-
-