Uses of Class
com.google.cloud.compute.v1.FirewallLogConfig
-
Packages that use FirewallLogConfig Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of FirewallLogConfig in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FirewallLogConfig Modifier and Type Method Description FirewallLogConfig
FirewallLogConfig.Builder. build()
FirewallLogConfig
FirewallLogConfig.Builder. buildPartial()
static FirewallLogConfig
FirewallLogConfig. getDefaultInstance()
FirewallLogConfig
FirewallLogConfig.Builder. getDefaultInstanceForType()
FirewallLogConfig
FirewallLogConfig. getDefaultInstanceForType()
FirewallLogConfig
Firewall.Builder. getLogConfig()
This field denotes the logging options for a particular firewall rule.FirewallLogConfig
Firewall. getLogConfig()
This field denotes the logging options for a particular firewall rule.FirewallLogConfig
FirewallOrBuilder. getLogConfig()
This field denotes the logging options for a particular firewall rule.static FirewallLogConfig
FirewallLogConfig. parseDelimitedFrom(InputStream input)
static FirewallLogConfig
FirewallLogConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallLogConfig
FirewallLogConfig. parseFrom(byte[] data)
static FirewallLogConfig
FirewallLogConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallLogConfig
FirewallLogConfig. parseFrom(com.google.protobuf.ByteString data)
static FirewallLogConfig
FirewallLogConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallLogConfig
FirewallLogConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static FirewallLogConfig
FirewallLogConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallLogConfig
FirewallLogConfig. parseFrom(InputStream input)
static FirewallLogConfig
FirewallLogConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallLogConfig
FirewallLogConfig. parseFrom(ByteBuffer data)
static FirewallLogConfig
FirewallLogConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type FirewallLogConfig Modifier and Type Method Description com.google.protobuf.Parser<FirewallLogConfig>
FirewallLogConfig. getParserForType()
static com.google.protobuf.Parser<FirewallLogConfig>
FirewallLogConfig. parser()
Methods in com.google.cloud.compute.v1 with parameters of type FirewallLogConfig Modifier and Type Method Description FirewallLogConfig.Builder
FirewallLogConfig.Builder. mergeFrom(FirewallLogConfig other)
Firewall.Builder
Firewall.Builder. mergeLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule.static FirewallLogConfig.Builder
FirewallLogConfig. newBuilder(FirewallLogConfig prototype)
Firewall.Builder
Firewall.Builder. setLogConfig(FirewallLogConfig value)
This field denotes the logging options for a particular firewall rule.
-