Uses of Interface
com.google.api.servicemanagement.v1.DiagnosticOrBuilder
-
Packages that use DiagnosticOrBuilder Package Description com.google.api.servicemanagement.v1 -
-
Uses of DiagnosticOrBuilder in com.google.api.servicemanagement.v1
Classes in com.google.api.servicemanagement.v1 that implement DiagnosticOrBuilder Modifier and Type Class Description class
Diagnostic
Represents a diagnostic message (error or warning)static class
Diagnostic.Builder
Represents a diagnostic message (error or warning)Methods in com.google.api.servicemanagement.v1 that return DiagnosticOrBuilder Modifier and Type Method Description DiagnosticOrBuilder
GenerateConfigReportResponse.Builder. getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this report belongs to.DiagnosticOrBuilder
GenerateConfigReportResponse. getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this report belongs to.DiagnosticOrBuilder
GenerateConfigReportResponseOrBuilder. getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this report belongs to.Methods in com.google.api.servicemanagement.v1 that return types with arguments of type DiagnosticOrBuilder Modifier and Type Method Description List<? extends DiagnosticOrBuilder>
GenerateConfigReportResponse.Builder. getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.List<? extends DiagnosticOrBuilder>
GenerateConfigReportResponse. getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.List<? extends DiagnosticOrBuilder>
GenerateConfigReportResponseOrBuilder. getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.
-