public enum VpcFlowLogsConfig.CrossProjectMetadata extends Enum<VpcFlowLogsConfig.CrossProjectMetadata> implements ProtocolMessageEnum
Determines whether to include cross project annotations in the logs. Project configurations will always have CROSS_PROJECT_METADATA_DISABLED.
Protobuf enum
google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig.CrossProjectMetadata
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CROSS_PROJECT_METADATA_DISABLED |
When CROSS_PROJECT_METADATA_DISABLED, metadata from other projects will not be included in the logs. |
CROSS_PROJECT_METADATA_DISABLED_VALUE |
When CROSS_PROJECT_METADATA_DISABLED, metadata from other projects will not be included in the logs. |
CROSS_PROJECT_METADATA_ENABLED |
When CROSS_PROJECT_METADATA_ENABLED, metadata from other projects will be included in the logs. |
CROSS_PROJECT_METADATA_ENABLED_VALUE |
When CROSS_PROJECT_METADATA_ENABLED, metadata from other projects will be included in the logs. |
CROSS_PROJECT_METADATA_UNSPECIFIED |
If not specified, the default is CROSS_PROJECT_METADATA_ENABLED. |
CROSS_PROJECT_METADATA_UNSPECIFIED_VALUE |
If not specified, the default is CROSS_PROJECT_METADATA_ENABLED. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |