Uses of Class
com.google.cloud.logging.Payload.Type
-
Packages that use Payload.Type Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of Payload.Type in com.google.cloud.logging
Methods in com.google.cloud.logging that return Payload.Type Modifier and Type Method Description Payload.Type
Payload. getType()
Returns the payload type.static Payload.Type
Payload.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Payload.Type[]
Payload.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-