Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Expr |
Expr.clone() |
Expr |
Binding.getCondition()
The condition that is associated with this binding.
|
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.
|
Copyright © 2011–2024 Google. All rights reserved.