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