Package viam.app.v1
Class AppOuterClass.CreateLocationSecretResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.CreateLocationSecretResponse,AppOuterClass.CreateLocationSecretResponse.Builder>
viam.app.v1.AppOuterClass.CreateLocationSecretResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.CreateLocationSecretResponseOrBuilder
- Enclosing class:
- AppOuterClass.CreateLocationSecretResponse
public static final class AppOuterClass.CreateLocationSecretResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.CreateLocationSecretResponse,AppOuterClass.CreateLocationSecretResponse.Builder>
implements AppOuterClass.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.Location's auth after updates.Location's auth after updates.setAuth
(AppOuterClass.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 interfaceAppOuterClass.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 interfaceAppOuterClass.CreateLocationSecretResponseOrBuilder
- Returns:
- The auth.
-
setAuth
Location's auth after updates.
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-
setAuth
public AppOuterClass.CreateLocationSecretResponse.Builder setAuth(AppOuterClass.LocationAuth.Builder builderForValue) Location's auth after updates.
.viam.app.v1.LocationAuth auth = 1 [json_name = "auth"];
-
mergeAuth
public AppOuterClass.CreateLocationSecretResponse.Builder mergeAuth(AppOuterClass.LocationAuth value) 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"];
-