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

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

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

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

        public ListUptimeCheckIpsResponse.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<ListUptimeCheckIpsResponse.Builder>
        Throws:
        IOException
      • getUptimeCheckIpsCount

        public int getUptimeCheckIpsCount()
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
        Specified by:
        getUptimeCheckIpsCount in interface ListUptimeCheckIpsResponseOrBuilder
      • setUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder setUptimeCheckIps​(int index,
                                                                    UptimeCheckIp value)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • setUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder setUptimeCheckIps​(int index,
                                                                    UptimeCheckIp.Builder builderForValue)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder addUptimeCheckIps​(UptimeCheckIp value)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder addUptimeCheckIps​(int index,
                                                                    UptimeCheckIp value)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder addUptimeCheckIps​(UptimeCheckIp.Builder builderForValue)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder addUptimeCheckIps​(int index,
                                                                    UptimeCheckIp.Builder builderForValue)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addAllUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder addAllUptimeCheckIps​(Iterable<? extends UptimeCheckIp> values)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • clearUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder clearUptimeCheckIps()
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • removeUptimeCheckIps

        public ListUptimeCheckIpsResponse.Builder removeUptimeCheckIps​(int index)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • getUptimeCheckIpsBuilder

        public UptimeCheckIp.Builder getUptimeCheckIpsBuilder​(int index)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIpsBuilder

        public UptimeCheckIp.Builder addUptimeCheckIpsBuilder()
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • addUptimeCheckIpsBuilder

        public UptimeCheckIp.Builder addUptimeCheckIpsBuilder​(int index)
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • getUptimeCheckIpsBuilderList

        public List<UptimeCheckIp.Builder> getUptimeCheckIpsBuilderList()
         The returned list of IP addresses (including region and location) that the
         checkers run from.
         
        repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;
      • getNextPageToken

        public String getNextPageToken()
         This field represents the pagination token to retrieve the next page of
         results. If the value is empty, it means no further results for the
         request. To retrieve the next page of results, the value of the
         next_page_token is passed to the subsequent List method call (in the
         request message's page_token field).
         NOTE: this field is not yet implemented
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListUptimeCheckIpsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         This field represents the pagination token to retrieve the next page of
         results. If the value is empty, it means no further results for the
         request. To retrieve the next page of results, the value of the
         next_page_token is passed to the subsequent List method call (in the
         request message's page_token field).
         NOTE: this field is not yet implemented
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListUptimeCheckIpsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListUptimeCheckIpsResponse.Builder setNextPageToken​(String value)
         This field represents the pagination token to retrieve the next page of
         results. If the value is empty, it means no further results for the
         request. To retrieve the next page of results, the value of the
         next_page_token is passed to the subsequent List method call (in the
         request message's page_token field).
         NOTE: this field is not yet implemented
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListUptimeCheckIpsResponse.Builder clearNextPageToken()
         This field represents the pagination token to retrieve the next page of
         results. If the value is empty, it means no further results for the
         request. To retrieve the next page of results, the value of the
         next_page_token is passed to the subsequent List method call (in the
         request message's page_token field).
         NOTE: this field is not yet implemented
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListUptimeCheckIpsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         This field represents the pagination token to retrieve the next page of
         results. If the value is empty, it means no further results for the
         request. To retrieve the next page of results, the value of the
         next_page_token is passed to the subsequent List method call (in the
         request message's page_token field).
         NOTE: this field is not yet implemented
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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