Uses of Class
com.google.cloud.channel.v1.ReportStatus.State
-
Packages that use ReportStatus.State Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportStatus.State in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ReportStatus.State Modifier and Type Method Description static ReportStatus.State
ReportStatus.State. forNumber(int value)
ReportStatus.State
ReportStatus.Builder. getState()
The current state of the report generation process.ReportStatus.State
ReportStatus. getState()
The current state of the report generation process.ReportStatus.State
ReportStatusOrBuilder. getState()
The current state of the report generation process.static ReportStatus.State
ReportStatus.State. valueOf(int value)
Deprecated.static ReportStatus.State
ReportStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ReportStatus.State
ReportStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportStatus.State[]
ReportStatus.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportStatus.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ReportStatus.State>
ReportStatus.State. internalGetValueMap()
Methods in com.google.cloud.channel.v1 with parameters of type ReportStatus.State Modifier and Type Method Description ReportStatus.Builder
ReportStatus.Builder. setState(ReportStatus.State value)
The current state of the report generation process.
-