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 ListNotificationsRequest
ListNotificationsRequest.Builder. build()
ListNotificationsRequest
ListNotificationsRequest.Builder. buildPartial()
static ListNotificationsRequest
ListNotificationsRequest. getDefaultInstance()
ListNotificationsRequest
ListNotificationsRequest.Builder. getDefaultInstanceForType()
ListNotificationsRequest
ListNotificationsRequest. getDefaultInstanceForType()
static ListNotificationsRequest
ListNotificationsRequest. parseDelimitedFrom(InputStream input)
static ListNotificationsRequest
ListNotificationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(byte[] data)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(InputStream input)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationsRequest
ListNotificationsRequest. parseFrom(ByteBuffer data)
static ListNotificationsRequest
ListNotificationsRequest. 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.ListNotificationsPagedResponse
AdvisoryNotificationsServiceClient. listNotifications(ListNotificationsRequest request)
Lists notifications under a given parent.ListNotificationsResponse
AdvisoryNotificationsServiceGrpc.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.void
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub. listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.default void
AdvisoryNotificationsServiceGrpc.AsyncService. listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.ListNotificationsRequest.Builder
ListNotificationsRequest.Builder. mergeFrom(ListNotificationsRequest other)
static ListNotificationsRequest.Builder
ListNotificationsRequest. 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.ListNotificationsPage
AdvisoryNotificationsServiceClient.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
-