Send feedback
Class OSPolicy.InventoryFilter.Builder (2.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.18.0 keyboard_arrow_down
public static final class OSPolicy . InventoryFilter . Builder extends GeneratedMessageV3 . Builder<OSPolicy . InventoryFilter . Builder > implements OSPolicy . InventoryFilterOrBuilder
Filtering criteria to select VMs based on inventory details.
Protobuf type google.cloud.osconfig.v1.OSPolicy.InventoryFilter
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OSPolicy . InventoryFilter . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public OSPolicy . InventoryFilter build ()
buildPartial()
public OSPolicy . InventoryFilter buildPartial ()
clear()
public OSPolicy . InventoryFilter . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public OSPolicy . InventoryFilter . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OSPolicy . InventoryFilter . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearOsShortName()
public OSPolicy . InventoryFilter . Builder clearOsShortName ()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOsVersion()
public OSPolicy . InventoryFilter . Builder clearOsVersion ()
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;
clone()
public OSPolicy . InventoryFilter . Builder clone ()
Overrides
getDefaultInstanceForType()
public OSPolicy . InventoryFilter getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getOsShortName()
public String getOsShortName ()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The osShortName.
getOsShortNameBytes()
public ByteString getOsShortNameBytes ()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for osShortName.
getOsVersion()
public 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;
Returns Type Description String
The osVersion.
getOsVersionBytes()
public 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;
Returns Type Description ByteString
The bytes for osVersion.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(OSPolicy.InventoryFilter other)
public OSPolicy . InventoryFilter . Builder mergeFrom ( OSPolicy . InventoryFilter other )
public OSPolicy . InventoryFilter . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public OSPolicy . InventoryFilter . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicy . InventoryFilter . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public OSPolicy . InventoryFilter . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setOsShortName(String value)
public OSPolicy . InventoryFilter . Builder setOsShortName ( String value )
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
String
The osShortName to set.
setOsShortNameBytes(ByteString value)
public OSPolicy . InventoryFilter . Builder setOsShortNameBytes ( ByteString value )
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter Name Description value
ByteString
The bytes for osShortName to set.
setOsVersion(String value)
public OSPolicy . InventoryFilter . Builder setOsVersion ( String value )
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;
Parameter Name Description value
String
The osVersion to set.
setOsVersionBytes(ByteString value)
public OSPolicy . InventoryFilter . Builder setOsVersionBytes ( ByteString value )
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;
Parameter Name Description value
ByteString
The bytes for osVersion to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OSPolicy . InventoryFilter . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicy . InventoryFilter . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]