public interface GetNotificationConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. Name of the notification config to get. The following list shows some examples of the format:
+
organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id]
+
folders/[folder_id]/locations/[location_id]/notificationConfigs/[config_id]
+
projects/[project_id]/locations/[location_id]/notificationConfigs/[config_id]
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Name of the notification config to get. The following list shows some examples of the format:
+
organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id]
+
folders/[folder_id]/locations/[location_id]/notificationConfigs/[config_id]
+
projects/[project_id]/locations/[location_id]/notificationConfigs/[config_id]
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |