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

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

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

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

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

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

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

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

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

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

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

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

        public VpnTunnelsScopedList.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<VpnTunnelsScopedList.Builder>
        Throws:
        IOException
      • getVpnTunnelsCount

        public int getVpnTunnelsCount()
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
        Specified by:
        getVpnTunnelsCount in interface VpnTunnelsScopedListOrBuilder
      • setVpnTunnels

        public VpnTunnelsScopedList.Builder setVpnTunnels​(int index,
                                                          VpnTunnel value)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • setVpnTunnels

        public VpnTunnelsScopedList.Builder setVpnTunnels​(int index,
                                                          VpnTunnel.Builder builderForValue)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addVpnTunnels

        public VpnTunnelsScopedList.Builder addVpnTunnels​(VpnTunnel value)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addVpnTunnels

        public VpnTunnelsScopedList.Builder addVpnTunnels​(int index,
                                                          VpnTunnel value)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addVpnTunnels

        public VpnTunnelsScopedList.Builder addVpnTunnels​(int index,
                                                          VpnTunnel.Builder builderForValue)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addAllVpnTunnels

        public VpnTunnelsScopedList.Builder addAllVpnTunnels​(Iterable<? extends VpnTunnel> values)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • clearVpnTunnels

        public VpnTunnelsScopedList.Builder clearVpnTunnels()
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • removeVpnTunnels

        public VpnTunnelsScopedList.Builder removeVpnTunnels​(int index)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • getVpnTunnelsBuilder

        public VpnTunnel.Builder getVpnTunnelsBuilder​(int index)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addVpnTunnelsBuilder

        public VpnTunnel.Builder addVpnTunnelsBuilder()
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • addVpnTunnelsBuilder

        public VpnTunnel.Builder addVpnTunnelsBuilder​(int index)
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • getVpnTunnelsBuilderList

        public List<VpnTunnel.Builder> getVpnTunnelsBuilderList()
         A list of VPN tunnels contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
      • hasWarning

        public boolean hasWarning()
         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 VpnTunnelsScopedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         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 VpnTunnelsScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

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

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

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

        public VpnTunnelsScopedList.Builder clearWarning()
         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()
         Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

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

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