public interface GenerateConfigReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ChangeReport |
getChangeReports(int index)
list of ChangeReport, each corresponding to comparison between two
service configurations.
|
int |
getChangeReportsCount()
list of ChangeReport, each corresponding to comparison between two
service configurations.
|
java.util.List<ChangeReport> |
getChangeReportsList()
list of ChangeReport, each corresponding to comparison between two
service configurations.
|
ChangeReportOrBuilder |
getChangeReportsOrBuilder(int index)
list of ChangeReport, each corresponding to comparison between two
service configurations.
|
java.util.List<? extends ChangeReportOrBuilder> |
getChangeReportsOrBuilderList()
list of ChangeReport, each corresponding to comparison between two
service configurations.
|
Diagnostic |
getDiagnostics(int index)
Errors / Linter warnings associated with the service definition this
report
belongs to.
|
int |
getDiagnosticsCount()
Errors / Linter warnings associated with the service definition this
report
belongs to.
|
java.util.List<Diagnostic> |
getDiagnosticsList()
Errors / Linter warnings associated with the service definition this
report
belongs to.
|
DiagnosticOrBuilder |
getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this
report
belongs to.
|
java.util.List<? extends DiagnosticOrBuilder> |
getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this
report
belongs to.
|
java.lang.String |
getId()
ID of the service configuration this report belongs to.
|
com.google.protobuf.ByteString |
getIdBytes()
ID of the service configuration this report belongs to.
|
java.lang.String |
getServiceName()
Name of the service this report belongs to.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Name of the service this report belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
Name of the service this report belongs to.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
Name of the service this report belongs to.
string service_name = 1;java.lang.String getId()
ID of the service configuration this report belongs to.
string id = 2;com.google.protobuf.ByteString getIdBytes()
ID of the service configuration this report belongs to.
string id = 2;java.util.List<ChangeReport> getChangeReportsList()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;ChangeReport getChangeReports(int index)
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;int getChangeReportsCount()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;java.util.List<? extends ChangeReportOrBuilder> getChangeReportsOrBuilderList()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;ChangeReportOrBuilder getChangeReportsOrBuilder(int index)
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;java.util.List<Diagnostic> getDiagnosticsList()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;Diagnostic getDiagnostics(int index)
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;int getDiagnosticsCount()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;java.util.List<? extends DiagnosticOrBuilder> getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;DiagnosticOrBuilder getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;