public interface AuditLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
getAuthenticationInfo()
.audit.AuthenticationInfo authentication_info = 4; |
AuthenticationInfoOrBuilder |
getAuthenticationInfoOrBuilder()
.audit.AuthenticationInfo authentication_info = 4; |
AuthorizationInfo |
getAuthorizationInfo()
.audit.AuthorizationInfo authorization_info = 5; |
AuthorizationInfoOrBuilder |
getAuthorizationInfoOrBuilder()
.audit.AuthorizationInfo authorization_info = 5; |
java.lang.String |
getMethodName()
The type of request that is being authorized
|
com.google.protobuf.ByteString |
getMethodNameBytes()
The type of request that is being authorized
|
com.google.protobuf.Struct |
getRequest()
.google.protobuf.Struct request = 6; |
com.google.protobuf.Struct |
getRequestMetadata()
.google.protobuf.Struct request_metadata = 7; |
com.google.protobuf.StructOrBuilder |
getRequestMetadataOrBuilder()
.google.protobuf.Struct request_metadata = 7; |
com.google.protobuf.StructOrBuilder |
getRequestOrBuilder()
.google.protobuf.Struct request = 6; |
java.lang.String |
getResourceName()
The resource identifier of the target of the request
|
com.google.protobuf.ByteString |
getResourceNameBytes()
The resource identifier of the target of the request
|
Result |
getResult()
.audit.Result result = 8; |
ResultOrBuilder |
getResultOrBuilder()
.audit.Result result = 8; |
java.lang.String |
getServiceName()
The resource identifier of the service that received the request that is being authorized
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The resource identifier of the service that received the request that is being authorized
|
boolean |
hasAuthenticationInfo()
.audit.AuthenticationInfo authentication_info = 4; |
boolean |
hasAuthorizationInfo()
.audit.AuthorizationInfo authorization_info = 5; |
boolean |
hasRequest()
.google.protobuf.Struct request = 6; |
boolean |
hasRequestMetadata()
.google.protobuf.Struct request_metadata = 7; |
boolean |
hasResult()
.audit.Result result = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getServiceName()
The resource identifier of the service that received the request that is being authorized
string service_name = 1;
com.google.protobuf.ByteString getServiceNameBytes()
The resource identifier of the service that received the request that is being authorized
string service_name = 1;
java.lang.String getMethodName()
The type of request that is being authorized
string method_name = 2;
com.google.protobuf.ByteString getMethodNameBytes()
The type of request that is being authorized
string method_name = 2;
java.lang.String getResourceName()
The resource identifier of the target of the request
string resource_name = 3;
com.google.protobuf.ByteString getResourceNameBytes()
The resource identifier of the target of the request
string resource_name = 3;
boolean hasAuthenticationInfo()
.audit.AuthenticationInfo authentication_info = 4;
AuthenticationInfo getAuthenticationInfo()
.audit.AuthenticationInfo authentication_info = 4;
AuthenticationInfoOrBuilder getAuthenticationInfoOrBuilder()
.audit.AuthenticationInfo authentication_info = 4;
boolean hasAuthorizationInfo()
.audit.AuthorizationInfo authorization_info = 5;
AuthorizationInfo getAuthorizationInfo()
.audit.AuthorizationInfo authorization_info = 5;
AuthorizationInfoOrBuilder getAuthorizationInfoOrBuilder()
.audit.AuthorizationInfo authorization_info = 5;
boolean hasRequest()
.google.protobuf.Struct request = 6;
com.google.protobuf.Struct getRequest()
.google.protobuf.Struct request = 6;
com.google.protobuf.StructOrBuilder getRequestOrBuilder()
.google.protobuf.Struct request = 6;
boolean hasRequestMetadata()
.google.protobuf.Struct request_metadata = 7;
com.google.protobuf.Struct getRequestMetadata()
.google.protobuf.Struct request_metadata = 7;
com.google.protobuf.StructOrBuilder getRequestMetadataOrBuilder()
.google.protobuf.Struct request_metadata = 7;
boolean hasResult()
.audit.Result result = 8;
Result getResult()
.audit.Result result = 8;
ResultOrBuilder getResultOrBuilder()
.audit.Result result = 8;