Class AnalyzeWorkloadMoveResponse.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<AnalyzeWorkloadMoveResponse.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<AnalyzeWorkloadMoveResponse.Builder>
      • getDefaultInstanceForType

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

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

        public AnalyzeWorkloadMoveResponse 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<AnalyzeWorkloadMoveResponse.Builder>
      • mergeFrom

        public AnalyzeWorkloadMoveResponse.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<AnalyzeWorkloadMoveResponse.Builder>
        Throws:
        IOException
      • getBlockersList

        public com.google.protobuf.ProtocolStringList getBlockersList()
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Specified by:
        getBlockersList in interface AnalyzeWorkloadMoveResponseOrBuilder
        Returns:
        A list containing the blockers.
      • getBlockersCount

        public int getBlockersCount()
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Specified by:
        getBlockersCount in interface AnalyzeWorkloadMoveResponseOrBuilder
        Returns:
        The count of blockers.
      • getBlockers

        public String getBlockers​(int index)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Specified by:
        getBlockers in interface AnalyzeWorkloadMoveResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The blockers at the given index.
      • getBlockersBytes

        public com.google.protobuf.ByteString getBlockersBytes​(int index)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Specified by:
        getBlockersBytes in interface AnalyzeWorkloadMoveResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the blockers at the given index.
      • setBlockers

        public AnalyzeWorkloadMoveResponse.Builder setBlockers​(int index,
                                                               String value)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Parameters:
        index - The index to set the value at.
        value - The blockers to set.
        Returns:
        This builder for chaining.
      • addBlockers

        public AnalyzeWorkloadMoveResponse.Builder addBlockers​(String value)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Parameters:
        value - The blockers to add.
        Returns:
        This builder for chaining.
      • addAllBlockers

        public AnalyzeWorkloadMoveResponse.Builder addAllBlockers​(Iterable<String> values)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Parameters:
        values - The blockers to add.
        Returns:
        This builder for chaining.
      • clearBlockers

        public AnalyzeWorkloadMoveResponse.Builder clearBlockers()
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Returns:
        This builder for chaining.
      • addBlockersBytes

        public AnalyzeWorkloadMoveResponse.Builder addBlockersBytes​(com.google.protobuf.ByteString value)
         A list of blockers that should be addressed before moving the source
         project or project-based workload to the destination folder-based workload.
         
        repeated string blockers = 1;
        Parameters:
        value - The bytes of the blockers to add.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final AnalyzeWorkloadMoveResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AnalyzeWorkloadMoveResponse.Builder>