Interface State.CallInfoOrBuilder

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

public static interface State.CallInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 call = 1;
    com.google.protobuf.Any
    .google.protobuf.Any options = 3;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any options = 3;
    string type = 2;
    com.google.protobuf.ByteString
    string type = 2;
    boolean
    .google.protobuf.Any options = 3;

    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

    • getCall

      int getCall()
      int32 call = 1;
      Returns:
      The call.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • hasOptions

      boolean hasOptions()
      .google.protobuf.Any options = 3;
      Returns:
      Whether the options field is set.
    • getOptions

      com.google.protobuf.Any getOptions()
      .google.protobuf.Any options = 3;
      Returns:
      The options.
    • getOptionsOrBuilder

      com.google.protobuf.AnyOrBuilder getOptionsOrBuilder()
      .google.protobuf.Any options = 3;