| Modifier and Type | Method and Description |
|---|---|
static ReportView |
ReportView.forNumber(int value) |
ReportView |
ListReportsRequestOrBuilder.getView()
Determines what information to retrieve for each Report.
|
ReportView |
GetReportRequest.getView()
Determines what information to retrieve for the Report.
|
ReportView |
GetReportRequest.Builder.getView()
Determines what information to retrieve for the Report.
|
ReportView |
GetReportRequestOrBuilder.getView()
Determines what information to retrieve for the Report.
|
ReportView |
ListReportsRequest.getView()
Determines what information to retrieve for each Report.
|
ReportView |
ListReportsRequest.Builder.getView()
Determines what information to retrieve for each Report.
|
static ReportView |
ReportView.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReportView |
ReportView.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReportView |
ReportView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportView[] |
ReportView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ReportView> |
ReportView.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequest.Builder |
GetReportRequest.Builder.setView(ReportView value)
Determines what information to retrieve for the Report.
|
ListReportsRequest.Builder |
ListReportsRequest.Builder.setView(ReportView value)
Determines what information to retrieve for each Report.
|
Copyright © 2024 Google LLC. All rights reserved.