Uses of Class
com.google.cloud.securitycenter.v1.ListNotificationConfigsRequest
-
Packages that use ListNotificationConfigsRequest Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center APIcom.google.cloud.securitycenter.v1.stub -
-
Uses of ListNotificationConfigsRequest in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ListNotificationConfigsRequest Modifier and Type Method Description ListNotificationConfigsRequestListNotificationConfigsRequest.Builder. build()ListNotificationConfigsRequestListNotificationConfigsRequest.Builder. buildPartial()static ListNotificationConfigsRequestListNotificationConfigsRequest. getDefaultInstance()ListNotificationConfigsRequestListNotificationConfigsRequest.Builder. getDefaultInstanceForType()ListNotificationConfigsRequestListNotificationConfigsRequest. getDefaultInstanceForType()static ListNotificationConfigsRequestListNotificationConfigsRequest. parseDelimitedFrom(InputStream input)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(byte[] data)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(com.google.protobuf.ByteString data)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(InputStream input)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(ByteBuffer data)static ListNotificationConfigsRequestListNotificationConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 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.v1 with parameters of type ListNotificationConfigsRequest Modifier and Type Method Description SecurityCenterClient.ListNotificationConfigsPagedResponseSecurityCenterClient. listNotificationConfigs(ListNotificationConfigsRequest request)Lists notification configs.default voidSecurityCenterGrpc.AsyncService. listNotificationConfigs(ListNotificationConfigsRequest request, io.grpc.stub.StreamObserver<ListNotificationConfigsResponse> responseObserver)Lists notification configs.ListNotificationConfigsResponseSecurityCenterGrpc.SecurityCenterBlockingStub. listNotificationConfigs(ListNotificationConfigsRequest request)Lists notification configs.com.google.common.util.concurrent.ListenableFuture<ListNotificationConfigsResponse>SecurityCenterGrpc.SecurityCenterFutureStub. listNotificationConfigs(ListNotificationConfigsRequest request)Lists notification configs.voidSecurityCenterGrpc.SecurityCenterStub. listNotificationConfigs(ListNotificationConfigsRequest request, io.grpc.stub.StreamObserver<ListNotificationConfigsResponse> responseObserver)Lists notification configs.ListNotificationConfigsRequest.BuilderListNotificationConfigsRequest.Builder. mergeFrom(ListNotificationConfigsRequest other)static ListNotificationConfigsRequest.BuilderListNotificationConfigsRequest. newBuilder(ListNotificationConfigsRequest prototype)Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ListNotificationConfigsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPagedResponse>SecurityCenterClient.ListNotificationConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse)protected SecurityCenterClient.ListNotificationConfigsPageSecurityCenterClient.ListNotificationConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, ListNotificationConfigsResponse response)com.google.api.core.ApiFuture<SecurityCenterClient.ListNotificationConfigsPage>SecurityCenterClient.ListNotificationConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationConfigsRequest,ListNotificationConfigsResponse,NotificationConfig> context, com.google.api.core.ApiFuture<ListNotificationConfigsResponse> futureResponse) -
Uses of ListNotificationConfigsRequest in com.google.cloud.securitycenter.v1.stub
-