Class DexOuterClass.UpdateClientReq

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.coreos.dex.api.DexOuterClass.UpdateClientReq
All Implemented Interfaces:
DexOuterClass.UpdateClientReqOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
DexOuterClass

public static final class DexOuterClass.UpdateClientReq extends com.google.protobuf.GeneratedMessageV3 implements DexOuterClass.UpdateClientReqOrBuilder
 UpdateClientReq is a request to update an existing client.
 
Protobuf type api.UpdateClientReq
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getId

      public String getId()
      string id = 1;
      Specified by:
      getId in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Specified by:
      getIdBytes in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The bytes for id.
    • getRedirectUrisList

      public com.google.protobuf.ProtocolStringList getRedirectUrisList()
      repeated string redirect_uris = 2;
      Specified by:
      getRedirectUrisList in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      A list containing the redirectUris.
    • getRedirectUrisCount

      public int getRedirectUrisCount()
      repeated string redirect_uris = 2;
      Specified by:
      getRedirectUrisCount in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The count of redirectUris.
    • getRedirectUris

      public String getRedirectUris(int index)
      repeated string redirect_uris = 2;
      Specified by:
      getRedirectUris in interface DexOuterClass.UpdateClientReqOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getRedirectUrisBytes

      public com.google.protobuf.ByteString getRedirectUrisBytes(int index)
      repeated string redirect_uris = 2;
      Specified by:
      getRedirectUrisBytes in interface DexOuterClass.UpdateClientReqOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the redirectUris at the given index.
    • getTrustedPeersList

      public com.google.protobuf.ProtocolStringList getTrustedPeersList()
      repeated string trusted_peers = 3;
      Specified by:
      getTrustedPeersList in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      A list containing the trustedPeers.
    • getTrustedPeersCount

      public int getTrustedPeersCount()
      repeated string trusted_peers = 3;
      Specified by:
      getTrustedPeersCount in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The count of trustedPeers.
    • getTrustedPeers

      public String getTrustedPeers(int index)
      repeated string trusted_peers = 3;
      Specified by:
      getTrustedPeers in interface DexOuterClass.UpdateClientReqOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The trustedPeers at the given index.
    • getTrustedPeersBytes

      public com.google.protobuf.ByteString getTrustedPeersBytes(int index)
      repeated string trusted_peers = 3;
      Specified by:
      getTrustedPeersBytes in interface DexOuterClass.UpdateClientReqOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the trustedPeers at the given index.
    • getName

      public String getName()
      string name = 4;
      Specified by:
      getName in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 4;
      Specified by:
      getNameBytes in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The bytes for name.
    • getLogoUrl

      public String getLogoUrl()
      string logo_url = 5;
      Specified by:
      getLogoUrl in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The logoUrl.
    • getLogoUrlBytes

      public com.google.protobuf.ByteString getLogoUrlBytes()
      string logo_url = 5;
      Specified by:
      getLogoUrlBytes in interface DexOuterClass.UpdateClientReqOrBuilder
      Returns:
      The bytes for logoUrl.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DexOuterClass.UpdateClientReq parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DexOuterClass.UpdateClientReq parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DexOuterClass.UpdateClientReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DexOuterClass.UpdateClientReq.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DexOuterClass.UpdateClientReq.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DexOuterClass.UpdateClientReq.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DexOuterClass.UpdateClientReq getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DexOuterClass.UpdateClientReq> parser()
    • getParserForType

      public com.google.protobuf.Parser<DexOuterClass.UpdateClientReq> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public DexOuterClass.UpdateClientReq getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder