Interface SubscriptionContextStructureOrBuilder

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

@Generated public interface SubscriptionContextStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    Interval for heartbeat.
    com.google.protobuf.DurationOrBuilder
    Interval for heartbeat.
    boolean
    Interval for heartbeat.

    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 Details

    • hasHeartbeatInterval

      boolean hasHeartbeatInterval()
       Interval for heartbeat.  [siri/siri_requests-v2.0.xsd at 321:84]
       
      .google.protobuf.Duration heartbeat_interval = 1;
      Returns:
      Whether the heartbeatInterval field is set.
    • getHeartbeatInterval

      com.google.protobuf.Duration getHeartbeatInterval()
       Interval for heartbeat.  [siri/siri_requests-v2.0.xsd at 321:84]
       
      .google.protobuf.Duration heartbeat_interval = 1;
      Returns:
      The heartbeatInterval.
    • getHeartbeatIntervalOrBuilder

      com.google.protobuf.DurationOrBuilder getHeartbeatIntervalOrBuilder()
       Interval for heartbeat.  [siri/siri_requests-v2.0.xsd at 321:84]
       
      .google.protobuf.Duration heartbeat_interval = 1;