Package viam.app.v1
Class EndUser.RegisterAuthApplicationRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<EndUser.RegisterAuthApplicationRequest,EndUser.RegisterAuthApplicationRequest.Builder>
viam.app.v1.EndUser.RegisterAuthApplicationRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,EndUser.RegisterAuthApplicationRequestOrBuilder
- Enclosing class:
- EndUser
public static final class EndUser.RegisterAuthApplicationRequest
extends com.google.protobuf.GeneratedMessageLite<EndUser.RegisterAuthApplicationRequest,EndUser.RegisterAuthApplicationRequest.Builder>
implements EndUser.RegisterAuthApplicationRequestOrBuilder
Protobuf type
viam.app.v1.RegisterAuthApplicationRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeviam.app.v1.RegisterAuthApplicationRequest
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) string application_name = 1 [json_name = "applicationName"];
com.google.protobuf.ByteString
string application_name = 1 [json_name = "applicationName"];
string logout_uri = 5 [json_name = "logoutUri"];
com.google.protobuf.ByteString
string logout_uri = 5 [json_name = "logoutUri"];
getOrgId()
string org_id = 2 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 2 [json_name = "orgId"];
getOriginUris
(int index) repeated string origin_uris = 3 [json_name = "originUris"];
com.google.protobuf.ByteString
getOriginUrisBytes
(int index) repeated string origin_uris = 3 [json_name = "originUris"];
int
repeated string origin_uris = 3 [json_name = "originUris"];
repeated string origin_uris = 3 [json_name = "originUris"];
getRedirectUris
(int index) repeated string redirect_uris = 4 [json_name = "redirectUris"];
com.google.protobuf.ByteString
getRedirectUrisBytes
(int index) repeated string redirect_uris = 4 [json_name = "redirectUris"];
int
repeated string redirect_uris = 4 [json_name = "redirectUris"];
repeated string redirect_uris = 4 [json_name = "redirectUris"];
newBuilder
(EndUser.RegisterAuthApplicationRequest prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<EndUser.RegisterAuthApplicationRequest>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
APPLICATION_NAME_FIELD_NUMBER
public static final int APPLICATION_NAME_FIELD_NUMBER- See Also:
-
ORG_ID_FIELD_NUMBER
public static final int ORG_ID_FIELD_NUMBER- See Also:
-
ORIGIN_URIS_FIELD_NUMBER
public static final int ORIGIN_URIS_FIELD_NUMBER- See Also:
-
REDIRECT_URIS_FIELD_NUMBER
public static final int REDIRECT_URIS_FIELD_NUMBER- See Also:
-
LOGOUT_URI_FIELD_NUMBER
public static final int LOGOUT_URI_FIELD_NUMBER- See Also:
-
-
Method Details
-
getApplicationName
string application_name = 1 [json_name = "applicationName"];
- Specified by:
getApplicationName
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The applicationName.
-
getApplicationNameBytes
public com.google.protobuf.ByteString getApplicationNameBytes()string application_name = 1 [json_name = "applicationName"];
- Specified by:
getApplicationNameBytes
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The bytes for applicationName.
-
getOrgId
string org_id = 2 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 2 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The bytes for orgId.
-
getOriginUrisList
repeated string origin_uris = 3 [json_name = "originUris"];
- Specified by:
getOriginUrisList
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- A list containing the originUris.
-
getOriginUrisCount
public int getOriginUrisCount()repeated string origin_uris = 3 [json_name = "originUris"];
- Specified by:
getOriginUrisCount
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The count of originUris.
-
getOriginUris
repeated string origin_uris = 3 [json_name = "originUris"];
- Specified by:
getOriginUris
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The originUris at the given index.
-
getOriginUrisBytes
public com.google.protobuf.ByteString getOriginUrisBytes(int index) repeated string origin_uris = 3 [json_name = "originUris"];
- Specified by:
getOriginUrisBytes
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the originUris at the given index.
-
getRedirectUrisList
repeated string redirect_uris = 4 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisList
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- A list containing the redirectUris.
-
getRedirectUrisCount
public int getRedirectUrisCount()repeated string redirect_uris = 4 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisCount
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The count of redirectUris.
-
getRedirectUris
repeated string redirect_uris = 4 [json_name = "redirectUris"];
- Specified by:
getRedirectUris
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- 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 = 4 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisBytes
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the redirectUris at the given index.
-
getLogoutUri
string logout_uri = 5 [json_name = "logoutUri"];
- Specified by:
getLogoutUri
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The logoutUri.
-
getLogoutUriBytes
public com.google.protobuf.ByteString getLogoutUriBytes()string logout_uri = 5 [json_name = "logoutUri"];
- Specified by:
getLogoutUriBytes
in interfaceEndUser.RegisterAuthApplicationRequestOrBuilder
- Returns:
- The bytes for logoutUri.
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static EndUser.RegisterAuthApplicationRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static EndUser.RegisterAuthApplicationRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static EndUser.RegisterAuthApplicationRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static EndUser.RegisterAuthApplicationRequest.Builder newBuilder(EndUser.RegisterAuthApplicationRequest prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<EndUser.RegisterAuthApplicationRequest,
EndUser.RegisterAuthApplicationRequest.Builder>
-
getDefaultInstance
-
parser
-