Package viam.app.v1

Class App.ListKeysRequest.Builder

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

public static final class App.ListKeysRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.ListKeysRequest,App.ListKeysRequest.Builder> implements App.ListKeysRequestOrBuilder
Protobuf type viam.app.v1.ListKeysRequest
  • Field Summary

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

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    string org_id = 1 [json_name = "orgId"];
    string org_id = 1 [json_name = "orgId"];
    com.google.protobuf.ByteString
    string org_id = 1 [json_name = "orgId"];
    string org_id = 1 [json_name = "orgId"];
    setOrgIdBytes(com.google.protobuf.ByteString value)
    string org_id = 1 [json_name = "orgId"];

    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

    • getOrgId

      public String getOrgId()
      string org_id = 1 [json_name = "orgId"];
      Specified by:
      getOrgId in interface App.ListKeysRequestOrBuilder
      Returns:
      The orgId.
    • getOrgIdBytes

      public com.google.protobuf.ByteString getOrgIdBytes()
      string org_id = 1 [json_name = "orgId"];
      Specified by:
      getOrgIdBytes in interface App.ListKeysRequestOrBuilder
      Returns:
      The bytes for orgId.
    • setOrgId

      public App.ListKeysRequest.Builder setOrgId(String value)
      string org_id = 1 [json_name = "orgId"];
      Parameters:
      value - The orgId to set.
      Returns:
      This builder for chaining.
    • clearOrgId

      public App.ListKeysRequest.Builder clearOrgId()
      string org_id = 1 [json_name = "orgId"];
      Returns:
      This builder for chaining.
    • setOrgIdBytes

      public App.ListKeysRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value)
      string org_id = 1 [json_name = "orgId"];
      Parameters:
      value - The bytes for orgId to set.
      Returns:
      This builder for chaining.