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