Class PolicyOuterClass.Schemas.IgnoreWhen.Builder

    • 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<PolicyOuterClass.Schemas.IgnoreWhen.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<PolicyOuterClass.Schemas.IgnoreWhen.Builder>
      • getDefaultInstanceForType

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

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

        public PolicyOuterClass.Schemas.IgnoreWhen 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<PolicyOuterClass.Schemas.IgnoreWhen.Builder>
      • mergeFrom

        public PolicyOuterClass.Schemas.IgnoreWhen.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<PolicyOuterClass.Schemas.IgnoreWhen.Builder>
        Throws:
        java.io.IOException
      • getActions

        public java.lang.String getActions​(int index)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Specified by:
        getActions in interface PolicyOuterClass.Schemas.IgnoreWhenOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The actions at the given index.
      • getActionsBytes

        public com.google.protobuf.ByteString getActionsBytes​(int index)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Specified by:
        getActionsBytes in interface PolicyOuterClass.Schemas.IgnoreWhenOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the actions at the given index.
      • setActions

        public PolicyOuterClass.Schemas.IgnoreWhen.Builder setActions​(int index,
                                                                      java.lang.String value)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The actions to set.
        Returns:
        This builder for chaining.
      • addActions

        public PolicyOuterClass.Schemas.IgnoreWhen.Builder addActions​(java.lang.String value)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Parameters:
        value - The actions to add.
        Returns:
        This builder for chaining.
      • addAllActions

        public PolicyOuterClass.Schemas.IgnoreWhen.Builder addAllActions​(java.lang.Iterable<java.lang.String> values)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Parameters:
        values - The actions to add.
        Returns:
        This builder for chaining.
      • addActionsBytes

        public PolicyOuterClass.Schemas.IgnoreWhen.Builder addActionsBytes​(com.google.protobuf.ByteString value)
        repeated string actions = 1 [(.buf.validate.field) = { ... }
        Parameters:
        value - The bytes of the actions to add.
        Returns:
        This builder for chaining.