Package viam.app.v1

Interface App.CreateLocationSecretResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Location's auth after updates.
    boolean
    Location's auth after updates.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasAuth

      boolean hasAuth()
       Location's auth after updates.
       
      .viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
      Returns:
      Whether the auth field is set.
    • getAuth

      App.LocationAuth getAuth()
       Location's auth after updates.
       
      .viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
      Returns:
      The auth.