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