Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalFirewallName |
ProjectGlobalFirewallName.Builder.build() |
static ProjectGlobalFirewallName |
ProjectGlobalFirewallName.of(String firewall,
String project) |
static ProjectGlobalFirewallName |
ProjectGlobalFirewallName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalFirewallName> |
ProjectGlobalFirewallName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
FirewallClient.deleteFirewall(ProjectGlobalFirewallName firewall)
Deletes the specified firewall.
|
Firewall |
FirewallClient.getFirewall(ProjectGlobalFirewallName firewall)
Returns the specified firewall.
|
Operation |
FirewallClient.patchFirewall(ProjectGlobalFirewallName firewall,
Firewall firewallResource,
List<String> fieldMask)
Updates the specified firewall rule with the data included in the request.
|
Operation |
FirewallClient.updateFirewall(ProjectGlobalFirewallName firewall,
Firewall firewallResource,
List<String> fieldMask)
Updates the specified firewall rule with the data included in the request.
|
Constructor and Description |
---|
Builder(ProjectGlobalFirewallName projectGlobalFirewallName) |
Copyright © 2019 Google LLC. All rights reserved.