Uses of Class
com.google.cloud.securitycenter.v1.CreateSecurityHealthAnalyticsCustomModuleRequest
-
Packages that use CreateSecurityHealthAnalyticsCustomModuleRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of CreateSecurityHealthAnalyticsCustomModuleRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return CreateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest.Builder. build()
CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest.Builder. buildPartial()
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstance()
CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest.Builder. getDefaultInstanceForType()
CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. getDefaultInstanceForType()
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(ByteBuffer data)
static CreateSecurityHealthAnalyticsCustomModuleRequest
CreateSecurityHealthAnalyticsCustomModuleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type CreateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
SecurityCenterClient. createSecurityHealthAnalyticsCustomModuleCallable()
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
SecurityCenterSettings.Builder. createSecurityHealthAnalyticsCustomModuleSettings()
Returns the builder for the settings used for calls to createSecurityHealthAnalyticsCustomModule.com.google.api.gax.rpc.UnaryCallSettings<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
SecurityCenterSettings. createSecurityHealthAnalyticsCustomModuleSettings()
Returns the object with the settings used for calls to createSecurityHealthAnalyticsCustomModule.static io.grpc.MethodDescriptor<CreateSecurityHealthAnalyticsCustomModuleRequest,SecurityHealthAnalyticsCustomModule>
SecurityCenterGrpc. getCreateSecurityHealthAnalyticsCustomModuleMethod()
com.google.protobuf.Parser<CreateSecurityHealthAnalyticsCustomModuleRequest>
CreateSecurityHealthAnalyticsCustomModuleRequest. getParserForType()
static com.google.protobuf.Parser<CreateSecurityHealthAnalyticsCustomModuleRequest>
CreateSecurityHealthAnalyticsCustomModuleRequest. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type CreateSecurityHealthAnalyticsCustomModuleRequest Modifier and Type Method Description SecurityHealthAnalyticsCustomModule
SecurityCenterClient. createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.default void
SecurityCenterGrpc.AsyncService. createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.SecurityHealthAnalyticsCustomModule
SecurityCenterGrpc.SecurityCenterBlockingStub. createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.com.google.common.util.concurrent.ListenableFuture<SecurityHealthAnalyticsCustomModule>
SecurityCenterGrpc.SecurityCenterFutureStub. createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request)
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.void
SecurityCenterGrpc.SecurityCenterStub. createSecurityHealthAnalyticsCustomModule(CreateSecurityHealthAnalyticsCustomModuleRequest request, io.grpc.stub.StreamObserver<SecurityHealthAnalyticsCustomModule> responseObserver)
Creates a resident SecurityHealthAnalyticsCustomModule at the scope of the given CRM parent, and also creates inherited SecurityHealthAnalyticsCustomModules for all CRM descendants of the given parent.CreateSecurityHealthAnalyticsCustomModuleRequest.Builder
CreateSecurityHealthAnalyticsCustomModuleRequest.Builder. mergeFrom(CreateSecurityHealthAnalyticsCustomModuleRequest other)
static CreateSecurityHealthAnalyticsCustomModuleRequest.Builder
CreateSecurityHealthAnalyticsCustomModuleRequest. newBuilder(CreateSecurityHealthAnalyticsCustomModuleRequest prototype)
-
Uses of CreateSecurityHealthAnalyticsCustomModuleRequest in com.google.cloud.securitycenter.v1.stub
-