Uses of Class
com.google.cloud.compute.v1.FirewallPolicyRuleMatcherLayer4Config
-
Packages that use FirewallPolicyRuleMatcherLayer4Config Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of FirewallPolicyRuleMatcherLayer4Config in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FirewallPolicyRuleMatcherLayer4Config Modifier and Type Method Description FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config.Builder. build()
FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config.Builder. buildPartial()
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. getDefaultInstance()
FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config.Builder. getDefaultInstanceForType()
FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. getDefaultInstanceForType()
FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcher.Builder. getLayer4Configs(int index)
Pairs of IP protocols and ports that the rule should match.FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcher. getLayer4Configs(int index)
Pairs of IP protocols and ports that the rule should match.FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherOrBuilder. getLayer4Configs(int index)
Pairs of IP protocols and ports that the rule should match.static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseDelimitedFrom(InputStream input)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(byte[] data)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(com.google.protobuf.ByteString data)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(com.google.protobuf.CodedInputStream input)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(InputStream input)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(ByteBuffer data)
static FirewallPolicyRuleMatcherLayer4Config
FirewallPolicyRuleMatcherLayer4Config. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type FirewallPolicyRuleMatcherLayer4Config Modifier and Type Method Description List<FirewallPolicyRuleMatcherLayer4Config>
FirewallPolicyRuleMatcher.Builder. getLayer4ConfigsList()
Pairs of IP protocols and ports that the rule should match.List<FirewallPolicyRuleMatcherLayer4Config>
FirewallPolicyRuleMatcher. getLayer4ConfigsList()
Pairs of IP protocols and ports that the rule should match.List<FirewallPolicyRuleMatcherLayer4Config>
FirewallPolicyRuleMatcherOrBuilder. getLayer4ConfigsList()
Pairs of IP protocols and ports that the rule should match.com.google.protobuf.Parser<FirewallPolicyRuleMatcherLayer4Config>
FirewallPolicyRuleMatcherLayer4Config. getParserForType()
static com.google.protobuf.Parser<FirewallPolicyRuleMatcherLayer4Config>
FirewallPolicyRuleMatcherLayer4Config. parser()
Methods in com.google.cloud.compute.v1 with parameters of type FirewallPolicyRuleMatcherLayer4Config Modifier and Type Method Description FirewallPolicyRuleMatcher.Builder
FirewallPolicyRuleMatcher.Builder. addLayer4Configs(int index, FirewallPolicyRuleMatcherLayer4Config value)
Pairs of IP protocols and ports that the rule should match.FirewallPolicyRuleMatcher.Builder
FirewallPolicyRuleMatcher.Builder. addLayer4Configs(FirewallPolicyRuleMatcherLayer4Config value)
Pairs of IP protocols and ports that the rule should match.FirewallPolicyRuleMatcherLayer4Config.Builder
FirewallPolicyRuleMatcherLayer4Config.Builder. mergeFrom(FirewallPolicyRuleMatcherLayer4Config other)
static FirewallPolicyRuleMatcherLayer4Config.Builder
FirewallPolicyRuleMatcherLayer4Config. newBuilder(FirewallPolicyRuleMatcherLayer4Config prototype)
FirewallPolicyRuleMatcher.Builder
FirewallPolicyRuleMatcher.Builder. setLayer4Configs(int index, FirewallPolicyRuleMatcherLayer4Config value)
Pairs of IP protocols and ports that the rule should match.Method parameters in com.google.cloud.compute.v1 with type arguments of type FirewallPolicyRuleMatcherLayer4Config Modifier and Type Method Description FirewallPolicyRuleMatcher.Builder
FirewallPolicyRuleMatcher.Builder. addAllLayer4Configs(Iterable<? extends FirewallPolicyRuleMatcherLayer4Config> values)
Pairs of IP protocols and ports that the rule should match.
-