Class AddressesScopedList.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<AddressesScopedList.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public AddressesScopedList.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<AddressesScopedList.Builder>
        Throws:
        IOException
      • getAddressesCount

        public int getAddressesCount()
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
        Specified by:
        getAddressesCount in interface AddressesScopedListOrBuilder
      • getAddresses

        public Address getAddresses​(int index)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
        Specified by:
        getAddresses in interface AddressesScopedListOrBuilder
      • setAddresses

        public AddressesScopedList.Builder setAddresses​(int index,
                                                        Address value)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • setAddresses

        public AddressesScopedList.Builder setAddresses​(int index,
                                                        Address.Builder builderForValue)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddresses

        public AddressesScopedList.Builder addAddresses​(Address value)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddresses

        public AddressesScopedList.Builder addAddresses​(int index,
                                                        Address value)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddresses

        public AddressesScopedList.Builder addAddresses​(Address.Builder builderForValue)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddresses

        public AddressesScopedList.Builder addAddresses​(int index,
                                                        Address.Builder builderForValue)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAllAddresses

        public AddressesScopedList.Builder addAllAddresses​(Iterable<? extends Address> values)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • clearAddresses

        public AddressesScopedList.Builder clearAddresses()
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • removeAddresses

        public AddressesScopedList.Builder removeAddresses​(int index)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • getAddressesBuilder

        public Address.Builder getAddressesBuilder​(int index)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddressesBuilder

        public Address.Builder addAddressesBuilder()
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • addAddressesBuilder

        public Address.Builder addAddressesBuilder​(int index)
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • getAddressesBuilderList

        public List<Address.Builder> getAddressesBuilderList()
         [Output Only] A list of addresses contained in this scope.
         
        repeated .google.cloud.compute.v1.Address addresses = 337673122;
      • hasWarning

        public boolean hasWarning()
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface AddressesScopedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface AddressesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public AddressesScopedList.Builder setWarning​(Warning value)
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public AddressesScopedList.Builder setWarning​(Warning.Builder builderForValue)
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public AddressesScopedList.Builder mergeWarning​(Warning value)
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public AddressesScopedList.Builder clearWarning()
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

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

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