Class JWK.OTH
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<JWK.OTH,JWK.OTH.Builder>
-
- com.streamlayer.sdkSettings.common.JWK.OTH
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,JWK.OTHOrBuilder
- Enclosing class:
- JWK
public static final class JWK.OTH extends com.google.protobuf.GeneratedMessageLite<JWK.OTH,JWK.OTH.Builder> implements JWK.OTHOrBuilder
Protobuf typestreamlayer.sdkSettings.JWK.OTH
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJWK.OTH.BuilderProtobuf typestreamlayer.sdkSettings.JWK.OTH-
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 java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intD_FIELD_NUMBERstatic intR_FIELD_NUMBERstatic intT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)java.lang.StringgetD()optional string d = 1 [json_name = "d"];com.google.protobuf.ByteStringgetDBytes()optional string d = 1 [json_name = "d"];static JWK.OTHgetDefaultInstance()java.lang.StringgetR()optional string r = 2 [json_name = "r"];com.google.protobuf.ByteStringgetRBytes()optional string r = 2 [json_name = "r"];java.lang.StringgetT()optional string t = 3 [json_name = "t"];com.google.protobuf.ByteStringgetTBytes()optional string t = 3 [json_name = "t"];booleanhasD()optional string d = 1 [json_name = "d"];booleanhasR()optional string r = 2 [json_name = "r"];booleanhasT()optional string t = 3 [json_name = "t"];static JWK.OTH.BuildernewBuilder()static JWK.OTH.BuildernewBuilder(JWK.OTH prototype)static JWK.OTHparseDelimitedFrom(java.io.InputStream input)static JWK.OTHparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JWK.OTHparseFrom(byte[] data)static JWK.OTHparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JWK.OTHparseFrom(com.google.protobuf.ByteString data)static JWK.OTHparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JWK.OTHparseFrom(com.google.protobuf.CodedInputStream input)static JWK.OTHparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JWK.OTHparseFrom(java.io.InputStream input)static JWK.OTHparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JWK.OTHparseFrom(java.nio.ByteBuffer data)static JWK.OTHparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<JWK.OTH>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
-
-
-
-
Field Detail
-
D_FIELD_NUMBER
public static final int D_FIELD_NUMBER
- See Also:
- Constant Field Values
-
R_FIELD_NUMBER
public static final int R_FIELD_NUMBER
- See Also:
- Constant Field Values
-
T_FIELD_NUMBER
public static final int T_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasD
public boolean hasD()
optional string d = 1 [json_name = "d"];- Specified by:
hasDin interfaceJWK.OTHOrBuilder- Returns:
- Whether the d field is set.
-
getD
public java.lang.String getD()
optional string d = 1 [json_name = "d"];- Specified by:
getDin interfaceJWK.OTHOrBuilder- Returns:
- The d.
-
getDBytes
public com.google.protobuf.ByteString getDBytes()
optional string d = 1 [json_name = "d"];- Specified by:
getDBytesin interfaceJWK.OTHOrBuilder- Returns:
- The bytes for d.
-
hasR
public boolean hasR()
optional string r = 2 [json_name = "r"];- Specified by:
hasRin interfaceJWK.OTHOrBuilder- Returns:
- Whether the r field is set.
-
getR
public java.lang.String getR()
optional string r = 2 [json_name = "r"];- Specified by:
getRin interfaceJWK.OTHOrBuilder- Returns:
- The r.
-
getRBytes
public com.google.protobuf.ByteString getRBytes()
optional string r = 2 [json_name = "r"];- Specified by:
getRBytesin interfaceJWK.OTHOrBuilder- Returns:
- The bytes for r.
-
hasT
public boolean hasT()
optional string t = 3 [json_name = "t"];- Specified by:
hasTin interfaceJWK.OTHOrBuilder- Returns:
- Whether the t field is set.
-
getT
public java.lang.String getT()
optional string t = 3 [json_name = "t"];- Specified by:
getTin interfaceJWK.OTHOrBuilder- Returns:
- The t.
-
getTBytes
public com.google.protobuf.ByteString getTBytes()
optional string t = 3 [json_name = "t"];- Specified by:
getTBytesin interfaceJWK.OTHOrBuilder- Returns:
- The bytes for t.
-
parseFrom
public static JWK.OTH parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JWK.OTH parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static JWK.OTH parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static JWK.OTH parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static JWK.OTH parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static JWK.OTH parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static JWK.OTH parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static JWK.OTH.Builder newBuilder()
-
newBuilder
public static JWK.OTH.Builder newBuilder(JWK.OTH prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<JWK.OTH,JWK.OTH.Builder>
-
getDefaultInstance
public static JWK.OTH getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<JWK.OTH> parser()
-
-