Interface AuthorizationLoggingOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPermissionType()
      This is deprecated and has no effect.
      com.google.protobuf.ByteString getPermissionTypeBytes()
      This is deprecated and has no effect.
      boolean hasPermissionType()
      This is deprecated and has no effect.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPermissionType

        boolean hasPermissionType()
         This is deprecated and has no effect. Do not use.
         Check the PermissionType enum for the list of possible values.
         
        optional string permission_type = 525978538;
        Returns:
        Whether the permissionType field is set.
      • getPermissionType

        String getPermissionType()
         This is deprecated and has no effect. Do not use.
         Check the PermissionType enum for the list of possible values.
         
        optional string permission_type = 525978538;
        Returns:
        The permissionType.
      • getPermissionTypeBytes

        com.google.protobuf.ByteString getPermissionTypeBytes()
         This is deprecated and has no effect. Do not use.
         Check the PermissionType enum for the list of possible values.
         
        optional string permission_type = 525978538;
        Returns:
        The bytes for permissionType.