Package viam.app.v1
Interface App.RemoveRoleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.RemoveRoleRequest
,App.RemoveRoleRequest.Builder
- Enclosing class:
- App
public static interface App.RemoveRoleRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.Authorization authorization = 1 [json_name = "authorization"];
boolean
.viam.app.v1.Authorization authorization = 1 [json_name = "authorization"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasAuthorization
boolean hasAuthorization().viam.app.v1.Authorization authorization = 1 [json_name = "authorization"];
- Returns:
- Whether the authorization field is set.
-
getAuthorization
App.Authorization getAuthorization().viam.app.v1.Authorization authorization = 1 [json_name = "authorization"];
- Returns:
- The authorization.
-