Uses of Class
com.google.cloud.advisorynotifications.v1.ListNotificationsRequest
-
Packages that use ListNotificationsRequest Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications APIcom.google.cloud.advisorynotifications.v1.stub -
-
Uses of ListNotificationsRequest in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return ListNotificationsRequest Modifier and Type Method Description ListNotificationsRequestListNotificationsRequest.Builder. build()ListNotificationsRequestListNotificationsRequest.Builder. buildPartial()static ListNotificationsRequestListNotificationsRequest. getDefaultInstance()ListNotificationsRequestListNotificationsRequest.Builder. getDefaultInstanceForType()ListNotificationsRequestListNotificationsRequest. getDefaultInstanceForType()static ListNotificationsRequestListNotificationsRequest. parseDelimitedFrom(InputStream input)static ListNotificationsRequestListNotificationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationsRequestListNotificationsRequest. parseFrom(byte[] data)static ListNotificationsRequestListNotificationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationsRequestListNotificationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListNotificationsRequestListNotificationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationsRequestListNotificationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNotificationsRequestListNotificationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationsRequestListNotificationsRequest. parseFrom(InputStream input)static ListNotificationsRequestListNotificationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationsRequestListNotificationsRequest. parseFrom(ByteBuffer data)static ListNotificationsRequestListNotificationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type ListNotificationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNotificationsRequest,ListNotificationsResponse>AdvisoryNotificationsServiceGrpc. getListNotificationsMethod()com.google.protobuf.Parser<ListNotificationsRequest>ListNotificationsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,ListNotificationsResponse>AdvisoryNotificationsServiceClient. listNotificationsCallable()Lists notifications under a given parent.com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>AdvisoryNotificationsServiceClient. listNotificationsPagedCallable()Lists notifications under a given parent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationsRequest,ListNotificationsResponse,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>AdvisoryNotificationsServiceSettings.Builder. listNotificationsSettings()Returns the builder for the settings used for calls to listNotifications.com.google.api.gax.rpc.PagedCallSettings<ListNotificationsRequest,ListNotificationsResponse,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>AdvisoryNotificationsServiceSettings. listNotificationsSettings()Returns the object with the settings used for calls to listNotifications.static com.google.protobuf.Parser<ListNotificationsRequest>ListNotificationsRequest. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type ListNotificationsRequest Modifier and Type Method Description AdvisoryNotificationsServiceClient.ListNotificationsPagedResponseAdvisoryNotificationsServiceClient. listNotifications(ListNotificationsRequest request)Lists notifications under a given parent.ListNotificationsResponseAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub. listNotifications(ListNotificationsRequest request)Lists notifications under a given parent.com.google.common.util.concurrent.ListenableFuture<ListNotificationsResponse>AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub. listNotifications(ListNotificationsRequest request)Lists notifications under a given parent.voidAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub. listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)Lists notifications under a given parent.default voidAdvisoryNotificationsServiceGrpc.AsyncService. listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)Lists notifications under a given parent.ListNotificationsRequest.BuilderListNotificationsRequest.Builder. mergeFrom(ListNotificationsRequest other)static ListNotificationsRequest.BuilderListNotificationsRequest. newBuilder(ListNotificationsRequest prototype)Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type ListNotificationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse)protected AdvisoryNotificationsServiceClient.ListNotificationsPageAdvisoryNotificationsServiceClient.ListNotificationsPage. createPage(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)com.google.api.core.ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage>AdvisoryNotificationsServiceClient.ListNotificationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse) -
Uses of ListNotificationsRequest in com.google.cloud.advisorynotifications.v1.stub
-