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.ValueCaseReportValue.ValueCase. forNumber(int value)ReportValue.ValueCaseReportValue.Builder. getValueCase()ReportValue.ValueCaseReportValue. getValueCase()ReportValue.ValueCaseReportValueOrBuilder. getValueCase()static ReportValue.ValueCaseReportValue.ValueCase. valueOf(int value)Deprecated.static ReportValue.ValueCaseReportValue.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.
-