Class Protocol.SuspensionMessage.Builder

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      Protocol.SuspensionMessage.Builder addEntryIndexes​(int value)
      This list represents any of the entry_index the invocation is waiting on to progress.
      Protocol.SuspensionMessage build()  
      Protocol.SuspensionMessage buildPartial()  
      Protocol.SuspensionMessage.Builder clear()  
      Protocol.SuspensionMessage.Builder clearEntryIndexes()
      This list represents any of the entry_index the invocation is waiting on to progress.
      Protocol.SuspensionMessage getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      int getEntryIndexes​(int index)
      This list represents any of the entry_index the invocation is waiting on to progress.
      int getEntryIndexesCount()
      This list represents any of the entry_index the invocation is waiting on to progress.
      java.util.List<java.lang.Integer> getEntryIndexesList()
      This list represents any of the entry_index the invocation is waiting on to progress.
      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      Protocol.SuspensionMessage.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      Protocol.SuspensionMessage.Builder mergeFrom​(com.google.protobuf.Message other)  
      Protocol.SuspensionMessage.Builder mergeFrom​(Protocol.SuspensionMessage other)  
      Protocol.SuspensionMessage.Builder setEntryIndexes​(int index, int value)
      This list represents any of the entry_index the invocation is waiting on to progress.
      • Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.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.