Interface ContinueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes authData = 1;
    optional string reason = 4;
    com.google.protobuf.ByteString
    optional string reason = 4;
    optional if tenant can be determined
    com.google.protobuf.ByteString
    optional if tenant can be determined
    optional if user can be determined
    com.google.protobuf.ByteString
    optional if user can be determined
    .commontype.UserProperties userProps = 5;
    .commontype.UserProperties userProps = 5;
    boolean
    optional string reason = 4;
    boolean
    optional if tenant can be determined
    boolean
    optional if user can be determined
    boolean
    .commontype.UserProperties userProps = 5;

    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

    • getAuthData

      com.google.protobuf.ByteString getAuthData()
      bytes authData = 1;
      Returns:
      The authData.
    • hasTenantId

      boolean hasTenantId()
       optional if tenant can be determined
       
      optional string tenantId = 2;
      Returns:
      Whether the tenantId field is set.
    • getTenantId

       optional if tenant can be determined
       
      optional string tenantId = 2;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
       optional if tenant can be determined
       
      optional string tenantId = 2;
      Returns:
      The bytes for tenantId.
    • hasUserId

      boolean hasUserId()
       optional if user can be determined
       
      optional string userId = 3;
      Returns:
      Whether the userId field is set.
    • getUserId

       optional if user can be determined
       
      optional string userId = 3;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
       optional if user can be determined
       
      optional string userId = 3;
      Returns:
      The bytes for userId.
    • hasReason

      boolean hasReason()
      optional string reason = 4;
      Returns:
      Whether the reason field is set.
    • getReason

      optional string reason = 4;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
      optional string reason = 4;
      Returns:
      The bytes for reason.
    • hasUserProps

      boolean hasUserProps()
      .commontype.UserProperties userProps = 5;
      Returns:
      Whether the userProps field is set.
    • getUserProps

      .commontype.UserProperties userProps = 5;
      Returns:
      The userProps.
    • getUserPropsOrBuilder

      .commontype.UserProperties userProps = 5;