| Package | Description | 
|---|---|
| com.google.cloud.compute.v1 | 
 A client to Compute Engine API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Rule.Builder | 
Rule.Builder.addAllConditions(List<Condition> conditions)
Additional restrictions that must be met. 
 | 
Rule.Builder | 
Rule.Builder.addAllIns(List<String> ins)
If one or more 'in' clauses are specified, the rule matches if the
 PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries. 
 | 
Rule.Builder | 
Rule.Builder.addAllLogConfigs(List<LogConfig> logConfigs)
The config returned to callers of tech.iam.IAM.CheckPolicy for any entries that match the LOG
 action. 
 | 
Rule.Builder | 
Rule.Builder.addAllNotIns(List<String> notIns)
If one or more 'not_in' clauses are specified, the rule matches if the
 PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries. 
 | 
Rule.Builder | 
Rule.Builder.addAllPermissions(List<String> permissions)
A permission is a string of form '..' (e.g., 'storage.buckets.list'). 
 | 
Rule.Builder | 
Rule.Builder.addConditions(Condition conditions)
Additional restrictions that must be met. 
 | 
Rule.Builder | 
Rule.Builder.addIns(String ins)
If one or more 'in' clauses are specified, the rule matches if the
 PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries. 
 | 
Rule.Builder | 
Rule.Builder.addLogConfigs(LogConfig logConfigs)
The config returned to callers of tech.iam.IAM.CheckPolicy for any entries that match the LOG
 action. 
 | 
Rule.Builder | 
Rule.Builder.addNotIns(String notIns)
If one or more 'not_in' clauses are specified, the rule matches if the
 PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries. 
 | 
Rule.Builder | 
Rule.Builder.addPermissions(String permissions)
A permission is a string of form '..' (e.g., 'storage.buckets.list'). 
 | 
Rule.Builder | 
Rule.Builder.clone()  | 
Rule.Builder | 
Rule.Builder.mergeFrom(Rule other)  | 
static Rule.Builder | 
Rule.newBuilder()  | 
static Rule.Builder | 
Rule.newBuilder(Rule prototype)  | 
Rule.Builder | 
Rule.Builder.setAction(String action)
Required 
 | 
Rule.Builder | 
Rule.Builder.setDescription(String description)
Human-readable description of the rule. 
 | 
Rule.Builder | 
Rule.toBuilder()  | 
Copyright © 2019 Google LLC. All rights reserved.