Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
NotificationConfigName |
NotificationConfigName.Builder.build() |
static NotificationConfigName |
NotificationConfigName.of(String project,
String bucket,
String notificationConfig) |
static NotificationConfigName |
NotificationConfigName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<NotificationConfigName> |
NotificationConfigName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
StorageClient.deleteNotificationConfig(NotificationConfigName name)
Permanently deletes a NotificationConfig.
|
NotificationConfig |
StorageClient.getNotificationConfig(NotificationConfigName name)
View a NotificationConfig.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
NotificationConfigName.toStringList(List<NotificationConfigName> values) |
Copyright © 2023 Google LLC. All rights reserved.