Package viam.app.v1

Interface App.CreateOAuthAppResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.CreateOAuthAppResponse, App.CreateOAuthAppResponse.Builder
Enclosing class:
App

public static interface App.CreateOAuthAppResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string client_id = 1 [json_name = "clientId"];
    com.google.protobuf.ByteString
    string client_id = 1 [json_name = "clientId"];
    string client_secret = 2 [json_name = "clientSecret"];
    com.google.protobuf.ByteString
    string client_secret = 2 [json_name = "clientSecret"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getClientId

      String getClientId()
      string client_id = 1 [json_name = "clientId"];
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
      string client_id = 1 [json_name = "clientId"];
      Returns:
      The bytes for clientId.
    • getClientSecret

      String getClientSecret()
      string client_secret = 2 [json_name = "clientSecret"];
      Returns:
      The clientSecret.
    • getClientSecretBytes

      com.google.protobuf.ByteString getClientSecretBytes()
      string client_secret = 2 [json_name = "clientSecret"];
      Returns:
      The bytes for clientSecret.