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