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

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

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

        public Protocol.SuspensionMessage buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Protocol.SuspensionMessage.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                   int index,
                                                                   java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.SuspensionMessage.Builder>
      • addRepeatedField

        public Protocol.SuspensionMessage.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                   java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.SuspensionMessage.Builder>
      • isInitialized

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

        public Protocol.SuspensionMessage.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.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<Protocol.SuspensionMessage.Builder>
        Throws:
        java.io.IOException
      • getEntryIndexesList

        public java.util.List<java.lang.Integer> getEntryIndexesList()
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Specified by:
        getEntryIndexesList in interface Protocol.SuspensionMessageOrBuilder
        Returns:
        A list containing the entryIndexes.
      • getEntryIndexesCount

        public int getEntryIndexesCount()
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Specified by:
        getEntryIndexesCount in interface Protocol.SuspensionMessageOrBuilder
        Returns:
        The count of entryIndexes.
      • getEntryIndexes

        public int getEntryIndexes​(int index)
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Specified by:
        getEntryIndexes in interface Protocol.SuspensionMessageOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The entryIndexes at the given index.
      • setEntryIndexes

        public Protocol.SuspensionMessage.Builder setEntryIndexes​(int index,
                                                                  int value)
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Parameters:
        index - The index to set the value at.
        value - The entryIndexes to set.
        Returns:
        This builder for chaining.
      • addEntryIndexes

        public Protocol.SuspensionMessage.Builder addEntryIndexes​(int value)
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Parameters:
        value - The entryIndexes to add.
        Returns:
        This builder for chaining.
      • addAllEntryIndexes

        public Protocol.SuspensionMessage.Builder addAllEntryIndexes​(java.lang.Iterable<? extends java.lang.Integer> values)
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Parameters:
        values - The entryIndexes to add.
        Returns:
        This builder for chaining.
      • clearEntryIndexes

        public Protocol.SuspensionMessage.Builder clearEntryIndexes()
         This list represents any of the entry_index the invocation is waiting on to progress.
         The runtime will resume the invocation as soon as one of the given entry_index is completed.
         This list MUST not be empty.
         False positive, entry_indexes is a valid plural of entry_indices.
         https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/i/index-indexes-indices
         
        repeated uint32 entry_indexes = 1;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final Protocol.SuspensionMessage.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<Protocol.SuspensionMessage.Builder>