| Package | Description |
|---|---|
| com.google.identity.accesscontextmanager.v1 |
| Modifier and Type | Method and Description |
|---|---|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllAllowedDeviceManagementLevels(Iterable<? extends DeviceManagementLevel> values)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllAllowedDeviceManagementLevelsValue(Iterable<Integer> values)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllAllowedEncryptionStatuses(Iterable<? extends DeviceEncryptionStatus> values)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllAllowedEncryptionStatusesValue(Iterable<Integer> values)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllOsConstraints(Iterable<? extends OsConstraint> values)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllowedDeviceManagementLevels(DeviceManagementLevel value)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllowedDeviceManagementLevelsValue(int value)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllowedEncryptionStatuses(DeviceEncryptionStatus value)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addAllowedEncryptionStatusesValue(int value)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addOsConstraints(int index,
OsConstraint.Builder builderForValue)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addOsConstraints(int index,
OsConstraint value)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addOsConstraints(OsConstraint.Builder builderForValue)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addOsConstraints(OsConstraint value)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
DevicePolicy.Builder |
DevicePolicy.Builder.clear() |
DevicePolicy.Builder |
DevicePolicy.Builder.clearAllowedDeviceManagementLevels()
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clearAllowedEncryptionStatuses()
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clearField(Descriptors.FieldDescriptor field) |
DevicePolicy.Builder |
DevicePolicy.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
DevicePolicy.Builder |
DevicePolicy.Builder.clearOsConstraints()
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clearRequireAdminApproval()
Whether the device needs to be approved by the customer admin.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clearRequireCorpOwned()
Whether the device needs to be corp owned.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clearRequireScreenlock()
Whether or not screenlock is required for the DevicePolicy to be true.
|
DevicePolicy.Builder |
DevicePolicy.Builder.clone() |
DevicePolicy.Builder |
Condition.Builder.getDevicePolicyBuilder()
Device specific restrictions, all restrictions must hold for the
Condition to be true.
|
DevicePolicy.Builder |
DevicePolicy.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
DevicePolicy.Builder |
DevicePolicy.Builder.mergeFrom(DevicePolicy other) |
DevicePolicy.Builder |
DevicePolicy.Builder.mergeFrom(Message other) |
DevicePolicy.Builder |
DevicePolicy.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static DevicePolicy.Builder |
DevicePolicy.newBuilder() |
static DevicePolicy.Builder |
DevicePolicy.newBuilder(DevicePolicy prototype) |
DevicePolicy.Builder |
DevicePolicy.newBuilderForType() |
protected DevicePolicy.Builder |
DevicePolicy.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
DevicePolicy.Builder |
DevicePolicy.Builder.removeOsConstraints(int index)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setAllowedDeviceManagementLevels(int index,
DeviceManagementLevel value)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setAllowedDeviceManagementLevelsValue(int index,
int value)
Allowed device management levels, an empty list allows all management
levels.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setAllowedEncryptionStatuses(int index,
DeviceEncryptionStatus value)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setAllowedEncryptionStatusesValue(int index,
int value)
Allowed encryptions statuses, an empty list allows all statuses.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
DevicePolicy.Builder |
DevicePolicy.Builder.setOsConstraints(int index,
OsConstraint.Builder builderForValue)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setOsConstraints(int index,
OsConstraint value)
Allowed OS versions, an empty list allows all types and all versions.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
DevicePolicy.Builder |
DevicePolicy.Builder.setRequireAdminApproval(boolean value)
Whether the device needs to be approved by the customer admin.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setRequireCorpOwned(boolean value)
Whether the device needs to be corp owned.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setRequireScreenlock(boolean value)
Whether or not screenlock is required for the DevicePolicy to be true.
|
DevicePolicy.Builder |
DevicePolicy.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
DevicePolicy.Builder |
DevicePolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
Condition.Builder.setDevicePolicy(DevicePolicy.Builder builderForValue)
Device specific restrictions, all restrictions must hold for the
Condition to be true.
|
Copyright © 2021 Google LLC. All rights reserved.