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