Class GenerateConfigReportResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConfigReportResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConfigReportResponse.Builder>
      • getDefaultInstanceForType

        public GenerateConfigReportResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GenerateConfigReportResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GenerateConfigReportResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateConfigReportResponse.Builder>
      • mergeFrom

        public GenerateConfigReportResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenerateConfigReportResponse.Builder>
        Throws:
        IOException
      • setServiceName

        public GenerateConfigReportResponse.Builder setServiceName​(String value)
         Name of the service this report belongs to.
         
        string service_name = 1;
        Parameters:
        value - The serviceName to set.
        Returns:
        This builder for chaining.
      • clearServiceName

        public GenerateConfigReportResponse.Builder clearServiceName()
         Name of the service this report belongs to.
         
        string service_name = 1;
        Returns:
        This builder for chaining.
      • setServiceNameBytes

        public GenerateConfigReportResponse.Builder setServiceNameBytes​(com.google.protobuf.ByteString value)
         Name of the service this report belongs to.
         
        string service_name = 1;
        Parameters:
        value - The bytes for serviceName to set.
        Returns:
        This builder for chaining.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         ID of the service configuration this report belongs to.
         
        string id = 2;
        Specified by:
        getIdBytes in interface GenerateConfigReportResponseOrBuilder
        Returns:
        The bytes for id.
      • setId

        public GenerateConfigReportResponse.Builder setId​(String value)
         ID of the service configuration this report belongs to.
         
        string id = 2;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • setIdBytes

        public GenerateConfigReportResponse.Builder setIdBytes​(com.google.protobuf.ByteString value)
         ID of the service configuration this report belongs to.
         
        string id = 2;
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getChangeReportsCount

        public int getChangeReportsCount()
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
        Specified by:
        getChangeReportsCount in interface GenerateConfigReportResponseOrBuilder
      • setChangeReports

        public GenerateConfigReportResponse.Builder setChangeReports​(int index,
                                                                     ChangeReport value)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • setChangeReports

        public GenerateConfigReportResponse.Builder setChangeReports​(int index,
                                                                     ChangeReport.Builder builderForValue)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReports

        public GenerateConfigReportResponse.Builder addChangeReports​(ChangeReport value)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReports

        public GenerateConfigReportResponse.Builder addChangeReports​(int index,
                                                                     ChangeReport value)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReports

        public GenerateConfigReportResponse.Builder addChangeReports​(ChangeReport.Builder builderForValue)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReports

        public GenerateConfigReportResponse.Builder addChangeReports​(int index,
                                                                     ChangeReport.Builder builderForValue)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addAllChangeReports

        public GenerateConfigReportResponse.Builder addAllChangeReports​(Iterable<? extends ChangeReport> values)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • clearChangeReports

        public GenerateConfigReportResponse.Builder clearChangeReports()
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • removeChangeReports

        public GenerateConfigReportResponse.Builder removeChangeReports​(int index)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • getChangeReportsBuilder

        public ChangeReport.Builder getChangeReportsBuilder​(int index)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReportsBuilder

        public ChangeReport.Builder addChangeReportsBuilder()
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • addChangeReportsBuilder

        public ChangeReport.Builder addChangeReportsBuilder​(int index)
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • getChangeReportsBuilderList

        public List<ChangeReport.Builder> getChangeReportsBuilderList()
         list of ChangeReport, each corresponding to comparison between two
         service configurations.
         
        repeated .google.api.servicemanagement.v1.ChangeReport change_reports = 3;
      • getDiagnosticsCount

        public int getDiagnosticsCount()
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
        Specified by:
        getDiagnosticsCount in interface GenerateConfigReportResponseOrBuilder
      • getDiagnostics

        public Diagnostic getDiagnostics​(int index)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
        Specified by:
        getDiagnostics in interface GenerateConfigReportResponseOrBuilder
      • setDiagnostics

        public GenerateConfigReportResponse.Builder setDiagnostics​(int index,
                                                                   Diagnostic value)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • setDiagnostics

        public GenerateConfigReportResponse.Builder setDiagnostics​(int index,
                                                                   Diagnostic.Builder builderForValue)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnostics

        public GenerateConfigReportResponse.Builder addDiagnostics​(Diagnostic value)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnostics

        public GenerateConfigReportResponse.Builder addDiagnostics​(int index,
                                                                   Diagnostic value)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnostics

        public GenerateConfigReportResponse.Builder addDiagnostics​(Diagnostic.Builder builderForValue)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnostics

        public GenerateConfigReportResponse.Builder addDiagnostics​(int index,
                                                                   Diagnostic.Builder builderForValue)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addAllDiagnostics

        public GenerateConfigReportResponse.Builder addAllDiagnostics​(Iterable<? extends Diagnostic> values)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • clearDiagnostics

        public GenerateConfigReportResponse.Builder clearDiagnostics()
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • removeDiagnostics

        public GenerateConfigReportResponse.Builder removeDiagnostics​(int index)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • getDiagnosticsBuilder

        public Diagnostic.Builder getDiagnosticsBuilder​(int index)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnosticsBuilder

        public Diagnostic.Builder addDiagnosticsBuilder()
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • addDiagnosticsBuilder

        public Diagnostic.Builder addDiagnosticsBuilder​(int index)
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;
      • getDiagnosticsBuilderList

        public List<Diagnostic.Builder> getDiagnosticsBuilderList()
         Errors / Linter warnings associated with the service definition this
         report
         belongs to.
         
        repeated .google.api.servicemanagement.v1.Diagnostic diagnostics = 4;