Interface LogRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogRecord,LogRecord.Builder
@Generated(value="protoc",
comments="annotations:LogRecordOrBuilder.java.pb.meta")
public interface LogRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the async operation.com.google.protobuf.ByteStringThe ID of the async operation.com.google.protobuf.TimestampTime when the log was emitted.com.google.protobuf.TimestampOrBuilderTime when the log was emitted.getLogId()Unique ID for the log record.com.google.protobuf.ByteStringUnique ID for the log record.The operation performed.com.google.protobuf.ByteStringThe operation performed.The principal that performed the operation.The principal that performed the operation.com.google.protobuf.StructThe raw details of the operation.com.google.protobuf.StructOrBuilderThe raw details of the operation.The status of the operation.com.google.protobuf.ByteStringThe status of the operation.intThe internal version of the log message.The originating IP address of the request.com.google.protobuf.ByteStringThe originating IP address of the request.booleanTime when the log was emitted.booleanThe principal that performed the operation.booleanThe raw details of the operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEmitTime
boolean hasEmitTime()Time when the log was emitted.
.google.protobuf.Timestamp emit_time = 1;- Returns:
- Whether the emitTime field is set.
-
getEmitTime
com.google.protobuf.Timestamp getEmitTime()Time when the log was emitted.
.google.protobuf.Timestamp emit_time = 1;- Returns:
- The emitTime.
-
getEmitTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEmitTimeOrBuilder()Time when the log was emitted.
.google.protobuf.Timestamp emit_time = 1; -
getOperation
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()The operation performed.
string operation = 5;- Returns:
- The bytes for operation.
-
getStatus
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()The status of the operation.
string status = 7;- Returns:
- The bytes for status.
-
getVersion
int getVersion()The internal version of the log message. Can be used in deduplication if needed.
int32 version = 9;- Returns:
- The version.
-
getLogId
-
getLogIdBytes
com.google.protobuf.ByteString getLogIdBytes()Unique ID for the log record.
string log_id = 10;- Returns:
- The bytes for logId.
-
hasPrincipal
boolean hasPrincipal()The principal that performed the operation.
.temporal.api.cloud.auditlog.v1.Principal principal = 12;- Returns:
- Whether the principal field is set.
-
getPrincipal
Principal getPrincipal()The principal that performed the operation.
.temporal.api.cloud.auditlog.v1.Principal principal = 12;- Returns:
- The principal.
-
getPrincipalOrBuilder
PrincipalOrBuilder getPrincipalOrBuilder()The principal that performed the operation.
.temporal.api.cloud.auditlog.v1.Principal principal = 12; -
hasRawDetails
boolean hasRawDetails()The raw details of the operation.
.google.protobuf.Struct raw_details = 13;- Returns:
- Whether the rawDetails field is set.
-
getRawDetails
com.google.protobuf.Struct getRawDetails()The raw details of the operation.
.google.protobuf.Struct raw_details = 13;- Returns:
- The rawDetails.
-
getRawDetailsOrBuilder
com.google.protobuf.StructOrBuilder getRawDetailsOrBuilder()The raw details of the operation.
.google.protobuf.Struct raw_details = 13; -
getXForwardedFor
String getXForwardedFor()The originating IP address of the request.
string x_forwarded_for = 14;- Returns:
- The xForwardedFor.
-
getXForwardedForBytes
com.google.protobuf.ByteString getXForwardedForBytes()The originating IP address of the request.
string x_forwarded_for = 14;- Returns:
- The bytes for xForwardedFor.
-
getAsyncOperationId
String getAsyncOperationId()The ID of the async operation.
string async_operation_id = 15;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()The ID of the async operation.
string async_operation_id = 15;- Returns:
- The bytes for asyncOperationId.
-