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 CreateNotificationConfigRequest
CreateNotificationConfigRequest.Builder. build()
CreateNotificationConfigRequest
CreateNotificationConfigRequest.Builder. buildPartial()
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. getDefaultInstance()
CreateNotificationConfigRequest
CreateNotificationConfigRequest.Builder. getDefaultInstanceForType()
CreateNotificationConfigRequest
CreateNotificationConfigRequest. getDefaultInstanceForType()
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseDelimitedFrom(InputStream input)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(byte[] data)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(InputStream input)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. parseFrom(ByteBuffer data)
static CreateNotificationConfigRequest
CreateNotificationConfigRequest. 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 NotificationConfig
SecurityCenterClient. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.default void
SecurityCenterGrpc.AsyncService. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Creates a notification config.NotificationConfig
SecurityCenterGrpc.SecurityCenterBlockingStub. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.com.google.common.util.concurrent.ListenableFuture<NotificationConfig>
SecurityCenterGrpc.SecurityCenterFutureStub. createNotificationConfig(CreateNotificationConfigRequest request)
Creates a notification config.void
SecurityCenterGrpc.SecurityCenterStub. createNotificationConfig(CreateNotificationConfigRequest request, io.grpc.stub.StreamObserver<NotificationConfig> responseObserver)
Creates a notification config.CreateNotificationConfigRequest.Builder
CreateNotificationConfigRequest.Builder. mergeFrom(CreateNotificationConfigRequest other)
static CreateNotificationConfigRequest.Builder
CreateNotificationConfigRequest. 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.
-