Class Jwt.Builder (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public static final class Jwt.Builder extends GeneratedMessageV3.Builder<Jwt.Builder> implements JwtOrBuilder

Protobuf type grafeas.v1.Jwt

Implements

JwtOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Jwt.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Jwt.Builder
Overrides

build()

public Jwt build()
Returns
TypeDescription
Jwt

buildPartial()

public Jwt buildPartial()
Returns
TypeDescription
Jwt

clear()

public Jwt.Builder clear()
Returns
TypeDescription
Jwt.Builder
Overrides

clearCompactJwt()

public Jwt.Builder clearCompactJwt()

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

string compact_jwt = 1;

Returns
TypeDescription
Jwt.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Jwt.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Jwt.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Jwt.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Jwt.Builder
Overrides

clone()

public Jwt.Builder clone()
Returns
TypeDescription
Jwt.Builder
Overrides

getCompactJwt()

public String getCompactJwt()

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

string compact_jwt = 1;

Returns
TypeDescription
String

The compactJwt.

getCompactJwtBytes()

public ByteString getCompactJwtBytes()

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

string compact_jwt = 1;

Returns
TypeDescription
ByteString

The bytes for compactJwt.

getDefaultInstanceForType()

public Jwt getDefaultInstanceForType()
Returns
TypeDescription
Jwt

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor