Interface ApplicationRecordOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string clientHash = 4;
    com.google.protobuf.ByteString
    optional string clientHash = 4;
    optional string clientId = 3;
    com.google.protobuf.ByteString
    optional string clientId = 3;
    int
    optional int32 createdBy = 6;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp creationTime = 7;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp creationTime = 7;
    int
    optional int32 id = 1;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp lastLoginTime = 8;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp lastLoginTime = 8;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    getScopes(int index)
    repeated string scopes = 5;
    com.google.protobuf.ByteString
    getScopesBytes(int index)
    repeated string scopes = 5;
    int
    repeated string scopes = 5;
    repeated string scopes = 5;
    boolean
    optional string clientHash = 4;
    boolean
    optional string clientId = 3;
    boolean
    optional int32 createdBy = 6;
    boolean
    optional .google.protobuf.Timestamp creationTime = 7;
    boolean
    optional int32 id = 1;
    boolean
    optional .google.protobuf.Timestamp lastLoginTime = 8;
    boolean
    optional string name = 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

    • hasId

      boolean hasId()
      optional int32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional int32 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasClientId

      boolean hasClientId()
      optional string clientId = 3;
      Returns:
      Whether the clientId field is set.
    • getClientId

      String getClientId()
      optional string clientId = 3;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
      optional string clientId = 3;
      Returns:
      The bytes for clientId.
    • hasClientHash

      boolean hasClientHash()
      optional string clientHash = 4;
      Returns:
      Whether the clientHash field is set.
    • getClientHash

      String getClientHash()
      optional string clientHash = 4;
      Returns:
      The clientHash.
    • getClientHashBytes

      com.google.protobuf.ByteString getClientHashBytes()
      optional string clientHash = 4;
      Returns:
      The bytes for clientHash.
    • getScopesList

      List<String> getScopesList()
      repeated string scopes = 5;
      Returns:
      A list containing the scopes.
    • getScopesCount

      int getScopesCount()
      repeated string scopes = 5;
      Returns:
      The count of scopes.
    • getScopes

      String getScopes(int index)
      repeated string scopes = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scopes at the given index.
    • getScopesBytes

      com.google.protobuf.ByteString getScopesBytes(int index)
      repeated string scopes = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scopes at the given index.
    • hasCreatedBy

      boolean hasCreatedBy()
      optional int32 createdBy = 6;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      int getCreatedBy()
      optional int32 createdBy = 6;
      Returns:
      The createdBy.
    • hasCreationTime

      boolean hasCreationTime()
      optional .google.protobuf.Timestamp creationTime = 7;
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      com.google.protobuf.Timestamp getCreationTime()
      optional .google.protobuf.Timestamp creationTime = 7;
      Returns:
      The creationTime.
    • getCreationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
      optional .google.protobuf.Timestamp creationTime = 7;
    • hasLastLoginTime

      boolean hasLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      Returns:
      Whether the lastLoginTime field is set.
    • getLastLoginTime

      com.google.protobuf.Timestamp getLastLoginTime()
      optional .google.protobuf.Timestamp lastLoginTime = 8;
      Returns:
      The lastLoginTime.
    • getLastLoginTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastLoginTimeOrBuilder()
      optional .google.protobuf.Timestamp lastLoginTime = 8;