Class OSPolicy.InventoryFilter.Builder (2.85.0)

public static final class OSPolicy.InventoryFilter.Builder extends GeneratedMessage.Builder<OSPolicy.InventoryFilter.Builder> implements OSPolicy.InventoryFilterOrBuilder

Filtering criteria to select VMs based on inventory details.

Protobuf type google.cloud.osconfig.v1.OSPolicy.InventoryFilter

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public OSPolicy.InventoryFilter build()
Returns
Type Description
OSPolicy.InventoryFilter

buildPartial()

public OSPolicy.InventoryFilter buildPartial()
Returns
Type Description
OSPolicy.InventoryFilter

clear()

public OSPolicy.InventoryFilter.Builder clear()
Returns
Type Description
OSPolicy.InventoryFilter.Builder
Overrides

clearOsShortName()

public OSPolicy.InventoryFilter.Builder clearOsShortName()

Required. The OS short name

string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.

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;

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.

getDefaultInstanceForType()

public OSPolicy.InventoryFilter getDefaultInstanceForType()
Returns
Type Description
OSPolicy.InventoryFilter

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OSPolicy.InventoryFilter other)

public OSPolicy.InventoryFilter.Builder mergeFrom(OSPolicy.InventoryFilter other)
Parameter
Name Description
other OSPolicy.InventoryFilter
Returns
Type Description
OSPolicy.InventoryFilter.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicy.InventoryFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OSPolicy.InventoryFilter.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OSPolicy.InventoryFilter.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OSPolicy.InventoryFilter.Builder
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.

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.

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.

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.

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.

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.

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.

Returns
Type Description
OSPolicy.InventoryFilter.Builder

This builder for chaining.