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.v1alpha.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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OSPolicy.InventoryFilter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public OSPolicy.InventoryFilter build()
Returns
buildPartial()
public OSPolicy.InventoryFilter buildPartial()
Returns
clear()
public OSPolicy.InventoryFilter.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public OSPolicy.InventoryFilter.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OSPolicy.InventoryFilter.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOsShortName()
public OSPolicy.InventoryFilter.Builder clearOsShortName()
Required. The OS short name
string os_short_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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
clone()
public OSPolicy.InventoryFilter.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public OSPolicy.InventoryFilter getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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()