Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Class and Description |
---|---|
static class |
Notification.Builder
Builder for
Notification . |
static class |
NotificationInfo.BuilderImpl
Builder for
NotificationInfo . |
Modifier and Type | Method and Description |
---|---|
static NotificationInfo.Builder |
NotificationInfo.newBuilder(String topic)
Creates a
NotificationInfo object for the provided topic. |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setCustomAttributes(Map<String,String> customAttributes) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setCustomAttributes(Map<String,String> customAttributes) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setEtag(String etag) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setEtag(String etag) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setEventTypes(NotificationInfo.EventType... eventTypes) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setObjectNamePrefix(String objectNamePrefix) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setObjectNamePrefix(String objectNamePrefix) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setSelfLink(String selfLink) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setSelfLink(String selfLink) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setTopic(String topic) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setTopic(String topic)
Sets a topic in the format of "projects/{project}/topics/{topic}".
|
NotificationInfo.Builder |
NotificationInfo.toBuilder()
Returns a builder for the current notification.
|
Copyright © 2023 Google LLC. All rights reserved.