| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.Routers.UpdateNamedSet |
Compute.Routers.updateNamedSet(String project,
String region,
String router,
NamedSet content)
Updates or creates new Named Set
Create a request for the method "routers.updateNamedSet".
|
| Constructor and Description |
|---|
UpdateNamedSet(String project,
String region,
String router,
NamedSet content)
Updates or creates new Named Set
Create a request for the method "routers.updateNamedSet".
|
| Modifier and Type | Method and Description |
|---|---|
NamedSet |
NamedSet.clone() |
NamedSet |
NamedSet.encodeFingerprint(byte[] fingerprint)
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
NamedSet |
RoutersGetNamedSetResponse.getResource() |
NamedSet |
NamedSet.set(String fieldName,
Object value) |
NamedSet |
NamedSet.setElements(List<Expr> elements)
CEL expressions that are comparable to constructs of this set's type (see Policy Language).
|
NamedSet |
NamedSet.setFingerprint(String fingerprint)
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
NamedSet |
NamedSet.setName(String name)
This set's name, which must be a resource ID segment and unique within all named sets owned by
the Router.
|
NamedSet |
NamedSet.setType(String type)
This named set's type
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedSet> |
RoutersListNamedSets.getResult()
[Output Only] A list of named sets.
|
| Modifier and Type | Method and Description |
|---|---|
RoutersGetNamedSetResponse |
RoutersGetNamedSetResponse.setResource(NamedSet resource) |
| Modifier and Type | Method and Description |
|---|---|
RoutersListNamedSets |
RoutersListNamedSets.setResult(List<NamedSet> result)
[Output Only] A list of named sets.
|
Copyright © 2011–2024 Google. All rights reserved.