Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalForwardingRuleName |
ProjectGlobalForwardingRuleName.Builder.build() |
static ProjectGlobalForwardingRuleName |
ProjectGlobalForwardingRuleName.of(String forwardingRule,
String project) |
static ProjectGlobalForwardingRuleName |
ProjectGlobalForwardingRuleName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalForwardingRuleName> |
ProjectGlobalForwardingRuleName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
GlobalForwardingRuleClient.deleteGlobalForwardingRule(ProjectGlobalForwardingRuleName forwardingRule)
Deletes the specified GlobalForwardingRule resource.
|
ForwardingRule |
GlobalForwardingRuleClient.getGlobalForwardingRule(ProjectGlobalForwardingRuleName forwardingRule)
Returns the specified GlobalForwardingRule resource.
|
Operation |
GlobalForwardingRuleClient.setTargetGlobalForwardingRule(ProjectGlobalForwardingRuleName forwardingRule,
TargetReference targetReferenceResource)
Changes target URL for the GlobalForwardingRule resource.
|
Constructor and Description |
---|
Builder(ProjectGlobalForwardingRuleName projectGlobalForwardingRuleName) |
Copyright © 2019 Google LLC. All rights reserved.