Interface GenerateConfigReportResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateConfigReportResponse
,GenerateConfigReportResponse.Builder
public interface GenerateConfigReportResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.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.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.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.List<? extends DiagnosticOrBuilder>
getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.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.String
getServiceName()
Name of the service this report belongs to.com.google.protobuf.ByteString
getServiceNameBytes()
Name of the service this report belongs to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceName
String getServiceName()
Name of the service this report belongs to.
string service_name = 1;
- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
Name of the service this report belongs to.
string service_name = 1;
- Returns:
- The bytes for serviceName.
-
getId
String getId()
ID of the service configuration this report belongs to.
string id = 2;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
ID of the service configuration this report belongs to.
string id = 2;
- Returns:
- The bytes for id.
-
getChangeReportsList
List<ChangeReport> getChangeReportsList()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
-
getChangeReports
ChangeReport getChangeReports(int index)
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
-
getChangeReportsCount
int getChangeReportsCount()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
-
getChangeReportsOrBuilderList
List<? extends ChangeReportOrBuilder> getChangeReportsOrBuilderList()
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
-
getChangeReportsOrBuilder
ChangeReportOrBuilder getChangeReportsOrBuilder(int index)
list of ChangeReport, each corresponding to comparison between two service configurations.
repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
-
getDiagnosticsList
List<Diagnostic> getDiagnosticsList()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
-
getDiagnostics
Diagnostic getDiagnostics(int index)
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
-
getDiagnosticsCount
int getDiagnosticsCount()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
-
getDiagnosticsOrBuilderList
List<? extends DiagnosticOrBuilder> getDiagnosticsOrBuilderList()
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
-
getDiagnosticsOrBuilder
DiagnosticOrBuilder getDiagnosticsOrBuilder(int index)
Errors / Linter warnings associated with the service definition this report belongs to.
repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
-
-