Package viam.app.v1
Class AppOuterClass.LocationAuthResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.LocationAuthResponse,AppOuterClass.LocationAuthResponse.Builder>
viam.app.v1.AppOuterClass.LocationAuthResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.LocationAuthResponseOrBuilder
- Enclosing class:
- AppOuterClass.LocationAuthResponse
public static final class AppOuterClass.LocationAuthResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.LocationAuthResponse,AppOuterClass.LocationAuthResponse.Builder>
implements AppOuterClass.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"];booleanhasAuth().viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];setAuth(AppOuterClass.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, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
hasAuthin interfaceAppOuterClass.LocationAuthResponseOrBuilder- Returns:
- Whether the auth field is set.
-
getAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];- Specified by:
getAuthin interfaceAppOuterClass.LocationAuthResponseOrBuilder- Returns:
- The auth.
-
setAuth
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"]; -
setAuth
public AppOuterClass.LocationAuthResponse.Builder setAuth(AppOuterClass.LocationAuth.Builder builderForValue) .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"];
-