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 Classes
    Modifier and Type
    Class
    Description
    static enum 
    The type of action performed on an audit configuration in a policy.
    static final class 
    One 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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    The action that was performed on an audit configuration in a policy.
    int
    The action that was performed on an audit configuration in a policy.
     
    A single identity that is exempted from "data access" audit logging for the `service` specified above.
    com.google.protobuf.ByteString
    A 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.ByteString
    Specifies the log_type that was be enabled.
    Specifies a service that was configured for Cloud Audit Logging.
    com.google.protobuf.ByteString
    Specifies a service that was configured for Cloud Audit Logging.
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<AuditConfigDelta>
     

    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, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • 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:
      getActionValue in interface AuditConfigDeltaOrBuilder
      Returns:
      The enum numeric value on the wire for action.
    • getAction

      public AuditConfigDelta.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:
      getAction in interface AuditConfigDeltaOrBuilder
      Returns:
      The action.
    • getService

      public String 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:
      getService in interface AuditConfigDeltaOrBuilder
      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:
      getServiceBytes in interface AuditConfigDeltaOrBuilder
      Returns:
      The bytes for service.
    • getExemptedMember

      public String 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:
      getExemptedMember in interface AuditConfigDeltaOrBuilder
      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:
      getExemptedMemberBytes in interface AuditConfigDeltaOrBuilder
      Returns:
      The bytes for exemptedMember.
    • getLogType

      public String 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:
      getLogType in interface AuditConfigDeltaOrBuilder
      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:
      getLogTypeBytes in interface AuditConfigDeltaOrBuilder
      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

      public static AuditConfigDelta parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AuditConfigDelta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AuditConfigDelta parseDelimitedFrom(InputStream input) throws IOException
      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

      public static AuditConfigDelta.Builder newBuilder()
    • newBuilder

      public static AuditConfigDelta.Builder newBuilder(AuditConfigDelta prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<AuditConfigDelta,AuditConfigDelta.Builder>
    • getDefaultInstance

      public static AuditConfigDelta getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AuditConfigDelta> parser()