Interface ExtendSessionResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExtendSessionResponse, ExtendSessionResponse.Builder

    public interface ExtendSessionResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNewGraphVersion()
      The new version number for the extended graph, to be used in the next call to ExtendSession.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNewGraphVersion

        long getNewGraphVersion()
         The new version number for the extended graph, to be used in the next call
         to ExtendSession.
         
        int64 new_graph_version = 4;
        Returns:
        The newGraphVersion.