All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.Int64RangeMatch.html Maven / Gradle / Ivy







Int64RangeMatch (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class Int64RangeMatch

    • Constructor Detail

      • Int64RangeMatch

        public Int64RangeMatch()
    • Method Detail

      • getRangeEnd

        public Long getRangeEnd()
        The end of the range (exclusive) in signed long integer format.
        Returns:
        value or null for none
      • setRangeEnd

        public Int64RangeMatch setRangeEnd(Long rangeEnd)
        The end of the range (exclusive) in signed long integer format.
        Parameters:
        rangeEnd - rangeEnd or null for none
      • getRangeStart

        public Long getRangeStart()
        The start of the range (inclusive) in signed long integer format.
        Returns:
        value or null for none
      • setRangeStart

        public Int64RangeMatch setRangeStart(Long rangeStart)
        The start of the range (inclusive) in signed long integer format.
        Parameters:
        rangeStart - rangeStart or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy