public static final class OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub>
Zonal OS Config API The OS Config service is the server-side component that allows users to manage package installations and patch jobs for Compute Engine VM instances.
| Modifier and Type | Method and Description |
|---|---|
protected OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Inventory |
getInventory(GetInventoryRequest request)
Get inventory data for the specified VM instance.
|
VulnerabilityReport |
getVulnerabilityReport(GetVulnerabilityReportRequest request)
Gets the vulnerability report for the specified VM instance.
|
ListInventoriesResponse |
listInventories(ListInventoriesRequest request)
List inventory data for all VM instances in the specified zone.
|
ListVulnerabilityReportsResponse |
listVulnerabilityReports(ListVulnerabilityReportsRequest request)
List vulnerability reports for all VM instances in the specified zone.
|
protected OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub>public Inventory getInventory(GetInventoryRequest request)
Get inventory data for the specified VM instance. If the VM has no associated inventory, the message `NOT_FOUND` is returned.
public ListInventoriesResponse listInventories(ListInventoriesRequest request)
List inventory data for all VM instances in the specified zone.
public VulnerabilityReport getVulnerabilityReport(GetVulnerabilityReportRequest request)
Gets the vulnerability report for the specified VM instance. Only VMs with inventory data have vulnerability reports associated with them.
public ListVulnerabilityReportsResponse listVulnerabilityReports(ListVulnerabilityReportsRequest request)
List vulnerability reports for all VM instances in the specified zone.
Copyright © 2021 Google LLC. All rights reserved.