public static interface OSPolicy.InventoryFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOsShortName()
Required.
|
com.google.protobuf.ByteString |
getOsShortNameBytes()
Required.
|
String |
getOsVersion()
The OS version
Prefix matches are supported if asterisk(*) is provided as the
last character.
|
com.google.protobuf.ByteString |
getOsVersionBytes()
The OS version
Prefix matches are supported if asterisk(*) is provided as the
last character.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOsShortName()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOsShortNameBytes()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];String getOsVersion()
The OS version 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.*` An empty string matches all OS versions.
string os_version = 2;com.google.protobuf.ByteString getOsVersionBytes()
The OS version 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.*` An empty string matches all OS versions.
string os_version = 2;Copyright © 2023 Google LLC. All rights reserved.