@BetaApi(value="This is a Beta API is not stable yet and may change in the future.") public abstract class Condition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Condition.Builder |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription()
Get IAM Policy Binding Condition Description
|
abstract String |
getExpression()
Get IAM Policy Binding Condition Expression
|
abstract String |
getTitle()
Get IAM Policy Binding Condition Title
|
static Condition.Builder |
newBuilder()
Create a new Condition.Builder
|
abstract Condition.Builder |
toBuilder()
Create a new Condition.Builder from an existing Condition
|
@Nullable public abstract String getDescription()
public abstract String getExpression()
public abstract Condition.Builder toBuilder()
public static Condition.Builder newBuilder()
Copyright © 2023 Google LLC. All rights reserved.