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

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

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

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

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

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

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

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

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

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

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

        public VpnGatewaysScopedList.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<VpnGatewaysScopedList.Builder>
        Throws:
        IOException
      • getVpnGatewaysCount

        public int getVpnGatewaysCount()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
        Specified by:
        getVpnGatewaysCount in interface VpnGatewaysScopedListOrBuilder
      • getVpnGateways

        public VpnGateway getVpnGateways​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
        Specified by:
        getVpnGateways in interface VpnGatewaysScopedListOrBuilder
      • setVpnGateways

        public VpnGatewaysScopedList.Builder setVpnGateways​(int index,
                                                            VpnGateway value)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • setVpnGateways

        public VpnGatewaysScopedList.Builder setVpnGateways​(int index,
                                                            VpnGateway.Builder builderForValue)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGateways

        public VpnGatewaysScopedList.Builder addVpnGateways​(VpnGateway value)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGateways

        public VpnGatewaysScopedList.Builder addVpnGateways​(int index,
                                                            VpnGateway value)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGateways

        public VpnGatewaysScopedList.Builder addVpnGateways​(VpnGateway.Builder builderForValue)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGateways

        public VpnGatewaysScopedList.Builder addVpnGateways​(int index,
                                                            VpnGateway.Builder builderForValue)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addAllVpnGateways

        public VpnGatewaysScopedList.Builder addAllVpnGateways​(Iterable<? extends VpnGateway> values)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • clearVpnGateways

        public VpnGatewaysScopedList.Builder clearVpnGateways()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • removeVpnGateways

        public VpnGatewaysScopedList.Builder removeVpnGateways​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGatewaysBuilder

        public VpnGateway.Builder getVpnGatewaysBuilder​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGatewaysBuilder

        public VpnGateway.Builder addVpnGatewaysBuilder()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • addVpnGatewaysBuilder

        public VpnGateway.Builder addVpnGatewaysBuilder​(int index)
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • getVpnGatewaysBuilderList

        public List<VpnGateway.Builder> getVpnGatewaysBuilderList()
         [Output Only] A list of VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
      • 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 VpnGatewaysScopedListOrBuilder
        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 VpnGatewaysScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

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

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