Interface DexOuterClass.UpdateClientReqOrBuilder

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

public static interface DexOuterClass.UpdateClientReqOrBuilder 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 = 5;
    com.google.protobuf.ByteString
    string logo_url = 5;
    string name = 4;
    com.google.protobuf.ByteString
    string name = 4;
    getRedirectUris(int index)
    repeated string redirect_uris = 2;
    com.google.protobuf.ByteString
    repeated string redirect_uris = 2;
    int
    repeated string redirect_uris = 2;
    repeated string redirect_uris = 2;
    getTrustedPeers(int index)
    repeated string trusted_peers = 3;
    com.google.protobuf.ByteString
    repeated string trusted_peers = 3;
    int
    repeated string trusted_peers = 3;
    repeated string trusted_peers = 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

    • getId

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

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

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

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

      String getRedirectUris(int index)
      repeated string redirect_uris = 2;
      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 = 2;
      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 = 3;
      Returns:
      A list containing the trustedPeers.
    • getTrustedPeersCount

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

      String getTrustedPeers(int index)
      repeated string trusted_peers = 3;
      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 = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the trustedPeers at the given index.
    • getName

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

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

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

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