@Generated("by gapic-generator-java")
Package com.google.cloud.advisorynotifications.v1
A client to Advisory Notifications API
The interfaces provided are listed below, along with usage samples.
======================= AdvisoryNotificationsServiceClient =======================
Service Description: Service to manage Security and Privacy Notifications.
Sample for AdvisoryNotificationsServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AdvisoryNotificationsServiceClient advisoryNotificationsServiceClient =
AdvisoryNotificationsServiceClient.create()) {
NotificationName name = NotificationName.of("[ORGANIZATION]", "[LOCATION]", "[NOTIFICATION]");
Notification response = advisoryNotificationsServiceClient.getNotification(name);
}
-
Interface Summary Interface Description AdvisoryNotificationsServiceGrpc.AsyncService Service to manage Security and Privacy Notifications.AttachmentOrBuilder Csv.CsvRowOrBuilder CsvOrBuilder GetNotificationRequestOrBuilder ListNotificationsRequestOrBuilder ListNotificationsResponseOrBuilder Message.BodyOrBuilder MessageOrBuilder NotificationOrBuilder SubjectOrBuilder TextOrBuilder -
Class Summary Class Description AdvisoryNotificationsServiceClient Service Description: Service to manage Security and Privacy Notifications.AdvisoryNotificationsServiceClient.ListNotificationsFixedSizeCollection AdvisoryNotificationsServiceClient.ListNotificationsPage AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse AdvisoryNotificationsServiceGrpc Service to manage Security and Privacy Notifications.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service AdvisoryNotificationsService.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service AdvisoryNotificationsService.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase Base class for the server implementation of the service AdvisoryNotificationsService.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub A stub to allow clients to do asynchronous rpc calls to service AdvisoryNotificationsService.AdvisoryNotificationsServiceSettings Settings class to configure an instance ofAdvisoryNotificationsServiceClient
.AdvisoryNotificationsServiceSettings.Builder Builder for AdvisoryNotificationsServiceSettings.Attachment Attachment with specific information about the issue.Attachment.Builder Attachment with specific information about the issue.Csv A representation of a CSV file attachment, as a list of column headers and a list of data rows.Csv.Builder A representation of a CSV file attachment, as a list of column headers and a list of data rows.Csv.CsvRow A representation of a single data row in a CSV file.Csv.CsvRow.Builder A representation of a single data row in a CSV file.GetNotificationRequest Request for fetching a notification.GetNotificationRequest.Builder Request for fetching a notification.ListNotificationsRequest Request for fetching all notifications for a given parent.ListNotificationsRequest.Builder Request for fetching all notifications for a given parent.ListNotificationsResponse Response of ListNotifications endpoint.ListNotificationsResponse.Builder Response of ListNotifications endpoint.LocationName LocationName.Builder Builder for organizations/{organization}/locations/{location}.Message A message which contains notification details.Message.Body A message body containing text.Message.Body.Builder A message body containing text.Message.Builder A message which contains notification details.Notification A notification object for notifying customers about security and privacy issues.Notification.Builder A notification object for notifying customers about security and privacy issues.NotificationName NotificationName.Builder Builder for organizations/{organization}/locations/{location}/notifications/{notification}.ServiceProto Subject A subject line of a notification.Subject.Builder A subject line of a notification.Text A text object containing the English text and its localized copies.Text.Builder A text object containing the English text and its localized copies. -
Enum Summary Enum Description Attachment.DataCase LocalizationState Status of localized text.NotificationType Type of notificationNotificationView Notification view.