Uses of Class
com.google.cloud.advisorynotifications.v1.Subject.Builder
-
Packages that use Subject.Builder Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Subject.Builder in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Subject.Builder Modifier and Type Method Description Subject.BuilderSubject.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Subject.BuilderSubject.Builder. clear()Subject.BuilderSubject.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Subject.BuilderSubject.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Subject.BuilderSubject.Builder. clearText()The text content.Subject.BuilderSubject.Builder. clone()Subject.BuilderNotification.Builder. getSubjectBuilder()The subject line of the notification.Subject.BuilderSubject.Builder. mergeFrom(Subject other)Subject.BuilderSubject.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Subject.BuilderSubject.Builder. mergeFrom(com.google.protobuf.Message other)Subject.BuilderSubject.Builder. mergeText(Text value)The text content.Subject.BuilderSubject.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Subject.BuilderSubject. newBuilder()static Subject.BuilderSubject. newBuilder(Subject prototype)Subject.BuilderSubject. newBuilderForType()protected Subject.BuilderSubject. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Subject.BuilderSubject.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Subject.BuilderSubject.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Subject.BuilderSubject.Builder. setText(Text value)The text content.Subject.BuilderSubject.Builder. setText(Text.Builder builderForValue)The text content.Subject.BuilderSubject.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Subject.BuilderSubject. toBuilder()Methods in com.google.cloud.advisorynotifications.v1 with parameters of type Subject.Builder Modifier and Type Method Description Notification.BuilderNotification.Builder. setSubject(Subject.Builder builderForValue)The subject line of the notification.
-