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