Uses of Class
com.google.cloud.securitycenter.v1.UpdateSecurityHealthAnalyticsCustomModuleRequest
-
Packages that use UpdateSecurityHealthAnalyticsCustomModuleRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of UpdateSecurityHealthAnalyticsCustomModuleRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return UpdateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. build()UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. buildPartial()static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstance()UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. getDefaultInstanceForType()UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstanceForType()static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(ByteBuffer data)static UpdateSecurityHealthAnalyticsCustomModuleRequestUpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type UpdateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSecurityHealthAnalyticsCustomModuleRequest>UpdateSecurityHealthAnalyticsCustomModuleRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>SecurityCenterGrpc. getUpdateSecurityHealthAnalyticsCustomModuleMethod()static com.google.protobuf.Parser<UpdateSecurityHealthAnalyticsCustomModuleRequest>UpdateSecurityHealthAnalyticsCustomModuleRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>SecurityCenterClient. updateSecurityHealthAnalyticsCustomModuleCallable()Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>SecurityCenterSettings.Builder. updateSecurityHealthAnalyticsCustomModuleSettings()Returns the builder for the settings used for calls to updateSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<UpdateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>SecurityCenterSettings. updateSecurityHealthAnalyticsCustomModuleSettings()Returns the object with the settings used for calls to updateSecurityHealthAnalyticsCustomModule.Methods in com.google.cloud.securitycenter.v1 with parameters of type UpdateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description UpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderUpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. mergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequest other)static UpdateSecurityHealthAnalyticsCustomModuleRequest.BuilderUpdateSecurityHealthAnalyticsCustomModuleRequest. newBuilder(UpdateSecurityHealthAnalyticsCustomModuleRequest prototype)SecurityHealthAnalyticsCustomModuleSecurityCenterClient. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.default voidSecurityCenterGrpc.AsyncService. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.SecurityHealthAnalyticsCustomModuleSecurityCenterGrpc.SecurityCenterBlockingStub. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.com.google.common.util.concurrent.ListenableFuture<SecurityHealthAnalyticsCustomModule>SecurityCenterGrpc.SecurityCenterFutureStub. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.voidSecurityCenterGrpc.SecurityCenterStub. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. -
Uses of UpdateSecurityHealthAnalyticsCustomModuleRequest in com.google.cloud.securitycenter.v1.stub
-