Interface DexOuterClass.ClientOrBuilder

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

public static interface DexOuterClass.ClientOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
    string logo_url = 7;
    com.google.protobuf.ByteString
    string logo_url = 7;
    string name = 6;
    com.google.protobuf.ByteString
    string name = 6;
    boolean
    bool public = 5;
    getRedirectUris(int index)
    repeated string redirect_uris = 3;
    com.google.protobuf.ByteString
    repeated string redirect_uris = 3;
    int
    repeated string redirect_uris = 3;
    repeated string redirect_uris = 3;
    string secret = 2;
    com.google.protobuf.ByteString
    string secret = 2;
    getTrustedPeers(int index)
    repeated string trusted_peers = 4;
    com.google.protobuf.ByteString
    repeated string trusted_peers = 4;
    int
    repeated string trusted_peers = 4;
    repeated string trusted_peers = 4;

    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

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • getSecret

      String getSecret()
      string secret = 2;
      Returns:
      The secret.
    • getSecretBytes

      com.google.protobuf.ByteString getSecretBytes()
      string secret = 2;
      Returns:
      The bytes for secret.
    • getRedirectUrisList

      List<String> getRedirectUrisList()
      repeated string redirect_uris = 3;
      Returns:
      A list containing the redirectUris.
    • getRedirectUrisCount

      int getRedirectUrisCount()
      repeated string redirect_uris = 3;
      Returns:
      The count of redirectUris.
    • getRedirectUris

      String getRedirectUris(int index)
      repeated string redirect_uris = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getRedirectUrisBytes

      com.google.protobuf.ByteString getRedirectUrisBytes(int index)
      repeated string redirect_uris = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the redirectUris at the given index.
    • getTrustedPeersList

      List<String> getTrustedPeersList()
      repeated string trusted_peers = 4;
      Returns:
      A list containing the trustedPeers.
    • getTrustedPeersCount

      int getTrustedPeersCount()
      repeated string trusted_peers = 4;
      Returns:
      The count of trustedPeers.
    • getTrustedPeers

      String getTrustedPeers(int index)
      repeated string trusted_peers = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The trustedPeers at the given index.
    • getTrustedPeersBytes

      com.google.protobuf.ByteString getTrustedPeersBytes(int index)
      repeated string trusted_peers = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the trustedPeers at the given index.
    • getPublic

      boolean getPublic()
      bool public = 5;
      Returns:
      The public.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      string name = 6;
      Returns:
      The bytes for name.
    • getLogoUrl

      String getLogoUrl()
      string logo_url = 7;
      Returns:
      The logoUrl.
    • getLogoUrlBytes

      com.google.protobuf.ByteString getLogoUrlBytes()
      string logo_url = 7;
      Returns:
      The bytes for logoUrl.