public interface EntityMappingLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRuleId()
Which rule caused this log entry.
string rule_id = 1;com.google.protobuf.ByteString getRuleIdBytes()
Which rule caused this log entry.
string rule_id = 1;String getRuleRevisionId()
Rule revision ID.
string rule_revision_id = 2;com.google.protobuf.ByteString getRuleRevisionIdBytes()
Rule revision ID.
string rule_revision_id = 2;String getMappingComment()
Comment.
string mapping_comment = 3;com.google.protobuf.ByteString getMappingCommentBytes()
Comment.
string mapping_comment = 3;Copyright © 2024 Google LLC. All rights reserved.