public static final class OSPolicy.OSFilter extends GeneratedMessageV3 implements OSPolicy.OSFilterOrBuilder
Filtering criteria to select VMs based on OS details.
Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.OSFilter
Static Fields
OS_SHORT_NAME_FIELD_NUMBER
public static final int OS_SHORT_NAME_FIELD_NUMBER
Field Value
OS_VERSION_FIELD_NUMBER
public static final int OS_VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OSPolicy.OSFilter getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OSPolicy.OSFilter.Builder newBuilder()
Returns
newBuilder(OSPolicy.OSFilter prototype)
public static OSPolicy.OSFilter.Builder newBuilder(OSPolicy.OSFilter prototype)
Parameter
Returns
public static OSPolicy.OSFilter parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.OSFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OSPolicy.OSFilter parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OSPolicy.OSFilter parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.OSFilter parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.OSFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicy.OSFilter parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicy.OSFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OSPolicy.OSFilter parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OSPolicy.OSFilter> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OSPolicy.OSFilter getDefaultInstanceForType()
Returns
getOsShortName()
public String getOsShortName()
This should match OS short name emitted by the OS inventory agent.
An empty value matches any OS.
string os_short_name = 1;
Returns
Type | Description |
String | The osShortName.
|
getOsShortNameBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for osShortName.
|
getOsVersion()
public 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;
Returns
Type | Description |
String | The osVersion.
|
getOsVersionBytes()
public 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;
Returns
getParserForType()
public Parser<OSPolicy.OSFilter> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OSPolicy.OSFilter.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy.OSFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OSPolicy.OSFilter.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions