Class IosKeyRestrictions.Builder

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

    public static final class IosKeyRestrictions.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<IosKeyRestrictions.Builder>
    implements IosKeyRestrictionsOrBuilder
     The iOS apps that are allowed to use the key.
     
    Protobuf type google.api.apikeys.v2.IosKeyRestrictions
    • 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<IosKeyRestrictions.Builder>
      • clear

        public IosKeyRestrictions.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<IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • getDefaultInstanceForType

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

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

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

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • setField

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • clearField

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • clearOneof

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • setRepeatedField

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • addRepeatedField

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

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
      • isInitialized

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

        public IosKeyRestrictions.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<IosKeyRestrictions.Builder>
        Throws:
        IOException
      • getAllowedBundleIdsList

        public com.google.protobuf.ProtocolStringList getAllowedBundleIdsList()
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsList in interface IosKeyRestrictionsOrBuilder
        Returns:
        A list containing the allowedBundleIds.
      • getAllowedBundleIdsCount

        public int getAllowedBundleIdsCount()
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsCount in interface IosKeyRestrictionsOrBuilder
        Returns:
        The count of allowedBundleIds.
      • getAllowedBundleIds

        public String getAllowedBundleIds​(int index)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIds in interface IosKeyRestrictionsOrBuilder
        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)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Specified by:
        getAllowedBundleIdsBytes in interface IosKeyRestrictionsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allowedBundleIds at the given index.
      • setAllowedBundleIds

        public IosKeyRestrictions.Builder setAllowedBundleIds​(int index,
                                                              String value)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        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 IosKeyRestrictions.Builder addAllowedBundleIds​(String value)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        value - The allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • addAllAllowedBundleIds

        public IosKeyRestrictions.Builder addAllAllowedBundleIds​(Iterable<String> values)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        values - The allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • clearAllowedBundleIds

        public IosKeyRestrictions.Builder clearAllowedBundleIds()
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Returns:
        This builder for chaining.
      • addAllowedBundleIdsBytes

        public IosKeyRestrictions.Builder addAllowedBundleIdsBytes​(com.google.protobuf.ByteString value)
         A list of bundle IDs that are allowed when making API calls with this key.
         
        repeated string allowed_bundle_ids = 1;
        Parameters:
        value - The bytes of the allowedBundleIds to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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