Class IOSKeySettings.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, IOSKeySettingsOrBuilder, Cloneable
    Enclosing class:
    IOSKeySettings

    public static final class IOSKeySettings.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.Builder>
    implements IOSKeySettingsOrBuilder
     Settings specific to keys that can be used by iOS apps.
     
    Protobuf type google.cloud.recaptchaenterprise.v1.IOSKeySettings
    • 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<IOSKeySettings.Builder>
      • clear

        public IOSKeySettings.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.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<IOSKeySettings.Builder>
      • getDefaultInstanceForType

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

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

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

        public IOSKeySettings.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.Builder>
      • setField

        public IOSKeySettings.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.Builder>
      • clearField

        public IOSKeySettings.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.Builder>
      • clearOneof

        public IOSKeySettings.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IOSKeySettings.Builder>
      • setRepeatedField

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

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

        public IOSKeySettings.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<IOSKeySettings.Builder>
      • isInitialized

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

        public IOSKeySettings.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<IOSKeySettings.Builder>
        Throws:
        IOException
      • getAllowAllBundleIds

        public boolean getAllowAllBundleIds()
         If set to true, allowed_bundle_ids are not enforced.
         
        bool allow_all_bundle_ids = 2;
        Specified by:
        getAllowAllBundleIds in interface IOSKeySettingsOrBuilder
        Returns:
        The allowAllBundleIds.
      • setAllowAllBundleIds

        public IOSKeySettings.Builder setAllowAllBundleIds​(boolean value)
         If set to true, allowed_bundle_ids are not enforced.
         
        bool allow_all_bundle_ids = 2;
        Parameters:
        value - The allowAllBundleIds to set.
        Returns:
        This builder for chaining.
      • clearAllowAllBundleIds

        public IOSKeySettings.Builder clearAllowAllBundleIds()
         If set to true, allowed_bundle_ids are not enforced.
         
        bool allow_all_bundle_ids = 2;
        Returns:
        This builder for chaining.
      • getAllowedBundleIdsList

        public com.google.protobuf.ProtocolStringList getAllowedBundleIdsList()
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsList in interface IOSKeySettingsOrBuilder
        Returns:
        A list containing the allowedBundleIds.
      • getAllowedBundleIdsCount

        public int getAllowedBundleIdsCount()
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsCount in interface IOSKeySettingsOrBuilder
        Returns:
        The count of allowedBundleIds.
      • getAllowedBundleIds

        public String getAllowedBundleIds​(int index)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIds in interface IOSKeySettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The allowedBundleIds at the given index.
      • getAllowedBundleIdsBytes

        public com.google.protobuf.ByteString getAllowedBundleIdsBytes​(int index)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsBytes in interface IOSKeySettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allowedBundleIds at the given index.
      • setAllowedBundleIds

        public IOSKeySettings.Builder setAllowedBundleIds​(int index,
                                                          String value)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        index - The index to set the value at.
        value - The allowedBundleIds to set.
        Returns:
        This builder for chaining.
      • addAllowedBundleIds

        public IOSKeySettings.Builder addAllowedBundleIds​(String value)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        value - The allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • addAllAllowedBundleIds

        public IOSKeySettings.Builder addAllAllowedBundleIds​(Iterable<String> values)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        values - The allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • clearAllowedBundleIds

        public IOSKeySettings.Builder clearAllowedBundleIds()
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Returns:
        This builder for chaining.
      • addAllowedBundleIdsBytes

        public IOSKeySettings.Builder addAllowedBundleIdsBytes​(com.google.protobuf.ByteString value)
         iOS bundle ids of apps allowed to use the key.
         Example: 'com.companyname.productname.appname'
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        value - The bytes of the allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final IOSKeySettings.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<IOSKeySettings.Builder>
      • mergeUnknownFields

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