Google Cloud Network Management V1 Client - Class AggregationInterval (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Network Management V1 Client class AggregationInterval.
Toggles the aggregation interval for collecting flow logs by 5-tuple.
Protobuf type google.cloud.networkmanagement.v1.VpcFlowLogsConfig.AggregationInterval
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ VpcFlowLogsConfig
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
AGGREGATION_INTERVAL_UNSPECIFIED
If not specified, will default to INTERVAL_5_SEC.
Generated from protobuf enum AGGREGATION_INTERVAL_UNSPECIFIED = 0;
INTERVAL_5_SEC
Aggregate logs in 5s intervals.
Generated from protobuf enum INTERVAL_5_SEC = 1;
INTERVAL_30_SEC
Aggregate logs in 30s intervals.
Generated from protobuf enum INTERVAL_30_SEC = 2;
INTERVAL_1_MIN
Aggregate logs in 1m intervals.
Generated from protobuf enum INTERVAL_1_MIN = 3;
INTERVAL_5_MIN
Aggregate logs in 5m intervals.
Generated from protobuf enum INTERVAL_5_MIN = 4;
INTERVAL_10_MIN
Aggregate logs in 10m intervals.
Generated from protobuf enum INTERVAL_10_MIN = 5;
INTERVAL_15_MIN
Aggregate logs in 15m intervals.
Generated from protobuf enum INTERVAL_15_MIN = 6;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Network Management V1 Client - Class AggregationInterval (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-network-management/latest/V1.VpcFlowLogsConfig.AggregationInterval)\n- [2.4.2](/php/docs/reference/cloud-network-management/2.4.2/V1.VpcFlowLogsConfig.AggregationInterval)\n- [2.3.2](/php/docs/reference/cloud-network-management/2.3.2/V1.VpcFlowLogsConfig.AggregationInterval)\n- [2.2.1](/php/docs/reference/cloud-network-management/2.2.1/V1.VpcFlowLogsConfig.AggregationInterval)\n- [2.1.1](/php/docs/reference/cloud-network-management/2.1.1/V1.VpcFlowLogsConfig.AggregationInterval)\n- [2.0.1](/php/docs/reference/cloud-network-management/2.0.1/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.7.3](/php/docs/reference/cloud-network-management/1.7.3/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.5.0](/php/docs/reference/cloud-network-management/1.5.0/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.4.2](/php/docs/reference/cloud-network-management/1.4.2/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.3.0](/php/docs/reference/cloud-network-management/1.3.0/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.2.0](/php/docs/reference/cloud-network-management/1.2.0/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.1.1](/php/docs/reference/cloud-network-management/1.1.1/V1.VpcFlowLogsConfig.AggregationInterval)\n- [1.0.5](/php/docs/reference/cloud-network-management/1.0.5/V1.VpcFlowLogsConfig.AggregationInterval) \nReference documentation and code samples for the Google Cloud Network Management V1 Client class AggregationInterval.\n\nToggles the aggregation interval for collecting flow logs by 5-tuple.\n\nProtobuf type `google.cloud.networkmanagement.v1.VpcFlowLogsConfig.AggregationInterval`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetworkManagement \\\\ V1 \\\\ VpcFlowLogsConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### AGGREGATION_INTERVAL_UNSPECIFIED\n\n Value: 0\n\nIf not specified, will default to INTERVAL_5_SEC.\n\nGenerated from protobuf enum `AGGREGATION_INTERVAL_UNSPECIFIED = 0;`\n\n### INTERVAL_5_SEC\n\n Value: 1\n\nAggregate logs in 5s intervals.\n\nGenerated from protobuf enum `INTERVAL_5_SEC = 1;`\n\n### INTERVAL_30_SEC\n\n Value: 2\n\nAggregate logs in 30s intervals.\n\nGenerated from protobuf enum `INTERVAL_30_SEC = 2;`\n\n### INTERVAL_1_MIN\n\n Value: 3\n\nAggregate logs in 1m intervals.\n\nGenerated from protobuf enum `INTERVAL_1_MIN = 3;`\n\n### INTERVAL_5_MIN\n\n Value: 4\n\nAggregate logs in 5m intervals.\n\nGenerated from protobuf enum `INTERVAL_5_MIN = 4;`\n\n### INTERVAL_10_MIN\n\n Value: 5\n\nAggregate logs in 10m intervals.\n\nGenerated from protobuf enum `INTERVAL_10_MIN = 5;`\n\n### INTERVAL_15_MIN\n\n Value: 6\n\nAggregate logs in 15m intervals.\n\nGenerated from protobuf enum `INTERVAL_15_MIN = 6;`"]]