public static interface OSPolicy.OSFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOsShortName()
This should match OS short name emitted by the OS inventory agent.
|
com.google.protobuf.ByteString |
getOsShortNameBytes()
This should match OS short name emitted by the OS inventory agent.
|
String |
getOsVersion()
This value should match the version emitted by the OS inventory
agent.
|
com.google.protobuf.ByteString |
getOsVersionBytes()
This value should match the version emitted by the OS inventory
agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOsShortName()
This should match OS short name emitted by the OS inventory agent. An empty value matches any OS.
string os_short_name = 1;com.google.protobuf.ByteString getOsShortNameBytes()
This should match OS short name emitted by the OS inventory agent. An empty value matches any OS.
string os_short_name = 1;String getOsVersion()
This value should match the version emitted by the OS inventory agent. Prefix matches are supported if asterisk(*) is provided as the last character. For example, to match all versions with a major version of `7`, specify the following value for this field `7.*`
string os_version = 2;com.google.protobuf.ByteString getOsVersionBytes()
This value should match the version emitted by the OS inventory agent. Prefix matches are supported if asterisk(*) is provided as the last character. For example, to match all versions with a major version of `7`, specify the following value for this field `7.*`
string os_version = 2;Copyright © 2023 Google LLC. All rights reserved.