Package viam.app.v1

Class App.ReadOAuthAppRequest.Builder

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

public static final class App.ReadOAuthAppRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.ReadOAuthAppRequest,App.ReadOAuthAppRequest.Builder> implements App.ReadOAuthAppRequestOrBuilder
Protobuf type viam.app.v1.ReadOAuthAppRequest
  • Method Details

    • getOrgId

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

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

      public App.ReadOAuthAppRequest.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.ReadOAuthAppRequest.Builder clearOrgId()
      string org_id = 1 [json_name = "orgId"];
      Returns:
      This builder for chaining.
    • setOrgIdBytes

      public App.ReadOAuthAppRequest.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.
    • getClientId

      public String getClientId()
      string client_id = 2 [json_name = "clientId"];
      Specified by:
      getClientId in interface App.ReadOAuthAppRequestOrBuilder
      Returns:
      The clientId.
    • getClientIdBytes

      public com.google.protobuf.ByteString getClientIdBytes()
      string client_id = 2 [json_name = "clientId"];
      Specified by:
      getClientIdBytes in interface App.ReadOAuthAppRequestOrBuilder
      Returns:
      The bytes for clientId.
    • setClientId

      public App.ReadOAuthAppRequest.Builder setClientId(String value)
      string client_id = 2 [json_name = "clientId"];
      Parameters:
      value - The clientId to set.
      Returns:
      This builder for chaining.
    • clearClientId

      public App.ReadOAuthAppRequest.Builder clearClientId()
      string client_id = 2 [json_name = "clientId"];
      Returns:
      This builder for chaining.
    • setClientIdBytes

      public App.ReadOAuthAppRequest.Builder setClientIdBytes(com.google.protobuf.ByteString value)
      string client_id = 2 [json_name = "clientId"];
      Parameters:
      value - The bytes for clientId to set.
      Returns:
      This builder for chaining.