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 |
---|---|
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
Notification.Builder |
Notification.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
Copyright © 2023 Google LLC. All rights reserved.