Uses of Class
com.google.devtools.clouddebugger.v2.Breakpoint.LogLevel
-
Packages that use Breakpoint.LogLevel Package Description com.google.devtools.clouddebugger.v2 -
-
Uses of Breakpoint.LogLevel in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return Breakpoint.LogLevel Modifier and Type Method Description static Breakpoint.LogLevel
Breakpoint.LogLevel. forNumber(int value)
Breakpoint.LogLevel
Breakpoint.Builder. getLogLevel()
Indicates the severity of the log.Breakpoint.LogLevel
Breakpoint. getLogLevel()
Indicates the severity of the log.Breakpoint.LogLevel
BreakpointOrBuilder. getLogLevel()
Indicates the severity of the log.static Breakpoint.LogLevel
Breakpoint.LogLevel. valueOf(int value)
Deprecated.static Breakpoint.LogLevel
Breakpoint.LogLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Breakpoint.LogLevel
Breakpoint.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Breakpoint.LogLevel[]
Breakpoint.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type Breakpoint.LogLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Breakpoint.LogLevel>
Breakpoint.LogLevel. internalGetValueMap()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type Breakpoint.LogLevel Modifier and Type Method Description Breakpoint.Builder
Breakpoint.Builder. setLogLevel(Breakpoint.LogLevel value)
Indicates the severity of the log.
-