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