Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Expr.Builder |
Expr.Builder.clone() |
Expr.Builder |
Expr.Builder.mergeFrom(Expr other) |
static Expr.Builder |
Expr.newBuilder() |
static Expr.Builder |
Expr.newBuilder(Expr prototype) |
Expr.Builder |
Expr.Builder.setDescription(String description)
An optional description of the expression.
|
Expr.Builder |
Expr.Builder.setExpression(String expression)
Textual representation of an expression in Common Expression Language syntax.
|
Expr.Builder |
Expr.Builder.setLocation(String location)
An optional string indicating the location of the expression for error reporting, e.g.
|
Expr.Builder |
Expr.Builder.setTitle(String title)
An optional title for the expression, i.e.
|
Expr.Builder |
Expr.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.