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 UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. build()
UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. buildPartial()
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstance()
UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. getDefaultInstanceForType()
UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstanceForType()
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(ByteBuffer data)
static UpdateSecurityHealthAnalyticsCustomModuleRequest
UpdateSecurityHealthAnalyticsCustomModuleRequest. 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.Builder
UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder. mergeFrom(UpdateSecurityHealthAnalyticsCustomModuleRequest other)
static UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder
UpdateSecurityHealthAnalyticsCustomModuleRequest. newBuilder(UpdateSecurityHealthAnalyticsCustomModuleRequest prototype)
SecurityHealthAnalyticsCustomModule
SecurityCenterClient. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request)
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.default void
SecurityCenterGrpc.AsyncService. updateSecurityHealthAnalyticsCustomModule(UpdateSecurityHealthAnalyticsCustomModuleRequest request, io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.SecurityHealthAnalyticsCustomModule
SecurityCenterGrpc.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.void
SecurityCenterGrpc.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
-