Interface SourceInfo.Extension.VersionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
SourceInfo.Extension.Version, SourceInfo.Extension.Version.Builder
Enclosing class:
SourceInfo.Extension

public static interface SourceInfo.Extension.VersionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Major version changes indicate different required support level from the required components.
    long
    Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getMajor

      long getMajor()
       Major version changes indicate different required support level from
       the required components.
       
      int64 major = 1 [json_name = "major"];
      Returns:
      The major.
    • getMinor

      long getMinor()
       Minor version changes must not change the observed behavior from
       existing implementations, but may be provided informationally.
       
      int64 minor = 2 [json_name = "minor"];
      Returns:
      The minor.