Class NetworkEndpointGroupsScopedList.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<NetworkEndpointGroupsScopedList.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<NetworkEndpointGroupsScopedList.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public int getNetworkEndpointGroupsCount()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
        Specified by:
        getNetworkEndpointGroupsCount in interface NetworkEndpointGroupsScopedListOrBuilder
      • setNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder setNetworkEndpointGroups​(int index,
                                                                                NetworkEndpointGroup value)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • setNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder setNetworkEndpointGroups​(int index,
                                                                                NetworkEndpointGroup.Builder builderForValue)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • addNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder addNetworkEndpointGroups​(NetworkEndpointGroup value)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • addNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder addNetworkEndpointGroups​(int index,
                                                                                NetworkEndpointGroup value)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • addNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder addNetworkEndpointGroups​(int index,
                                                                                NetworkEndpointGroup.Builder builderForValue)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • clearNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder clearNetworkEndpointGroups()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • removeNetworkEndpointGroups

        public NetworkEndpointGroupsScopedList.Builder removeNetworkEndpointGroups​(int index)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroupsBuilder

        public NetworkEndpointGroup.Builder getNetworkEndpointGroupsBuilder​(int index)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • addNetworkEndpointGroupsBuilder

        public NetworkEndpointGroup.Builder addNetworkEndpointGroupsBuilder()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • addNetworkEndpointGroupsBuilder

        public NetworkEndpointGroup.Builder addNetworkEndpointGroupsBuilder​(int index)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroupsBuilderList

        public List<NetworkEndpointGroup.Builder> getNetworkEndpointGroupsBuilderList()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • hasWarning

        public boolean hasWarning()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface NetworkEndpointGroupsScopedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface NetworkEndpointGroupsScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public NetworkEndpointGroupsScopedList.Builder setWarning​(Warning value)
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public NetworkEndpointGroupsScopedList.Builder setWarning​(Warning.Builder builderForValue)
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public NetworkEndpointGroupsScopedList.Builder mergeWarning​(Warning value)
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public NetworkEndpointGroupsScopedList.Builder clearWarning()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;