Package com.google.cloud.osconfig.v1beta
Interface GuestPolicies.LookupEffectiveGuestPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestPolicies.LookupEffectiveGuestPolicyRequest
,GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder
- Enclosing class:
- GuestPolicies
public static interface GuestPolicies.LookupEffectiveGuestPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInstance()
Required.com.google.protobuf.ByteString
getInstanceBytes()
Required.String
getOsArchitecture()
Architecture of OS running on the instance.com.google.protobuf.ByteString
getOsArchitectureBytes()
Architecture of OS running on the instance.String
getOsShortName()
Short name of the OS running on the instance.com.google.protobuf.ByteString
getOsShortNameBytes()
Short name of the OS running on the instance.String
getOsVersion()
Version of the OS running on the instance.com.google.protobuf.ByteString
getOsVersionBytes()
Version of the OS running on the instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstance
String getInstance()
Required. The VM instance whose policies are being looked up.
string instance = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
Required. The VM instance whose policies are being looked up.
string instance = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for instance.
-
getOsShortName
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:
- The osShortName.
-
getOsShortNameBytes
com.google.protobuf.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:
- The bytes for osShortName.
-
getOsVersion
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:
- The osVersion.
-
getOsVersionBytes
com.google.protobuf.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:
- The bytes for osVersion.
-
getOsArchitecture
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:
- The osArchitecture.
-
getOsArchitectureBytes
com.google.protobuf.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:
- The bytes for osArchitecture.
-
-