public interface OSPolicyAssignmentReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
The Compute Engine VM instance name.
|
com.google.protobuf.ByteString |
getInstanceBytes()
The Compute Engine VM instance name.
|
String |
getLastRunId()
Unique identifier of the last attempted run to apply the OS policies
associated with this assignment on the VM.
|
com.google.protobuf.ByteString |
getLastRunIdBytes()
Unique identifier of the last attempted run to apply the OS policies
associated with this assignment on the VM.
|
String |
getName()
The `OSPolicyAssignmentReport` API resource name.
|
com.google.protobuf.ByteString |
getNameBytes()
The `OSPolicyAssignmentReport` API resource name.
|
String |
getOsPolicyAssignment()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
|
com.google.protobuf.ByteString |
getOsPolicyAssignmentBytes()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
|
OSPolicyAssignmentReport.OSPolicyCompliance |
getOsPolicyCompliances(int index)
Compliance data for each `OSPolicy` that is applied to the VM.
|
int |
getOsPolicyCompliancesCount()
Compliance data for each `OSPolicy` that is applied to the VM.
|
List<OSPolicyAssignmentReport.OSPolicyCompliance> |
getOsPolicyCompliancesList()
Compliance data for each `OSPolicy` that is applied to the VM.
|
OSPolicyAssignmentReport.OSPolicyComplianceOrBuilder |
getOsPolicyCompliancesOrBuilder(int index)
Compliance data for each `OSPolicy` that is applied to the VM.
|
List<? extends OSPolicyAssignmentReport.OSPolicyComplianceOrBuilder> |
getOsPolicyCompliancesOrBuilderList()
Compliance data for each `OSPolicy` that is applied to the VM.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Timestamp for when the report was last generated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Timestamp for when the report was last generated.
|
boolean |
hasUpdateTime()
Timestamp for when the report was last generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The `OSPolicyAssignmentReport` API resource name.
Format:
`projects/{project_number}/locations/{location}/instances/{instance_id}/osPolicyAssignments/{os_policy_assignment_id}/report`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The `OSPolicyAssignmentReport` API resource name.
Format:
`projects/{project_number}/locations/{location}/instances/{instance_id}/osPolicyAssignments/{os_policy_assignment_id}/report`
string name = 1;String getInstance()
The Compute Engine VM instance name.
string instance = 2;com.google.protobuf.ByteString getInstanceBytes()
The Compute Engine VM instance name.
string instance = 2;String getOsPolicyAssignment()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
Format:
`projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}`
string os_policy_assignment = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getOsPolicyAssignmentBytes()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
Format:
`projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}`
string os_policy_assignment = 3 [(.google.api.resource_reference) = { ... }List<OSPolicyAssignmentReport.OSPolicyCompliance> getOsPolicyCompliancesList()
Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance os_policy_compliances = 4;
OSPolicyAssignmentReport.OSPolicyCompliance getOsPolicyCompliances(int index)
Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance os_policy_compliances = 4;
int getOsPolicyCompliancesCount()
Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance os_policy_compliances = 4;
List<? extends OSPolicyAssignmentReport.OSPolicyComplianceOrBuilder> getOsPolicyCompliancesOrBuilderList()
Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance os_policy_compliances = 4;
OSPolicyAssignmentReport.OSPolicyComplianceOrBuilder getOsPolicyCompliancesOrBuilder(int index)
Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance os_policy_compliances = 4;
boolean hasUpdateTime()
Timestamp for when the report was last generated.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.Timestamp getUpdateTime()
Timestamp for when the report was last generated.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Timestamp for when the report was last generated.
.google.protobuf.Timestamp update_time = 5;String getLastRunId()
Unique identifier of the last attempted run to apply the OS policies associated with this assignment on the VM. This ID is logged by the OS Config agent while applying the OS policies associated with this assignment on the VM. NOTE: If the service is unable to successfully connect to the agent for this run, then this id will not be available in the agent logs.
string last_run_id = 6;com.google.protobuf.ByteString getLastRunIdBytes()
Unique identifier of the last attempted run to apply the OS policies associated with this assignment on the VM. This ID is logged by the OS Config agent while applying the OS policies associated with this assignment on the VM. NOTE: If the service is unable to successfully connect to the agent for this run, then this id will not be available in the agent logs.
string last_run_id = 6;Copyright © 2023 Google LLC. All rights reserved.