Package viam.app.v1
Class App.LocationAuthResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.LocationAuthResponse,App.LocationAuthResponse.Builder>
viam.app.v1.App.LocationAuthResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.LocationAuthResponseOrBuilder
- Enclosing class:
- App.LocationAuthResponse
public static final class App.LocationAuthResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.LocationAuthResponse,App.LocationAuthResponse.Builder>
implements App.LocationAuthResponseOrBuilder
Protobuf type
viam.app.v1.LocationAuthResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
getAuth()
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
boolean
hasAuth()
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
mergeAuth
(App.LocationAuth value) .viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
setAuth
(App.LocationAuth value) .viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
setAuth
(App.LocationAuth.Builder builderForValue) .viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
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
-
hasAuth
public boolean hasAuth().viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Specified by:
hasAuth
in interfaceApp.LocationAuthResponseOrBuilder
- Returns:
- Whether the auth field is set.
-
getAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
- Specified by:
getAuth
in interfaceApp.LocationAuthResponseOrBuilder
- Returns:
- The auth.
-
setAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-
setAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-
mergeAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-
clearAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-