Interface GuestPolicies.LookupEffectiveGuestPolicyRequestOrBuilder (2.39.0)

public static interface GuestPolicies.LookupEffectiveGuestPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

Required. The VM instance whose policies are being looked up.

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

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Required. The VM instance whose policies are being looked up.

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

Returns
TypeDescription
ByteString

The bytes for instance.

getOsArchitecture()

public abstract String getOsArchitecture()

Architecture of OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

string os_architecture = 4;

Returns
TypeDescription
String

The osArchitecture.

getOsArchitectureBytes()

public abstract ByteString getOsArchitectureBytes()

Architecture of OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

string os_architecture = 4;

Returns
TypeDescription
ByteString

The bytes for osArchitecture.

getOsShortName()

public abstract String getOsShortName()

Short name of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

string os_short_name = 2;

Returns
TypeDescription
String

The osShortName.

getOsShortNameBytes()

public abstract ByteString getOsShortNameBytes()

Short name of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.

string os_short_name = 2;

Returns
TypeDescription
ByteString

The bytes for osShortName.

getOsVersion()

public abstract String getOsVersion()

Version of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that VM instance.

string os_version = 3;

Returns
TypeDescription
String

The osVersion.

getOsVersionBytes()

public abstract ByteString getOsVersionBytes()

Version of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that VM instance.

string os_version = 3;

Returns
TypeDescription
ByteString

The bytes for osVersion.