Uses of Class
com.google.cloud.advisorynotifications.v1.Subject
-
Packages that use Subject Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Subject in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Subject Modifier and Type Method Description Subject
Subject.Builder. build()
Subject
Subject.Builder. buildPartial()
static Subject
Subject. getDefaultInstance()
Subject
Subject.Builder. getDefaultInstanceForType()
Subject
Subject. getDefaultInstanceForType()
Subject
Notification.Builder. getSubject()
The subject line of the notification.Subject
Notification. getSubject()
The subject line of the notification.Subject
NotificationOrBuilder. getSubject()
The subject line of the notification.static Subject
Subject. parseDelimitedFrom(InputStream input)
static Subject
Subject. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subject
Subject. parseFrom(byte[] data)
static Subject
Subject. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subject
Subject. parseFrom(com.google.protobuf.ByteString data)
static Subject
Subject. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subject
Subject. parseFrom(com.google.protobuf.CodedInputStream input)
static Subject
Subject. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subject
Subject. parseFrom(InputStream input)
static Subject
Subject. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subject
Subject. parseFrom(ByteBuffer data)
static Subject
Subject. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type Subject Modifier and Type Method Description com.google.protobuf.Parser<Subject>
Subject. getParserForType()
static com.google.protobuf.Parser<Subject>
Subject. parser()
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Subject Modifier and Type Method Description Subject.Builder
Subject.Builder. mergeFrom(Subject other)
Notification.Builder
Notification.Builder. mergeSubject(Subject value)
The subject line of the notification.static Subject.Builder
Subject. newBuilder(Subject prototype)
Notification.Builder
Notification.Builder. setSubject(Subject value)
The subject line of the notification.
-