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