public interface NotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Message |
getMessages(int index)
A list of messages in the notification.
|
int |
getMessagesCount()
A list of messages in the notification.
|
List<Message> |
getMessagesList()
A list of messages in the notification.
|
MessageOrBuilder |
getMessagesOrBuilder(int index)
A list of messages in the notification.
|
List<? extends MessageOrBuilder> |
getMessagesOrBuilderList()
A list of messages in the notification.
|
String |
getName()
The resource name of the notification.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the notification.
|
NotificationType |
getNotificationType()
Type of notification
|
int |
getNotificationTypeValue()
Type of notification
|
Subject |
getSubject()
The subject line of the notification.
|
SubjectOrBuilder |
getSubjectOrBuilder()
The subject line of the notification.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasSubject()
The subject line of the notification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the notification.
Format:
organizations/{organization}/locations/{location}/notifications/{notification}.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the notification.
Format:
organizations/{organization}/locations/{location}/notifications/{notification}.
string name = 1;boolean hasSubject()
The subject line of the notification.
.google.cloud.advisorynotifications.v1.Subject subject = 2;Subject getSubject()
The subject line of the notification.
.google.cloud.advisorynotifications.v1.Subject subject = 2;SubjectOrBuilder getSubjectOrBuilder()
The subject line of the notification.
.google.cloud.advisorynotifications.v1.Subject subject = 2;List<Message> getMessagesList()
A list of messages in the notification.
repeated .google.cloud.advisorynotifications.v1.Message messages = 3;Message getMessages(int index)
A list of messages in the notification.
repeated .google.cloud.advisorynotifications.v1.Message messages = 3;int getMessagesCount()
A list of messages in the notification.
repeated .google.cloud.advisorynotifications.v1.Message messages = 3;List<? extends MessageOrBuilder> getMessagesOrBuilderList()
A list of messages in the notification.
repeated .google.cloud.advisorynotifications.v1.Message messages = 3;MessageOrBuilder getMessagesOrBuilder(int index)
A list of messages in the notification.
repeated .google.cloud.advisorynotifications.v1.Message messages = 3;boolean hasCreateTime()
Output only. Time the notification was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Time the notification was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the notification was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getNotificationTypeValue()
Type of notification
.google.cloud.advisorynotifications.v1.NotificationType notification_type = 12;NotificationType getNotificationType()
Type of notification
.google.cloud.advisorynotifications.v1.NotificationType notification_type = 12;Copyright © 2023 Google LLC. All rights reserved.