Uses of Class
com.google.cloud.osconfig.v1alpha.GetVulnerabilityReportRequest
-
Packages that use GetVulnerabilityReportRequest Package Description com.google.cloud.osconfig.v1alpha A client to OS Config APIcom.google.cloud.osconfig.v1alpha.stub -
-
Uses of GetVulnerabilityReportRequest in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return GetVulnerabilityReportRequest Modifier and Type Method Description GetVulnerabilityReportRequest
GetVulnerabilityReportRequest.Builder. build()
GetVulnerabilityReportRequest
GetVulnerabilityReportRequest.Builder. buildPartial()
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. getDefaultInstance()
GetVulnerabilityReportRequest
GetVulnerabilityReportRequest.Builder. getDefaultInstanceForType()
GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. getDefaultInstanceForType()
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseDelimitedFrom(InputStream input)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(byte[] data)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(InputStream input)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(ByteBuffer data)
static GetVulnerabilityReportRequest
GetVulnerabilityReportRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type GetVulnerabilityReportRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceGrpc. getGetVulnerabilityReportMethod()
com.google.protobuf.Parser<GetVulnerabilityReportRequest>
GetVulnerabilityReportRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceClient. getVulnerabilityReportCallable()
Gets the vulnerability report for the specified VM instance.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceSettings.Builder. getVulnerabilityReportSettings()
Returns the builder for the settings used for calls to getVulnerabilityReport.com.google.api.gax.rpc.UnaryCallSettings<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceSettings. getVulnerabilityReportSettings()
Returns the object with the settings used for calls to getVulnerabilityReport.static com.google.protobuf.Parser<GetVulnerabilityReportRequest>
GetVulnerabilityReportRequest. parser()
Methods in com.google.cloud.osconfig.v1alpha with parameters of type GetVulnerabilityReportRequest Modifier and Type Method Description VulnerabilityReport
OsConfigZonalServiceClient. getVulnerabilityReport(GetVulnerabilityReportRequest request)
Gets the vulnerability report for the specified VM instance.default void
OsConfigZonalServiceGrpc.AsyncService. getVulnerabilityReport(GetVulnerabilityReportRequest request, io.grpc.stub.StreamObserver<VulnerabilityReport> responseObserver)
Gets the vulnerability report for the specified VM instance.VulnerabilityReport
OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub. getVulnerabilityReport(GetVulnerabilityReportRequest request)
Gets the vulnerability report for the specified VM instance.com.google.common.util.concurrent.ListenableFuture<VulnerabilityReport>
OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub. getVulnerabilityReport(GetVulnerabilityReportRequest request)
Gets the vulnerability report for the specified VM instance.void
OsConfigZonalServiceGrpc.OsConfigZonalServiceStub. getVulnerabilityReport(GetVulnerabilityReportRequest request, io.grpc.stub.StreamObserver<VulnerabilityReport> responseObserver)
Gets the vulnerability report for the specified VM instance.GetVulnerabilityReportRequest.Builder
GetVulnerabilityReportRequest.Builder. mergeFrom(GetVulnerabilityReportRequest other)
static GetVulnerabilityReportRequest.Builder
GetVulnerabilityReportRequest. newBuilder(GetVulnerabilityReportRequest prototype)
-
Uses of GetVulnerabilityReportRequest in com.google.cloud.osconfig.v1alpha.stub
Methods in com.google.cloud.osconfig.v1alpha.stub that return types with arguments of type GetVulnerabilityReportRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVulnerabilityReportRequest,VulnerabilityReport>
GrpcOsConfigZonalServiceStub. getVulnerabilityReportCallable()
com.google.api.gax.rpc.UnaryCallable<GetVulnerabilityReportRequest,VulnerabilityReport>
HttpJsonOsConfigZonalServiceStub. getVulnerabilityReportCallable()
com.google.api.gax.rpc.UnaryCallable<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceStub. getVulnerabilityReportCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceStubSettings.Builder. getVulnerabilityReportSettings()
Returns the builder for the settings used for calls to getVulnerabilityReport.com.google.api.gax.rpc.UnaryCallSettings<GetVulnerabilityReportRequest,VulnerabilityReport>
OsConfigZonalServiceStubSettings. getVulnerabilityReportSettings()
Returns the object with the settings used for calls to getVulnerabilityReport.
-