Class DevicePolicy.Builder (1.42.0)

public static final class DevicePolicy.Builder extends GeneratedMessageV3.Builder<DevicePolicy.Builder> implements DevicePolicyOrBuilder

DevicePolicy specifies device specific restrictions necessary to acquire a given access level. A DevicePolicy specifies requirements for requests from devices to be granted access levels, it does not do any enforcement on the device. DevicePolicy acts as an AND over all specified fields, and each repeated field is an OR over its elements. Any unset fields are ignored. For example, if the proto is { os_type : DESKTOP_WINDOWS, os_type : DESKTOP_LINUX, encryption_status: ENCRYPTED}, then the DevicePolicy will be true for requests originating from encrypted Linux desktops and encrypted Windows desktops.

Protobuf type google.identity.accesscontextmanager.v1.DevicePolicy

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAllowedDeviceManagementLevels(Iterable<? extends DeviceManagementLevel> values)

public DevicePolicy.Builder addAllAllowedDeviceManagementLevels(Iterable<? extends DeviceManagementLevel> values)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
valuesIterable<? extends com.google.identity.accesscontextmanager.type.DeviceManagementLevel>

The allowedDeviceManagementLevels to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllAllowedDeviceManagementLevelsValue(Iterable<Integer> values)

public DevicePolicy.Builder addAllAllowedDeviceManagementLevelsValue(Iterable<Integer> values)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
valuesIterable<Integer>

The enum numeric values on the wire for allowedDeviceManagementLevels to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllAllowedEncryptionStatuses(Iterable<? extends DeviceEncryptionStatus> values)

public DevicePolicy.Builder addAllAllowedEncryptionStatuses(Iterable<? extends DeviceEncryptionStatus> values)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
valuesIterable<? extends com.google.identity.accesscontextmanager.type.DeviceEncryptionStatus>

The allowedEncryptionStatuses to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllAllowedEncryptionStatusesValue(Iterable<Integer> values)

public DevicePolicy.Builder addAllAllowedEncryptionStatusesValue(Iterable<Integer> values)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
valuesIterable<Integer>

The enum numeric values on the wire for allowedEncryptionStatuses to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllOsConstraints(Iterable<? extends OsConstraint> values)

public DevicePolicy.Builder addAllOsConstraints(Iterable<? extends OsConstraint> values)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.identity.accesscontextmanager.v1.OsConstraint>
Returns
TypeDescription
DevicePolicy.Builder

addAllowedDeviceManagementLevels(DeviceManagementLevel value)

public DevicePolicy.Builder addAllowedDeviceManagementLevels(DeviceManagementLevel value)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
valueDeviceManagementLevel

The allowedDeviceManagementLevels to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllowedDeviceManagementLevelsValue(int value)

public DevicePolicy.Builder addAllowedDeviceManagementLevelsValue(int value)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
valueint

The enum numeric value on the wire for allowedDeviceManagementLevels to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllowedEncryptionStatuses(DeviceEncryptionStatus value)

public DevicePolicy.Builder addAllowedEncryptionStatuses(DeviceEncryptionStatus value)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
valueDeviceEncryptionStatus

The allowedEncryptionStatuses to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addAllowedEncryptionStatusesValue(int value)

public DevicePolicy.Builder addAllowedEncryptionStatusesValue(int value)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
valueint

The enum numeric value on the wire for allowedEncryptionStatuses to add.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

addOsConstraints(OsConstraint value)

public DevicePolicy.Builder addOsConstraints(OsConstraint value)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
valueOsConstraint
Returns
TypeDescription
DevicePolicy.Builder

addOsConstraints(OsConstraint.Builder builderForValue)

public DevicePolicy.Builder addOsConstraints(OsConstraint.Builder builderForValue)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
builderForValueOsConstraint.Builder
Returns
TypeDescription
DevicePolicy.Builder

addOsConstraints(int index, OsConstraint value)

public DevicePolicy.Builder addOsConstraints(int index, OsConstraint value)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameters
NameDescription
indexint
valueOsConstraint
Returns
TypeDescription
DevicePolicy.Builder

addOsConstraints(int index, OsConstraint.Builder builderForValue)

public DevicePolicy.Builder addOsConstraints(int index, OsConstraint.Builder builderForValue)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameters
NameDescription
indexint
builderForValueOsConstraint.Builder
Returns
TypeDescription
DevicePolicy.Builder

addOsConstraintsBuilder()

public OsConstraint.Builder addOsConstraintsBuilder()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
OsConstraint.Builder

addOsConstraintsBuilder(int index)

public OsConstraint.Builder addOsConstraintsBuilder(int index)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
OsConstraint.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DevicePolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DevicePolicy.Builder
Overrides

build()

public DevicePolicy build()
Returns
TypeDescription
DevicePolicy

buildPartial()

public DevicePolicy buildPartial()
Returns
TypeDescription
DevicePolicy

clear()

public DevicePolicy.Builder clear()
Returns
TypeDescription
DevicePolicy.Builder
Overrides

clearAllowedDeviceManagementLevels()

public DevicePolicy.Builder clearAllowedDeviceManagementLevels()

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

clearAllowedEncryptionStatuses()

public DevicePolicy.Builder clearAllowedEncryptionStatuses()

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DevicePolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DevicePolicy.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DevicePolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DevicePolicy.Builder
Overrides

clearOsConstraints()

public DevicePolicy.Builder clearOsConstraints()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
DevicePolicy.Builder

clearRequireAdminApproval()

public DevicePolicy.Builder clearRequireAdminApproval()

Whether the device needs to be approved by the customer admin.

bool require_admin_approval = 7;

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

clearRequireCorpOwned()

public DevicePolicy.Builder clearRequireCorpOwned()

Whether the device needs to be corp owned.

bool require_corp_owned = 8;

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

clearRequireScreenlock()

public DevicePolicy.Builder clearRequireScreenlock()

Whether or not screenlock is required for the DevicePolicy to be true. Defaults to false.

bool require_screenlock = 1;

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

clone()

public DevicePolicy.Builder clone()
Returns
TypeDescription
DevicePolicy.Builder
Overrides

getAllowedDeviceManagementLevels(int index)

public DeviceManagementLevel getAllowedDeviceManagementLevels(int index)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
DeviceManagementLevel

The allowedDeviceManagementLevels at the given index.

getAllowedDeviceManagementLevelsCount()

public int getAllowedDeviceManagementLevelsCount()

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Returns
TypeDescription
int

The count of allowedDeviceManagementLevels.

getAllowedDeviceManagementLevelsList()

public List<DeviceManagementLevel> getAllowedDeviceManagementLevelsList()

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Returns
TypeDescription
List<DeviceManagementLevel>

A list containing the allowedDeviceManagementLevels.

getAllowedDeviceManagementLevelsValue(int index)

public int getAllowedDeviceManagementLevelsValue(int index)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of allowedDeviceManagementLevels at the given index.

getAllowedDeviceManagementLevelsValueList()

public List<Integer> getAllowedDeviceManagementLevelsValueList()

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for allowedDeviceManagementLevels.

getAllowedEncryptionStatuses(int index)

public DeviceEncryptionStatus getAllowedEncryptionStatuses(int index)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
DeviceEncryptionStatus

The allowedEncryptionStatuses at the given index.

getAllowedEncryptionStatusesCount()

public int getAllowedEncryptionStatusesCount()

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Returns
TypeDescription
int

The count of allowedEncryptionStatuses.

getAllowedEncryptionStatusesList()

public List<DeviceEncryptionStatus> getAllowedEncryptionStatusesList()

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Returns
TypeDescription
List<DeviceEncryptionStatus>

A list containing the allowedEncryptionStatuses.

getAllowedEncryptionStatusesValue(int index)

public int getAllowedEncryptionStatusesValue(int index)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of allowedEncryptionStatuses at the given index.

getAllowedEncryptionStatusesValueList()

public List<Integer> getAllowedEncryptionStatusesValueList()

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for allowedEncryptionStatuses.

getDefaultInstanceForType()

public DevicePolicy getDefaultInstanceForType()
Returns
TypeDescription
DevicePolicy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOsConstraints(int index)

public OsConstraint getOsConstraints(int index)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
OsConstraint

getOsConstraintsBuilder(int index)

public OsConstraint.Builder getOsConstraintsBuilder(int index)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
OsConstraint.Builder

getOsConstraintsBuilderList()

public List<OsConstraint.Builder> getOsConstraintsBuilderList()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
List<Builder>

getOsConstraintsCount()

public int getOsConstraintsCount()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
int

getOsConstraintsList()

public List<OsConstraint> getOsConstraintsList()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
List<OsConstraint>

getOsConstraintsOrBuilder(int index)

public OsConstraintOrBuilder getOsConstraintsOrBuilder(int index)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
OsConstraintOrBuilder

getOsConstraintsOrBuilderList()

public List<? extends OsConstraintOrBuilder> getOsConstraintsOrBuilderList()

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Returns
TypeDescription
List<? extends com.google.identity.accesscontextmanager.v1.OsConstraintOrBuilder>

getRequireAdminApproval()

public boolean getRequireAdminApproval()

Whether the device needs to be approved by the customer admin.

bool require_admin_approval = 7;

Returns
TypeDescription
boolean

The requireAdminApproval.

getRequireCorpOwned()

public boolean getRequireCorpOwned()

Whether the device needs to be corp owned.

bool require_corp_owned = 8;

Returns
TypeDescription
boolean

The requireCorpOwned.

getRequireScreenlock()

public boolean getRequireScreenlock()

Whether or not screenlock is required for the DevicePolicy to be true. Defaults to false.

bool require_screenlock = 1;

Returns
TypeDescription
boolean

The requireScreenlock.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DevicePolicy other)

public DevicePolicy.Builder mergeFrom(DevicePolicy other)
Parameter
NameDescription
otherDevicePolicy
Returns
TypeDescription
DevicePolicy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DevicePolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DevicePolicy.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DevicePolicy.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DevicePolicy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DevicePolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DevicePolicy.Builder
Overrides

removeOsConstraints(int index)

public DevicePolicy.Builder removeOsConstraints(int index)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
DevicePolicy.Builder

setAllowedDeviceManagementLevels(int index, DeviceManagementLevel value)

public DevicePolicy.Builder setAllowedDeviceManagementLevels(int index, DeviceManagementLevel value)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameters
NameDescription
indexint

The index to set the value at.

valueDeviceManagementLevel

The allowedDeviceManagementLevels to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setAllowedDeviceManagementLevelsValue(int index, int value)

public DevicePolicy.Builder setAllowedDeviceManagementLevelsValue(int index, int value)

Allowed device management levels, an empty list allows all management levels.

repeated .google.identity.accesscontextmanager.type.DeviceManagementLevel allowed_device_management_levels = 6;

Parameters
NameDescription
indexint

The index to set the value at.

valueint

The enum numeric value on the wire for allowedDeviceManagementLevels to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setAllowedEncryptionStatuses(int index, DeviceEncryptionStatus value)

public DevicePolicy.Builder setAllowedEncryptionStatuses(int index, DeviceEncryptionStatus value)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameters
NameDescription
indexint

The index to set the value at.

valueDeviceEncryptionStatus

The allowedEncryptionStatuses to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setAllowedEncryptionStatusesValue(int index, int value)

public DevicePolicy.Builder setAllowedEncryptionStatusesValue(int index, int value)

Allowed encryptions statuses, an empty list allows all statuses.

repeated .google.identity.accesscontextmanager.type.DeviceEncryptionStatus allowed_encryption_statuses = 2;

Parameters
NameDescription
indexint

The index to set the value at.

valueint

The enum numeric value on the wire for allowedEncryptionStatuses to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DevicePolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DevicePolicy.Builder
Overrides

setOsConstraints(int index, OsConstraint value)

public DevicePolicy.Builder setOsConstraints(int index, OsConstraint value)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameters
NameDescription
indexint
valueOsConstraint
Returns
TypeDescription
DevicePolicy.Builder

setOsConstraints(int index, OsConstraint.Builder builderForValue)

public DevicePolicy.Builder setOsConstraints(int index, OsConstraint.Builder builderForValue)

Allowed OS versions, an empty list allows all types and all versions.

repeated .google.identity.accesscontextmanager.v1.OsConstraint os_constraints = 3;

Parameters
NameDescription
indexint
builderForValueOsConstraint.Builder
Returns
TypeDescription
DevicePolicy.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DevicePolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DevicePolicy.Builder
Overrides

setRequireAdminApproval(boolean value)

public DevicePolicy.Builder setRequireAdminApproval(boolean value)

Whether the device needs to be approved by the customer admin.

bool require_admin_approval = 7;

Parameter
NameDescription
valueboolean

The requireAdminApproval to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setRequireCorpOwned(boolean value)

public DevicePolicy.Builder setRequireCorpOwned(boolean value)

Whether the device needs to be corp owned.

bool require_corp_owned = 8;

Parameter
NameDescription
valueboolean

The requireCorpOwned to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setRequireScreenlock(boolean value)

public DevicePolicy.Builder setRequireScreenlock(boolean value)

Whether or not screenlock is required for the DevicePolicy to be true. Defaults to false.

bool require_screenlock = 1;

Parameter
NameDescription
valueboolean

The requireScreenlock to set.

Returns
TypeDescription
DevicePolicy.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DevicePolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DevicePolicy.Builder
Overrides