Package viam.app.v1

Class Robot.JWKSFile.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.JWKSFile,Robot.JWKSFile.Builder>
viam.app.v1.Robot.JWKSFile.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Robot.JWKSFileOrBuilder
Enclosing class:
Robot.JWKSFile

public static final class Robot.JWKSFile.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.JWKSFile,Robot.JWKSFile.Builder> implements Robot.JWKSFileOrBuilder
Protobuf type viam.app.v1.JWKSFile
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    JSON Web Keys (JWKS) file as arbitary json.
    com.google.protobuf.Struct
    JSON Web Keys (JWKS) file as arbitary json.
    boolean
    JSON Web Keys (JWKS) file as arbitary json.
    mergeJson(com.google.protobuf.Struct value)
    JSON Web Keys (JWKS) file as arbitary json.
    setJson(com.google.protobuf.Struct value)
    JSON Web Keys (JWKS) file as arbitary json.
    setJson(com.google.protobuf.Struct.Builder builderForValue)
    JSON Web Keys (JWKS) file as arbitary json.

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasJson

      public 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"];
      Specified by:
      hasJson in interface Robot.JWKSFileOrBuilder
      Returns:
      Whether the json field is set.
    • getJson

      public 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"];
      Specified by:
      getJson in interface Robot.JWKSFileOrBuilder
      Returns:
      The json.
    • setJson

      public Robot.JWKSFile.Builder setJson(com.google.protobuf.Struct value)
       JSON Web Keys (JWKS) file as arbitary json.
       See https://www.rfc-editor.org/rfc/rfc7517
       
      .google.protobuf.Struct json = 1 [json_name = "json"];
    • setJson

      public Robot.JWKSFile.Builder setJson(com.google.protobuf.Struct.Builder builderForValue)
       JSON Web Keys (JWKS) file as arbitary json.
       See https://www.rfc-editor.org/rfc/rfc7517
       
      .google.protobuf.Struct json = 1 [json_name = "json"];
    • mergeJson

      public Robot.JWKSFile.Builder mergeJson(com.google.protobuf.Struct value)
       JSON Web Keys (JWKS) file as arbitary json.
       See https://www.rfc-editor.org/rfc/rfc7517
       
      .google.protobuf.Struct json = 1 [json_name = "json"];
    • clearJson

      public Robot.JWKSFile.Builder clearJson()
       JSON Web Keys (JWKS) file as arbitary json.
       See https://www.rfc-editor.org/rfc/rfc7517
       
      .google.protobuf.Struct json = 1 [json_name = "json"];