Uses of Class
com.google.cloud.advisorynotifications.v1.Notification
-
Packages that use Notification Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications APIcom.google.cloud.advisorynotifications.v1.stub -
-
Uses of Notification in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Notification Modifier and Type Method Description NotificationNotification.Builder. build()NotificationNotification.Builder. buildPartial()static NotificationNotification. getDefaultInstance()NotificationNotification.Builder. getDefaultInstanceForType()NotificationNotification. getDefaultInstanceForType()NotificationAdvisoryNotificationsServiceClient. getNotification(GetNotificationRequest request)Gets a notification.NotificationAdvisoryNotificationsServiceClient. getNotification(NotificationName name)Gets a notification.NotificationAdvisoryNotificationsServiceClient. getNotification(String name)Gets a notification.NotificationAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub. getNotification(GetNotificationRequest request)Gets a notification.NotificationListNotificationsResponse.Builder. getNotifications(int index)List of notifications under a given parent.NotificationListNotificationsResponse. getNotifications(int index)List of notifications under a given parent.NotificationListNotificationsResponseOrBuilder. getNotifications(int index)List of notifications under a given parent.static NotificationNotification. parseDelimitedFrom(InputStream input)static NotificationNotification. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NotificationNotification. parseFrom(byte[] data)static NotificationNotification. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NotificationNotification. parseFrom(com.google.protobuf.ByteString data)static NotificationNotification. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NotificationNotification. parseFrom(com.google.protobuf.CodedInputStream input)static NotificationNotification. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NotificationNotification. parseFrom(InputStream input)static NotificationNotification. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NotificationNotification. parseFrom(ByteBuffer data)static NotificationNotification. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Notification Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationRequest,Notification>AdvisoryNotificationsServiceGrpc. getGetNotificationMethod()com.google.common.util.concurrent.ListenableFuture<Notification>AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub. getNotification(GetNotificationRequest request)Gets a notification.com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>AdvisoryNotificationsServiceClient. getNotificationCallable()Gets a notification.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationRequest,Notification>AdvisoryNotificationsServiceSettings.Builder. getNotificationSettings()Returns the builder for the settings used for calls to getNotification.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationRequest,Notification>AdvisoryNotificationsServiceSettings. getNotificationSettings()Returns the object with the settings used for calls to getNotification.List<Notification>ListNotificationsResponse.Builder. getNotificationsList()List of notifications under a given parent.List<Notification>ListNotificationsResponse. getNotificationsList()List of notifications under a given parent.List<Notification>ListNotificationsResponseOrBuilder. getNotificationsList()List of notifications under a given parent.com.google.protobuf.Parser<Notification>Notification. getParserForType()static com.google.protobuf.Parser<Notification>Notification. parser()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Notification Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. addNotifications(int index, Notification value)List of notifications under a given parent.ListNotificationsResponse.BuilderListNotificationsResponse.Builder. addNotifications(Notification value)List of notifications under a given parent.Notification.BuilderNotification.Builder. mergeFrom(Notification other)static Notification.BuilderNotification. newBuilder(Notification prototype)ListNotificationsResponse.BuilderListNotificationsResponse.Builder. setNotifications(int index, Notification value)List of notifications under a given parent.Method parameters in com.google.cloud.advisorynotifications.v1 with type arguments of type Notification Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. addAllNotifications(Iterable<? extends Notification> values)List of notifications under a given parent.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)voidAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)Gets a notification.default voidAdvisoryNotificationsServiceGrpc.AsyncService. getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)Gets a notification. -
Uses of Notification in com.google.cloud.advisorynotifications.v1.stub
Methods in com.google.cloud.advisorynotifications.v1.stub that return types with arguments of type Notification Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>GrpcAdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationRequest,Notification>HttpJsonAdvisoryNotificationsServiceStub. getNotificationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStubSettings.Builder. getNotificationSettings()Returns the builder for the settings used for calls to getNotification.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationRequest,Notification>AdvisoryNotificationsServiceStubSettings. getNotificationSettings()Returns the object with the settings used for calls to getNotification.
-