public static final class GuestPolicies.LookupEffectiveGuestPolicyRequest extends GeneratedMessageV3 implements GuestPolicies.LookupEffectiveGuestPolicyRequestOrBuilder
A request message for getting the effective guest policy assigned to the
instance.
Protobuf type google.cloud.osconfig.v1beta.LookupEffectiveGuestPolicyRequest
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
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
OS_ARCHITECTURE_FIELD_NUMBER
public static final int OS_ARCHITECTURE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
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 GuestPolicies.LookupEffectiveGuestPolicyRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder newBuilder()
newBuilder(GuestPolicies.LookupEffectiveGuestPolicyRequest prototype)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder newBuilder(GuestPolicies.LookupEffectiveGuestPolicyRequest prototype)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseDelimitedFrom(InputStream input)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(CodedInputStream input)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(InputStream input)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestPolicies.LookupEffectiveGuestPolicyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GuestPolicies.LookupEffectiveGuestPolicyRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GuestPolicies.LookupEffectiveGuestPolicyRequest getDefaultInstanceForType()
getInstance()
public String getInstance()
Required. The VM instance whose policies are being looked up.
string instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The instance.
|
getInstanceBytes()
public ByteString getInstanceBytes()
Required. The VM instance whose policies are being looked up.
string instance = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for instance.
|
getOsArchitecture()
public 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 |
---|
Type | Description |
String | The osArchitecture.
|
getOsArchitectureBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for osArchitecture.
|
getOsShortName()
public 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 |
---|
Type | Description |
String | The osShortName.
|
getOsShortNameBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for osShortName.
|
getOsVersion()
public 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 |
---|
Type | Description |
String | The osVersion.
|
getOsVersionBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for osVersion.
|
getParserForType()
public Parser<GuestPolicies.LookupEffectiveGuestPolicyRequest> 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 GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GuestPolicies.LookupEffectiveGuestPolicyRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides