public
static
final
class
Jwt
.
Builder
extends
GeneratedMessage
.
Builder<Jwt
.
Builder
>
implements
JwtOrBuilder
Protobuf type grafeas.v1.Jwt
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Jwt.BuilderImplements
JwtOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
Jwt
build
()
buildPartial()
public
Jwt
buildPartial
()
clear()
public
Jwt
.
Builder
clear
()
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;
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;
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;
getDefaultInstanceForType()
public
Jwt
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
Jwt
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
Jwt
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(Jwt other)
public
Jwt
.
Builder
mergeFrom
(
Jwt
other
)
setCompactJwt(String value)
public
Jwt
.
Builder
setCompactJwt
(
String
value
)
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;
setCompactJwtBytes(ByteString value)
public
Jwt
.
Builder
setCompactJwtBytes
(
ByteString
value
)
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;

