public interface SettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsNotificationSettings(String key)
Required.
|
String |
getEtag()
Required.
|
com.google.protobuf.ByteString |
getEtagBytes()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
Map<String,NotificationSettings> |
getNotificationSettings()
Deprecated.
|
int |
getNotificationSettingsCount()
Required.
|
Map<String,NotificationSettings> |
getNotificationSettingsMap()
Required.
|
NotificationSettings |
getNotificationSettingsOrDefault(String key,
NotificationSettings defaultValue)
Required.
|
NotificationSettings |
getNotificationSettingsOrThrow(String key)
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The resource name of the settings to retrieve.
Format:
organizations/{organization}/locations/{location}/settings.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the settings to retrieve.
Format:
organizations/{organization}/locations/{location}/settings.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getNotificationSettingsCount()
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
map<string, .google.cloud.advisorynotifications.v1.NotificationSettings> notification_settings = 2 [(.google.api.field_behavior) = REQUIRED];
boolean containsNotificationSettings(String key)
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
map<string, .google.cloud.advisorynotifications.v1.NotificationSettings> notification_settings = 2 [(.google.api.field_behavior) = REQUIRED];
@Deprecated Map<String,NotificationSettings> getNotificationSettings()
getNotificationSettingsMap() instead.Map<String,NotificationSettings> getNotificationSettingsMap()
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
map<string, .google.cloud.advisorynotifications.v1.NotificationSettings> notification_settings = 2 [(.google.api.field_behavior) = REQUIRED];
NotificationSettings getNotificationSettingsOrDefault(String key, NotificationSettings defaultValue)
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
map<string, .google.cloud.advisorynotifications.v1.NotificationSettings> notification_settings = 2 [(.google.api.field_behavior) = REQUIRED];
NotificationSettings getNotificationSettingsOrThrow(String key)
Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
map<string, .google.cloud.advisorynotifications.v1.NotificationSettings> notification_settings = 2 [(.google.api.field_behavior) = REQUIRED];
String getEtag()
Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
string etag = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEtagBytes()
Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
string etag = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.