Package viam.app.v1
Interface Robot.JWKSFileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.JWKSFile
,Robot.JWKSFile.Builder
- Enclosing class:
- Robot
public static interface Robot.JWKSFileOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasJson
boolean hasJson()JSON Web Keys (JWKS) file as arbitary json. See https://www.rfc-editor.org/rfc/rfc7517
.google.protobuf.Struct json = 1 [json_name = "json"];
- Returns:
- Whether the json field is set.
-
getJson
com.google.protobuf.Struct getJson()JSON Web Keys (JWKS) file as arbitary json. See https://www.rfc-editor.org/rfc/rfc7517
.google.protobuf.Struct json = 1 [json_name = "json"];
- Returns:
- The json.
-