public static final class AuthProxProto.EnrollRequest extends com.google.protobuf.GeneratedMessageV3 implements AuthProxProto.EnrollRequestOrBuilder
EnrollRequest is the request sent to this service to enroll a user, authenticated by a certain type of external authentication.Protobuf type
authprox.EnrollRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AuthProxProto.EnrollRequest.Builder
EnrollRequest is the request sent to this service to enroll
a user, authenticated by a certain type of external authentication.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ISSUER_FIELD_NUMBER |
static int |
LONGPRI_FIELD_NUMBER |
static int |
LONGPUBS_FIELD_NUMBER |
static com.google.protobuf.Parser<AuthProxProto.EnrollRequest> |
PARSER
Deprecated.
|
static int |
PARTICIPANTS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AuthProxProto.EnrollRequest |
getDefaultInstance() |
AuthProxProto.EnrollRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getIssuer()
required string issuer = 2; |
com.google.protobuf.ByteString |
getIssuerBytes()
required string issuer = 2; |
AuthProxProto.PriShare |
getLongpri()
required .authprox.PriShare longpri = 4; |
AuthProxProto.PriShareOrBuilder |
getLongpriOrBuilder()
required .authprox.PriShare longpri = 4; |
com.google.protobuf.ByteString |
getLongpubs(int index)
repeated bytes longpubs = 5; |
int |
getLongpubsCount()
repeated bytes longpubs = 5; |
List<com.google.protobuf.ByteString> |
getLongpubsList()
repeated bytes longpubs = 5; |
com.google.protobuf.Parser<AuthProxProto.EnrollRequest> |
getParserForType() |
com.google.protobuf.ByteString |
getParticipants(int index)
repeated bytes participants = 3; |
int |
getParticipantsCount()
repeated bytes participants = 3; |
List<com.google.protobuf.ByteString> |
getParticipantsList()
repeated bytes participants = 3; |
int |
getSerializedSize() |
String |
getType()
required string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasIssuer()
required string issuer = 2; |
boolean |
hasLongpri()
required .authprox.PriShare longpri = 4; |
boolean |
hasType()
required string type = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AuthProxProto.EnrollRequest.Builder |
newBuilder() |
static AuthProxProto.EnrollRequest.Builder |
newBuilder(AuthProxProto.EnrollRequest prototype) |
AuthProxProto.EnrollRequest.Builder |
newBuilderForType() |
protected AuthProxProto.EnrollRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AuthProxProto.EnrollRequest |
parseDelimitedFrom(InputStream input) |
static AuthProxProto.EnrollRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProxProto.EnrollRequest |
parseFrom(byte[] data) |
static AuthProxProto.EnrollRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProxProto.EnrollRequest |
parseFrom(ByteBuffer data) |
static AuthProxProto.EnrollRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProxProto.EnrollRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AuthProxProto.EnrollRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProxProto.EnrollRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthProxProto.EnrollRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProxProto.EnrollRequest |
parseFrom(InputStream input) |
static AuthProxProto.EnrollRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AuthProxProto.EnrollRequest> |
parser() |
AuthProxProto.EnrollRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int ISSUER_FIELD_NUMBER
public static final int PARTICIPANTS_FIELD_NUMBER
public static final int LONGPRI_FIELD_NUMBER
public static final int LONGPUBS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<AuthProxProto.EnrollRequest> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasType()
required string type = 1;hasType in interface AuthProxProto.EnrollRequestOrBuilderpublic String getType()
required string type = 1;getType in interface AuthProxProto.EnrollRequestOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
required string type = 1;getTypeBytes in interface AuthProxProto.EnrollRequestOrBuilderpublic boolean hasIssuer()
required string issuer = 2;hasIssuer in interface AuthProxProto.EnrollRequestOrBuilderpublic String getIssuer()
required string issuer = 2;getIssuer in interface AuthProxProto.EnrollRequestOrBuilderpublic com.google.protobuf.ByteString getIssuerBytes()
required string issuer = 2;getIssuerBytes in interface AuthProxProto.EnrollRequestOrBuilderpublic List<com.google.protobuf.ByteString> getParticipantsList()
repeated bytes participants = 3;getParticipantsList in interface AuthProxProto.EnrollRequestOrBuilderpublic int getParticipantsCount()
repeated bytes participants = 3;getParticipantsCount in interface AuthProxProto.EnrollRequestOrBuilderpublic com.google.protobuf.ByteString getParticipants(int index)
repeated bytes participants = 3;getParticipants in interface AuthProxProto.EnrollRequestOrBuilderpublic boolean hasLongpri()
required .authprox.PriShare longpri = 4;hasLongpri in interface AuthProxProto.EnrollRequestOrBuilderpublic AuthProxProto.PriShare getLongpri()
required .authprox.PriShare longpri = 4;getLongpri in interface AuthProxProto.EnrollRequestOrBuilderpublic AuthProxProto.PriShareOrBuilder getLongpriOrBuilder()
required .authprox.PriShare longpri = 4;getLongpriOrBuilder in interface AuthProxProto.EnrollRequestOrBuilderpublic List<com.google.protobuf.ByteString> getLongpubsList()
repeated bytes longpubs = 5;getLongpubsList in interface AuthProxProto.EnrollRequestOrBuilderpublic int getLongpubsCount()
repeated bytes longpubs = 5;getLongpubsCount in interface AuthProxProto.EnrollRequestOrBuilderpublic com.google.protobuf.ByteString getLongpubs(int index)
repeated bytes longpubs = 5;getLongpubs in interface AuthProxProto.EnrollRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AuthProxProto.EnrollRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthProxProto.EnrollRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static AuthProxProto.EnrollRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AuthProxProto.EnrollRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AuthProxProto.EnrollRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AuthProxProto.EnrollRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AuthProxProto.EnrollRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AuthProxProto.EnrollRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AuthProxProto.EnrollRequest.Builder newBuilder()
public static AuthProxProto.EnrollRequest.Builder newBuilder(AuthProxProto.EnrollRequest prototype)
public AuthProxProto.EnrollRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AuthProxProto.EnrollRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AuthProxProto.EnrollRequest getDefaultInstance()
public static com.google.protobuf.Parser<AuthProxProto.EnrollRequest> parser()
public com.google.protobuf.Parser<AuthProxProto.EnrollRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AuthProxProto.EnrollRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.