| Package | Description |
|---|---|
| com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationInfo.PayloadFormat |
NotificationInfo.getPayloadFormat()
Returns the desired content of the Payload.
|
static NotificationInfo.PayloadFormat |
NotificationInfo.PayloadFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationInfo.PayloadFormat[] |
NotificationInfo.PayloadFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
Copyright © 2022 Google LLC. All rights reserved.