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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OS_SHORT_NAME_FIELD_NUMBER
public static final int OS_SHORT_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OS_VERSION_FIELD_NUMBER
public static final int OS_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OSPolicy.OSFilter getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OSPolicy.OSFilter.Builder newBuilder()
newBuilder(OSPolicy.OSFilter prototype)
public static OSPolicy.OSFilter.Builder newBuilder(OSPolicy.OSFilter prototype)
public static OSPolicy.OSFilter parseDelimitedFrom(InputStream input)
public static OSPolicy.OSFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OSPolicy.OSFilter parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OSPolicy.OSFilter parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(CodedInputStream input)
public static OSPolicy.OSFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(InputStream input)
public static OSPolicy.OSFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OSPolicy.OSFilter parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicy.OSFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OSPolicy.OSFilter> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public OSPolicy.OSFilter getDefaultInstanceForType()
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 |
Type |
Description |
ByteString |
The bytes for osVersion.
|
getParserForType()
public Parser<OSPolicy.OSFilter> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OSPolicy.OSFilter.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicy.OSFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OSPolicy.OSFilter.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides