Uses of Class
com.google.cloud.osconfig.v1.GetVulnerabilityReportRequest
-
Packages that use GetVulnerabilityReportRequest Package Description com.google.cloud.osconfig.v1 A client to OS Config APIcom.google.cloud.osconfig.v1.stub -
-
Uses of GetVulnerabilityReportRequest in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return GetVulnerabilityReportRequest Modifier and Type Method Description GetVulnerabilityReportRequestGetVulnerabilityReportRequest.Builder. build()GetVulnerabilityReportRequestGetVulnerabilityReportRequest.Builder. buildPartial()static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. getDefaultInstance()GetVulnerabilityReportRequestGetVulnerabilityReportRequest.Builder. getDefaultInstanceForType()GetVulnerabilityReportRequestGetVulnerabilityReportRequest. getDefaultInstanceForType()static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseDelimitedFrom(InputStream input)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(byte[] data)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(com.google.protobuf.ByteString data)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(InputStream input)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(ByteBuffer data)static GetVulnerabilityReportRequestGetVulnerabilityReportRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.osconfig.v1 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.v1 with parameters of type GetVulnerabilityReportRequest Modifier and Type Method Description VulnerabilityReportOsConfigZonalServiceClient. getVulnerabilityReport(GetVulnerabilityReportRequest request)Gets the vulnerability report for the specified VM instance.default voidOsConfigZonalServiceGrpc.AsyncService. getVulnerabilityReport(GetVulnerabilityReportRequest request, io.grpc.stub.StreamObserver<VulnerabilityReport> responseObserver)Gets the vulnerability report for the specified VM instance.VulnerabilityReportOsConfigZonalServiceGrpc.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.voidOsConfigZonalServiceGrpc.OsConfigZonalServiceStub. getVulnerabilityReport(GetVulnerabilityReportRequest request, io.grpc.stub.StreamObserver<VulnerabilityReport> responseObserver)Gets the vulnerability report for the specified VM instance.GetVulnerabilityReportRequest.BuilderGetVulnerabilityReportRequest.Builder. mergeFrom(GetVulnerabilityReportRequest other)static GetVulnerabilityReportRequest.BuilderGetVulnerabilityReportRequest. newBuilder(GetVulnerabilityReportRequest prototype) -
Uses of GetVulnerabilityReportRequest in com.google.cloud.osconfig.v1.stub
Methods in com.google.cloud.osconfig.v1.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.
-