public final class OsConstraint extends GeneratedMessageV3 implements OsConstraintOrBuilder
A restriction on the OS type and version of devices making requests.
Protobuf type google.identity.accesscontextmanager.v1.OsConstraint
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MINIMUM_VERSION_FIELD_NUMBER
public static final int MINIMUM_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OS_TYPE_FIELD_NUMBER
public static final int OS_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REQUIRE_VERIFIED_CHROME_OS_FIELD_NUMBER
public static final int REQUIRE_VERIFIED_CHROME_OS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OsConstraint getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OsConstraint.Builder newBuilder()
newBuilder(OsConstraint prototype)
public static OsConstraint.Builder newBuilder(OsConstraint prototype)
parseDelimitedFrom(InputStream input)
public static OsConstraint parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OsConstraint parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OsConstraint parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static OsConstraint parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static OsConstraint parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OsConstraint parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OsConstraint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OsConstraint> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public OsConstraint getDefaultInstanceForType()
getMinimumVersion()
public String getMinimumVersion()
The minimum allowed OS version. If not set, any version of this OS
satisfies the constraint. Format: "major.minor.patch"
.
Examples: "10.5.301"
, "9.2.1"
.
string minimum_version = 2;
Returns |
Type |
Description |
String |
The minimumVersion.
|
getMinimumVersionBytes()
public ByteString getMinimumVersionBytes()
The minimum allowed OS version. If not set, any version of this OS
satisfies the constraint. Format: "major.minor.patch"
.
Examples: "10.5.301"
, "9.2.1"
.
string minimum_version = 2;
Returns |
Type |
Description |
ByteString |
The bytes for minimumVersion.
|
getOsType()
public OsType getOsType()
Required. The allowed OS type.
.google.identity.accesscontextmanager.type.OsType os_type = 1;
Returns |
Type |
Description |
OsType |
The osType.
|
getOsTypeValue()
public int getOsTypeValue()
Required. The allowed OS type.
.google.identity.accesscontextmanager.type.OsType os_type = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for osType.
|
getParserForType()
public Parser<OsConstraint> getParserForType()
Overrides
getRequireVerifiedChromeOs()
public boolean getRequireVerifiedChromeOs()
Only allows requests from devices with a verified Chrome OS.
Verifications includes requirements that the device is enterprise-managed,
conformant to domain policies, and the caller has permission to call
the API targeted by the request.
bool require_verified_chrome_os = 3;
Returns |
Type |
Description |
boolean |
The requireVerifiedChromeOs.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OsConstraint.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OsConstraint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OsConstraint.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides