Class AddressAggregatedList.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressAggregatedList.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressAggregatedList.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AddressAggregatedList.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

        public AddressAggregatedList.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<AddressAggregatedList.Builder>
        Throws:
        IOException
      • hasId

        public boolean hasId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        hasId in interface AddressAggregatedListOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public String getId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        getId in interface AddressAggregatedListOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Specified by:
        getIdBytes in interface AddressAggregatedListOrBuilder
        Returns:
        The bytes for id.
      • setId

        public AddressAggregatedList.Builder setId​(String value)
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public AddressAggregatedList.Builder clearId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Returns:
        This builder for chaining.
      • setIdBytes

        public AddressAggregatedList.Builder setIdBytes​(com.google.protobuf.ByteString value)
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • containsItems

        public boolean containsItems​(String key)
         A list of AddressesScopedList resources.
         
        map<string, .google.cloud.compute.v1.AddressesScopedList> items = 100526016;
        Specified by:
        containsItems in interface AddressAggregatedListOrBuilder
      • removeItems

        public AddressAggregatedList.Builder removeItems​(String key)
         A list of AddressesScopedList resources.
         
        map<string, .google.cloud.compute.v1.AddressesScopedList> items = 100526016;
      • hasKind

        public boolean hasKind()
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface AddressAggregatedListOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface AddressAggregatedListOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface AddressAggregatedListOrBuilder
        Returns:
        The bytes for kind.
      • setKind

        public AddressAggregatedList.Builder setKind​(String value)
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Parameters:
        value - The kind to set.
        Returns:
        This builder for chaining.
      • clearKind

        public AddressAggregatedList.Builder clearKind()
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Returns:
        This builder for chaining.
      • setKindBytes

        public AddressAggregatedList.Builder setKindBytes​(com.google.protobuf.ByteString value)
         [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
         
        optional string kind = 3292052;
        Parameters:
        value - The bytes for kind to set.
        Returns:
        This builder for chaining.
      • hasNextPageToken

        public boolean hasNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        hasNextPageToken in interface AddressAggregatedListOrBuilder
        Returns:
        Whether the nextPageToken field is set.
      • getNextPageToken

        public String getNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        getNextPageToken in interface AddressAggregatedListOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Specified by:
        getNextPageTokenBytes in interface AddressAggregatedListOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public AddressAggregatedList.Builder setNextPageToken​(String value)
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public AddressAggregatedList.Builder clearNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public AddressAggregatedList.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface AddressAggregatedListOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface AddressAggregatedListOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public AddressAggregatedList.Builder setSelfLink​(String value)
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The selfLink to set.
        Returns:
        This builder for chaining.
      • clearSelfLink

        public AddressAggregatedList.Builder clearSelfLink()
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public AddressAggregatedList.Builder setSelfLinkBytes​(com.google.protobuf.ByteString value)
         [Output Only] Server-defined URL for this resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The bytes for selfLink to set.
        Returns:
        This builder for chaining.
      • getUnreachablesList

        public com.google.protobuf.ProtocolStringList getUnreachablesList()
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Specified by:
        getUnreachablesList in interface AddressAggregatedListOrBuilder
        Returns:
        A list containing the unreachables.
      • getUnreachablesCount

        public int getUnreachablesCount()
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Specified by:
        getUnreachablesCount in interface AddressAggregatedListOrBuilder
        Returns:
        The count of unreachables.
      • getUnreachables

        public String getUnreachables​(int index)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Specified by:
        getUnreachables in interface AddressAggregatedListOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachables at the given index.
      • getUnreachablesBytes

        public com.google.protobuf.ByteString getUnreachablesBytes​(int index)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Specified by:
        getUnreachablesBytes in interface AddressAggregatedListOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachables at the given index.
      • setUnreachables

        public AddressAggregatedList.Builder setUnreachables​(int index,
                                                             String value)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Parameters:
        index - The index to set the value at.
        value - The unreachables to set.
        Returns:
        This builder for chaining.
      • addUnreachables

        public AddressAggregatedList.Builder addUnreachables​(String value)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Parameters:
        value - The unreachables to add.
        Returns:
        This builder for chaining.
      • addAllUnreachables

        public AddressAggregatedList.Builder addAllUnreachables​(Iterable<String> values)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Parameters:
        values - The unreachables to add.
        Returns:
        This builder for chaining.
      • clearUnreachables

        public AddressAggregatedList.Builder clearUnreachables()
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Returns:
        This builder for chaining.
      • addUnreachablesBytes

        public AddressAggregatedList.Builder addUnreachablesBytes​(com.google.protobuf.ByteString value)
         [Output Only] Unreachable resources.
         
        repeated string unreachables = 243372063;
        Parameters:
        value - The bytes of the unreachables to add.
        Returns:
        This builder for chaining.
      • hasWarning

        public boolean hasWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface AddressAggregatedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface AddressAggregatedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public AddressAggregatedList.Builder setWarning​(Warning value)
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public AddressAggregatedList.Builder mergeWarning​(Warning value)
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public AddressAggregatedList.Builder clearWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

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

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