- 1.86.0 (latest)
- 1.84.0
- 1.83.0
- 1.82.0
- 1.81.0
- 1.79.0
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.71.0
- 1.69.0
- 1.68.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.5
- 1.3.1
- 1.2.10
public static final class BasicLevel.Builder extends GeneratedMessage.Builder<BasicLevel.Builder> implements BasicLevelOrBuilder BasicLevel is an AccessLevel using a set of recommended features.
Protobuf type google.identity.accesscontextmanager.v1.BasicLevel
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BasicLevel.BuilderImplements
BasicLevelOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllConditions(Iterable<? extends Condition> values)
public BasicLevel.Builder addAllConditions(Iterable<? extends Condition> values) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.identity.accesscontextmanager.v1.Condition> |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
addConditions(Condition value)
public BasicLevel.Builder addConditions(Condition value) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Condition |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
addConditions(Condition.Builder builderForValue)
public BasicLevel.Builder addConditions(Condition.Builder builderForValue) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Condition.Builder |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
addConditions(int index, Condition value)
public BasicLevel.Builder addConditions(int index, Condition value) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Condition |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
addConditions(int index, Condition.Builder builderForValue)
public BasicLevel.Builder addConditions(int index, Condition.Builder builderForValue) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Condition.Builder |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
addConditionsBuilder()
public Condition.Builder addConditionsBuilder() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
Condition.Builder |
|
addConditionsBuilder(int index)
public Condition.Builder addConditionsBuilder(int index) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Condition.Builder |
|
build()
public BasicLevel build()| Returns | |
|---|---|
| Type | Description |
BasicLevel |
|
buildPartial()
public BasicLevel buildPartial()| Returns | |
|---|---|
| Type | Description |
BasicLevel |
|
clear()
public BasicLevel.Builder clear()| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
clearCombiningFunction()
public BasicLevel.Builder clearCombiningFunction() How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
This builder for chaining. |
clearConditions()
public BasicLevel.Builder clearConditions() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
getCombiningFunction()
public BasicLevel.ConditionCombiningFunction getCombiningFunction() How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
| Returns | |
|---|---|
| Type | Description |
BasicLevel.ConditionCombiningFunction |
The combiningFunction. |
getCombiningFunctionValue()
public int getCombiningFunctionValue() How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for combiningFunction. |
getConditions(int index)
public Condition getConditions(int index) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Condition |
|
getConditionsBuilder(int index)
public Condition.Builder getConditionsBuilder(int index) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Condition.Builder |
|
getConditionsBuilderList()
public List<Condition.Builder> getConditionsBuilderList() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getConditionsCount()
public int getConditionsCount() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConditionsList()
public List<Condition> getConditionsList() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Condition> |
|
getConditionsOrBuilder(int index)
public ConditionOrBuilder getConditionsOrBuilder(int index) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConditionOrBuilder |
|
getConditionsOrBuilderList()
public List<? extends ConditionOrBuilder> getConditionsOrBuilderList() Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.identity.accesscontextmanager.v1.ConditionOrBuilder> |
|
getDefaultInstanceForType()
public BasicLevel getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BasicLevel |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BasicLevel other)
public BasicLevel.Builder mergeFrom(BasicLevel other)| Parameter | |
|---|---|
| Name | Description |
other |
BasicLevel |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BasicLevel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BasicLevel.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
removeConditions(int index)
public BasicLevel.Builder removeConditions(int index) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
setCombiningFunction(BasicLevel.ConditionCombiningFunction value)
public BasicLevel.Builder setCombiningFunction(BasicLevel.ConditionCombiningFunction value) How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
BasicLevel.ConditionCombiningFunctionThe combiningFunction to set. |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
This builder for chaining. |
setCombiningFunctionValue(int value)
public BasicLevel.Builder setCombiningFunctionValue(int value) How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
.google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction combining_function = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for combiningFunction to set. |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
This builder for chaining. |
setConditions(int index, Condition value)
public BasicLevel.Builder setConditions(int index, Condition value) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Condition |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|
setConditions(int index, Condition.Builder builderForValue)
public BasicLevel.Builder setConditions(int index, Condition.Builder builderForValue) Required. A list of requirements for the AccessLevel to be granted.
repeated .google.identity.accesscontextmanager.v1.Condition conditions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Condition.Builder |
| Returns | |
|---|---|
| Type | Description |
BasicLevel.Builder |
|