Interface SessionPropertyOuterClass.SessionPropertyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SessionPropertyOuterClass.SessionProperty, SessionPropertyOuterClass.SessionProperty.Builder
Enclosing class:
SessionPropertyOuterClass

public static interface SessionPropertyOuterClass.SessionPropertyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .Arp.Services.DataLogger.Services.Grpc.SessionPropertyName Name = 1;
    int
    .Arp.Services.DataLogger.Services.Grpc.SessionPropertyName Name = 1;
    .Arp.Type.Grpc.ObjectType Value = 2;
    .Arp.Type.Grpc.ObjectType Value = 2;
    boolean
    .Arp.Type.Grpc.ObjectType Value = 2;

    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

    • getNameValue

      int getNameValue()
      .Arp.Services.DataLogger.Services.Grpc.SessionPropertyName Name = 1;
    • getName

      .Arp.Services.DataLogger.Services.Grpc.SessionPropertyName Name = 1;
    • hasValue

      boolean hasValue()
      .Arp.Type.Grpc.ObjectType Value = 2;
    • getValue

      .Arp.Type.Grpc.ObjectType Value = 2;
    • getValueOrBuilder

      ArpTypes.ObjectTypeOrBuilder getValueOrBuilder()
      .Arp.Type.Grpc.ObjectType Value = 2;