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