Uses of Class
com.google.cloud.securitycenter.v1p1beta1.CreateNotificationConfigRequest
-
Packages that use CreateNotificationConfigRequest Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1p1beta1.stub -
-
Uses of CreateNotificationConfigRequest in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return CreateNotificationConfigRequest Modifier and Type Method Description CreateNotificationConfigRequestCreateNotificationConfigRequest.Builder. build()CreateNotificationConfigRequestCreateNotificationConfigRequest.Builder. buildPartial()static CreateNotificationConfigRequestCreateNotificationConfigRequest. getDefaultInstance()CreateNotificationConfigRequestCreateNotificationConfigRequest.Builder. getDefaultInstanceForType()CreateNotificationConfigRequestCreateNotificationConfigRequest. getDefaultInstanceForType()static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseDelimitedFrom(InputStream input)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(byte[] data)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(InputStream input)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(ByteBuffer data)static CreateNotificationConfigRequestCreateNotificationConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type CreateNotificationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterClient. createNotificationConfigCallable()Creates a notification config.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterSettings.Builder. createNotificationConfigSettings()Returns the builder for the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterSettings. createNotificationConfigSettings()Returns the object with the settings used for calls to createNotificationConfig.static io.grpc.MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterGrpc. getCreateNotificationConfigMethod()com.google.protobuf.Parser<CreateNotificationConfigRequest>CreateNotificationConfigRequest. getParserForType()static com.google.protobuf.Parser<CreateNotificationConfigRequest>CreateNotificationConfigRequest. parser()Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type CreateNotificationConfigRequest Modifier and Type Method Description NotificationConfigSecurityCenterClient. createNotificationConfig(CreateNotificationConfigRequest request)Creates a notification config.default voidSecurityCenterGrpc.AsyncService. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)Creates a notification config.NotificationConfigSecurityCenterGrpc.SecurityCenterBlockingStub. createNotificationConfig(CreateNotificationConfigRequest request)Creates a notification config.com.google.common.util.concurrent.ListenableFuture<NotificationConfig>SecurityCenterGrpc.SecurityCenterFutureStub. createNotificationConfig(CreateNotificationConfigRequest request)Creates a notification config.voidSecurityCenterGrpc.SecurityCenterStub. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)Creates a notification config.CreateNotificationConfigRequest.BuilderCreateNotificationConfigRequest.Builder. mergeFrom(CreateNotificationConfigRequest other)static CreateNotificationConfigRequest.BuilderCreateNotificationConfigRequest. newBuilder(CreateNotificationConfigRequest prototype) -
Uses of CreateNotificationConfigRequest in com.google.cloud.securitycenter.v1p1beta1.stub
Methods in com.google.cloud.securitycenter.v1p1beta1.stub that return types with arguments of type CreateNotificationConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>GrpcSecurityCenterStub. createNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>HttpJsonSecurityCenterStub. createNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterStub. createNotificationConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterStubSettings.Builder. createNotificationConfigSettings()Returns the builder for the settings used for calls to createNotificationConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationConfigRequest,NotificationConfig>SecurityCenterStubSettings. createNotificationConfigSettings()Returns the object with the settings used for calls to createNotificationConfig.
-