Class: Google::Cloud::Storage::Control::V2::IntelligenceFinding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

The IntelligenceFinding resource that represents a security, performance, or cost-related finding about a project or bucket.

Defined Under Namespace

Classes: ColdlineAndArchivalStorageOperationsSpike, CrossRegionEgressSpike, StorageGrowthAboveTrend, ThrottledRequestSpike

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resources::Array<::String> (readonly)

Returns Output only. Contains GCP resource names that are relevant to this IntelligenceFinding. The target_resource is also added as part of associated_resources. eg:

  • storage.googleapis.com/projects/_/buckets/b1
  • cloudresourecemanager.googleapis.com/projects/p1.

Returns:

  • (::Array<::String>)

    Output only. Contains GCP resource names that are relevant to this IntelligenceFinding. The target_resource is also added as part of associated_resources. eg:

    • storage.googleapis.com/projects/_/buckets/b1
    • cloudresourecemanager.googleapis.com/projects/p1


1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#category::Google::Cloud::Storage::Control::V2::FindingCategory (readonly)

Returns Output only. Category of this finding.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#coldline_and_archival_storage_operations_spike::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike (readonly)

Returns Output only. IntelligenceFinding about a spike in Class A/B operations on Coldline or Archive Cloud Storage objects.

Note: The following fields are mutually exclusive: coldline_and_archival_storage_operations_spike, throttled_requests_spike, cross_region_egress_spike, storage_growth_above_trend. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the finding was created.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#cross_region_egress_spike::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike (readonly)

Returns Output only. IntelligenceFinding about a spike in cross-region egress.

Note: The following fields are mutually exclusive: cross_region_egress_spike, coldline_and_archival_storage_operations_spike, throttled_requests_spike, storage_growth_above_trend. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike)

    Output only. IntelligenceFinding about a spike in cross-region egress.

    Note: The following fields are mutually exclusive: cross_region_egress_spike, coldline_and_archival_storage_operations_spike, throttled_requests_spike, storage_growth_above_trend. If a field in that set is populated, all other fields in the set will automatically be cleared.



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#description::String (readonly)

Returns Output only. A short description about the finding.

Returns:

  • (::String)

    Output only. A short description about the finding.



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#name::String

Returns Identifier. The resource name of IntelligenceFinding. Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}.

Returns:

  • (::String)

    Identifier. The resource name of IntelligenceFinding. Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#observation_period::Google::Type::Interval (readonly)

Returns Output only. The time interval during which the underlying data was used to generate this IntelligenceFinding.

Returns:

  • (::Google::Type::Interval)

    Output only. The time interval during which the underlying data was used to generate this IntelligenceFinding.



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#severity::Google::Cloud::Storage::Control::V2::FindingSeverity (readonly)

Returns Output only. Severity of the finding.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#storage_growth_above_trend::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend (readonly)

Returns Output only. IntelligenceFinding about growth in storage above the expected trend.

Note: The following fields are mutually exclusive: storage_growth_above_trend, coldline_and_archival_storage_operations_spike, throttled_requests_spike, cross_region_egress_spike. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend)

    Output only. IntelligenceFinding about growth in storage above the expected trend.

    Note: The following fields are mutually exclusive: storage_growth_above_trend, coldline_and_archival_storage_operations_spike, throttled_requests_spike, cross_region_egress_spike. If a field in that set is populated, all other fields in the set will automatically be cleared.



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#target_resource::String (readonly)

Returns Output only. The fully qualified resource name of the resource that this IntelligenceFinding applies to. eg:

  • storage.googleapis.com/projects/_/buckets/b1
  • cloudresourecemanager.googleapis.com/projects/p1.

Returns:

  • (::String)

    Output only. The fully qualified resource name of the resource that this IntelligenceFinding applies to. eg:

    • storage.googleapis.com/projects/_/buckets/b1
    • cloudresourecemanager.googleapis.com/projects/p1


1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#throttled_requests_spike::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike (readonly)

Returns Output only. IntelligenceFinding about a spike in throttled requests (429 errors) within a project.

Note: The following fields are mutually exclusive: throttled_requests_spike, coldline_and_archival_storage_operations_spike, cross_region_egress_spike, storage_growth_above_trend. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike)

    Output only. IntelligenceFinding about a spike in throttled requests (429 errors) within a project.

    Note: The following fields are mutually exclusive: throttled_requests_spike, coldline_and_archival_storage_operations_spike, cross_region_egress_spike, storage_growth_above_trend. If a field in that set is populated, all other fields in the set will automatically be cleared.



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#type::Google::Cloud::Storage::Control::V2::FindingType (readonly)

Returns Output only. Type of this finding.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the finding was last updated.

Returns:



1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1358

class IntelligenceFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents a finding about a spike in Class A/B operations on Coldline
  # or Archive Cloud Storage objects.
  # This corresponds to the `COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE`
  # finding type.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in operations across the project.
  # @!attribute [r] total_operations_count
  #   @return [::Integer]
  #     Output only. The total count of operations across the project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution>]
  #     Output only. A list of the top buckets driving the increase in
  #     operations.
  class ColdlineAndArchivalStorageOperationsSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the operation spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in operations for the bucket.
    # @!attribute [r] total_operations_count
    #   @return [::Integer]
    #     Output only. The total count of operations for the bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ColdlineAndArchivalStorageOperationsSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in operations.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the operation spike details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in operations for the object
        #     prefix.
        # @!attribute [r] total_operations_count
        #   @return [::Integer]
        #     Output only. The total count of operations for the object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in cross-region egress from Cloud
  # Storage.
  # This corresponds to the `CROSS_REGION_EGRESS_SPIKE` finding type.
  # @!attribute [r] total_egress_bytes
  #   @return [::Integer]
  #     Output only. The total cross-region egress volume in bytes across the
  #     project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in cross-region egress across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in cross-region
  #     egress.
  class CrossRegionEgressSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the cross-region egress spike details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_egress_bytes
    #   @return [::Integer]
    #     Output only. The total cross-region egress volume in bytes for the
    #     bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in cross-region egress for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::CrossRegionEgressSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of the top object prefixes driving the increase
      #     in cross-region egress.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents the cross-region egress spike details for an object
        # prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] total_egress_bytes
        #   @return [::Integer]
        #     Output only. The total cross-region egress volume in bytes from the
        #     object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in cross-region egress for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a spike in throttled requests (429 errors)
  # within a project.
  # This corresponds to the `THROTTLED_REQUEST_SPIKE` finding type.
  # @!attribute [r] throttled_requests
  #   @return [::Integer]
  #     Output only. The count of throttled requests across the project.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in throttled requests across the
  #     project.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in throttled
  #     requests.
  class ThrottledRequestSpike
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the throttled requests details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] throttled_requests
    #   @return [::Integer]
    #     Output only. The count of throttled requests for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in throttled requests for the
    #     bucket.
    # @!attribute [r] contribution
    #   @return [::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution]
    #     Output only. The details about the contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `contribution`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    #
    #     Note: The following fields are mutually exclusive: `error`, `contribution`. If a field in that set is populated, all other fields in the set will automatically be cleared.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods

      # Represents the contribution of the bucket towards the
      # `IntelligenceFinding`.
      # @!attribute [r] top_prefixes
      #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution::PrefixContribution>]
      #     Output only. A list of top object prefixes driving the increase in
      #     throttled requests.
      class Contribution
        include ::Google::Protobuf::MessageExts
        extend ::Google::Protobuf::MessageExts::ClassMethods

        # Represents throttled requests details for an object prefix.
        # @!attribute [r] prefix
        #   @return [::String]
        #     Output only. The object prefix.
        #     Format: `a/b/c`, 'a/b/d', etc.
        # @!attribute [r] throttled_requests
        #   @return [::Integer]
        #     Output only. The count of throttled requests for the object prefix.
        # @!attribute [r] percentage_increase
        #   @return [::Float]
        #     Output only. The percentage increase in throttled requests for the
        #     object prefix.
        class PrefixContribution
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end

  # Represents a finding about a storage growth above the expected trend.
  # This corresponds to the `STORAGE_GROWTH_ABOVE_TREND` finding type.
  # @!attribute [r] total_storage_growth_bytes
  #   @return [::Integer]
  #     Output only. The total storage growth in bytes.
  # @!attribute [r] percentage_increase
  #   @return [::Float]
  #     Output only. The percentage increase in storage growth.
  # @!attribute [r] top_buckets
  #   @return [::Array<::Google::Cloud::Storage::Control::V2::IntelligenceFinding::StorageGrowthAboveTrend::BucketContribution>]
  #     Output only. A list of top buckets driving the increase in storage
  #     growth.
  class StorageGrowthAboveTrend
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Represents the storage growth details for a bucket.
    # @!attribute [r] bucket
    #   @return [::String]
    #     Output only. The name of the bucket.
    # @!attribute [r] total_storage_growth_bytes
    #   @return [::Integer]
    #     Output only. The total storage growth in bytes for the bucket.
    # @!attribute [r] percentage_increase
    #   @return [::Float]
    #     Output only. The percentage increase in storage growth for the bucket.
    # @!attribute [r] error
    #   @return [::Google::Rpc::Status]
    #     Output only. The error related to accessing the details about the
    #     contribution of the bucket.
    class BucketContribution
      include ::Google::Protobuf::MessageExts
      extend ::Google::Protobuf::MessageExts::ClassMethods
    end
  end
end