Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.Builder.build() |
static Rule |
Rule.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
Policy.getRulesList()
If more than one rule is specified, the rules are applied in the following manner: - All
matching LOG rules are always applied.
|
List<Rule> |
Policy.Builder.getRulesList()
If more than one rule is specified, the rules are applied in the following manner: - All
matching LOG rules are always applied.
|
Modifier and Type | Method and Description |
---|---|
Policy.Builder |
Policy.Builder.addRules(Rule rules)
If more than one rule is specified, the rules are applied in the following manner: - All
matching LOG rules are always applied.
|
Rule.Builder |
Rule.Builder.mergeFrom(Rule other) |
static Rule.Builder |
Rule.newBuilder(Rule prototype) |
Modifier and Type | Method and Description |
---|---|
Policy.Builder |
Policy.Builder.addAllRules(List<Rule> rules)
If more than one rule is specified, the rules are applied in the following manner: - All
matching LOG rules are always applied.
|
Copyright © 2019 Google LLC. All rights reserved.