Uses of Class
com.google.cloud.advisorynotifications.v1.Attachment.DataCase
-
Packages that use Attachment.DataCase Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of Attachment.DataCase in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return Attachment.DataCase Modifier and Type Method Description static Attachment.DataCase
Attachment.DataCase. forNumber(int value)
Attachment.DataCase
Attachment.Builder. getDataCase()
Attachment.DataCase
Attachment. getDataCase()
Attachment.DataCase
AttachmentOrBuilder. getDataCase()
static Attachment.DataCase
Attachment.DataCase. valueOf(int value)
Deprecated.static Attachment.DataCase
Attachment.DataCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attachment.DataCase[]
Attachment.DataCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-