| Modifier and Type | Method and Description |
|---|---|
Subject |
Subject.Builder.build() |
Subject |
Subject.Builder.buildPartial() |
static Subject |
Subject.getDefaultInstance() |
Subject |
Subject.getDefaultInstanceForType() |
Subject |
Subject.Builder.getDefaultInstanceForType() |
Subject |
NotificationOrBuilder.getSubject()
The subject line of the notification.
|
Subject |
Notification.getSubject()
The subject line of the notification.
|
Subject |
Notification.Builder.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(ByteBuffer data) |
static Subject |
Subject.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Subject> |
Subject.getParserForType() |
static com.google.protobuf.Parser<Subject> |
Subject.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.