Package com.google.iam.v1
Class AuditConfigDelta
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<AuditConfigDelta,AuditConfigDelta.Builder>
com.google.iam.v1.AuditConfigDelta
- All Implemented Interfaces:
AuditConfigDeltaOrBuilder,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder
public final class AuditConfigDelta
extends com.google.protobuf.GeneratedMessageLite<AuditConfigDelta,AuditConfigDelta.Builder>
implements AuditConfigDeltaOrBuilder
One delta entry for AuditConfig. Each individual change (only one exempted_member in each entry) to a AuditConfig will be a separate entry.Protobuf type
google.iam.v1.AuditConfigDelta-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of action performed on an audit configuration in a policy.static final classOne delta entry for AuditConfig.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) The action that was performed on an audit configuration in a policy.intThe action that was performed on an audit configuration in a policy.static AuditConfigDeltaA single identity that is exempted from "data access" audit logging for the `service` specified above.com.google.protobuf.ByteStringA single identity that is exempted from "data access" audit logging for the `service` specified above.Specifies the log_type that was be enabled.com.google.protobuf.ByteStringSpecifies the log_type that was be enabled.Specifies a service that was configured for Cloud Audit Logging.com.google.protobuf.ByteStringSpecifies a service that was configured for Cloud Audit Logging.static AuditConfigDelta.Builderstatic AuditConfigDelta.BuildernewBuilder(AuditConfigDelta prototype) static AuditConfigDeltaparseDelimitedFrom(InputStream input) static AuditConfigDeltaparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditConfigDeltaparseFrom(byte[] data) static AuditConfigDeltaparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditConfigDeltaparseFrom(com.google.protobuf.ByteString data) static AuditConfigDeltaparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditConfigDeltaparseFrom(com.google.protobuf.CodedInputStream input) static AuditConfigDeltaparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditConfigDeltaparseFrom(InputStream input) static AuditConfigDeltaparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditConfigDeltaparseFrom(ByteBuffer data) static AuditConfigDeltaparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AuditConfigDelta>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER- See Also:
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER- See Also:
-
EXEMPTED_MEMBER_FIELD_NUMBER
public static final int EXEMPTED_MEMBER_FIELD_NUMBER- See Also:
-
LOG_TYPE_FIELD_NUMBER
public static final int LOG_TYPE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getActionValue
public int getActionValue()The action that was performed on an audit configuration in a policy. Required
.google.iam.v1.AuditConfigDelta.Action action = 1 [json_name = "action"];- Specified by:
getActionValuein interfaceAuditConfigDeltaOrBuilder- Returns:
- The enum numeric value on the wire for action.
-
getAction
The action that was performed on an audit configuration in a policy. Required
.google.iam.v1.AuditConfigDelta.Action action = 1 [json_name = "action"];- Specified by:
getActionin interfaceAuditConfigDeltaOrBuilder- Returns:
- The action.
-
getService
Specifies a service that was configured for Cloud Audit Logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. Required
string service = 2 [json_name = "service"];- Specified by:
getServicein interfaceAuditConfigDeltaOrBuilder- Returns:
- The service.
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()Specifies a service that was configured for Cloud Audit Logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. Required
string service = 2 [json_name = "service"];- Specified by:
getServiceBytesin interfaceAuditConfigDeltaOrBuilder- Returns:
- The bytes for service.
-
getExemptedMember
A single identity that is exempted from "data access" audit logging for the `service` specified above. Follows the same format of Binding.members.
string exempted_member = 3 [json_name = "exemptedMember"];- Specified by:
getExemptedMemberin interfaceAuditConfigDeltaOrBuilder- Returns:
- The exemptedMember.
-
getExemptedMemberBytes
public com.google.protobuf.ByteString getExemptedMemberBytes()A single identity that is exempted from "data access" audit logging for the `service` specified above. Follows the same format of Binding.members.
string exempted_member = 3 [json_name = "exemptedMember"];- Specified by:
getExemptedMemberBytesin interfaceAuditConfigDeltaOrBuilder- Returns:
- The bytes for exemptedMember.
-
getLogType
Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured. Required
string log_type = 4 [json_name = "logType"];- Specified by:
getLogTypein interfaceAuditConfigDeltaOrBuilder- Returns:
- The logType.
-
getLogTypeBytes
public com.google.protobuf.ByteString getLogTypeBytes()Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always enabled, and cannot be configured. Required
string log_type = 4 [json_name = "logType"];- Specified by:
getLogTypeBytesin interfaceAuditConfigDeltaOrBuilder- Returns:
- The bytes for logType.
-
parseFrom
public static AuditConfigDelta parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuditConfigDelta parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuditConfigDelta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuditConfigDelta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuditConfigDelta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AuditConfigDelta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static AuditConfigDelta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static AuditConfigDelta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AuditConfigDelta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AuditConfigDelta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<AuditConfigDelta,AuditConfigDelta.Builder>
-
getDefaultInstance
-
parser
-