public final class Jwt extends GeneratedMessageV3 implements JwtOrBuilder
Protobuf type grafeas.v1.Jwt
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > JwtImplements
JwtOrBuilderStatic Fields
COMPACT_JWT_FIELD_NUMBER
public static final int COMPACT_JWT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Jwt getDefaultInstance()
Type | Description |
Jwt |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Jwt.Builder newBuilder()
Type | Description |
Jwt.Builder |
newBuilder(Jwt prototype)
public static Jwt.Builder newBuilder(Jwt prototype)
Name | Description |
prototype | Jwt |
Type | Description |
Jwt.Builder |
parseDelimitedFrom(InputStream input)
public static Jwt parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Jwt |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Jwt parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Jwt |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Jwt parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Jwt |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Jwt parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Jwt |