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