Uses of Class
com.google.cloud.networkmanagement.v1beta1.FirewallInfo
-
Packages that use FirewallInfo Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of FirewallInfo in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return FirewallInfo Modifier and Type Method Description FirewallInfo
FirewallInfo.Builder. build()
FirewallInfo
FirewallInfo.Builder. buildPartial()
static FirewallInfo
FirewallInfo. getDefaultInstance()
FirewallInfo
FirewallInfo.Builder. getDefaultInstanceForType()
FirewallInfo
FirewallInfo. getDefaultInstanceForType()
FirewallInfo
Step.Builder. getFirewall()
Display information of a Compute Engine firewall rule.FirewallInfo
Step. getFirewall()
Display information of a Compute Engine firewall rule.FirewallInfo
StepOrBuilder. getFirewall()
Display information of a Compute Engine firewall rule.static FirewallInfo
FirewallInfo. parseDelimitedFrom(InputStream input)
static FirewallInfo
FirewallInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallInfo
FirewallInfo. parseFrom(byte[] data)
static FirewallInfo
FirewallInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallInfo
FirewallInfo. parseFrom(com.google.protobuf.ByteString data)
static FirewallInfo
FirewallInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallInfo
FirewallInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static FirewallInfo
FirewallInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallInfo
FirewallInfo. parseFrom(InputStream input)
static FirewallInfo
FirewallInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallInfo
FirewallInfo. parseFrom(ByteBuffer data)
static FirewallInfo
FirewallInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1beta1 that return types with arguments of type FirewallInfo Modifier and Type Method Description com.google.protobuf.Parser<FirewallInfo>
FirewallInfo. getParserForType()
static com.google.protobuf.Parser<FirewallInfo>
FirewallInfo. parser()
Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type FirewallInfo Modifier and Type Method Description Step.Builder
Step.Builder. mergeFirewall(FirewallInfo value)
Display information of a Compute Engine firewall rule.FirewallInfo.Builder
FirewallInfo.Builder. mergeFrom(FirewallInfo other)
static FirewallInfo.Builder
FirewallInfo. newBuilder(FirewallInfo prototype)
Step.Builder
Step.Builder. setFirewall(FirewallInfo value)
Display information of a Compute Engine firewall rule.
-