Interface GenerateConfigReportResponseOrBuilder

    • 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;