Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
Expr |
Expr.clone() |
Expr |
Binding.getCondition()
The condition that is associated with this binding.If the condition evaluates to true, then
this binding applies to the current request.If the condition evaluates to false, then this
binding does not apply to the current request.
|
Expr |
Expr.set(String fieldName,
Object value) |
Expr |
Expr.setDescription(String description)
Optional.
|
Expr |
Expr.setExpression(String expression)
Textual representation of an expression in Common Expression Language syntax.
|
Expr |
Expr.setLocation(String location)
Optional.
|
Expr |
Expr.setTitle(String title)
Optional.
|
Modifier and Type | Method and Description |
---|---|
Binding |
Binding.setCondition(Expr condition)
The condition that is associated with this binding.If the condition evaluates to true, then
this binding applies to the current request.If the condition evaluates to false, then this
binding does not apply to the current request.
|
Copyright © 2011–2021 Google. All rights reserved.