Package viam.app.v1
Class EndUserServiceGrpc.EndUserServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<EndUserServiceGrpc.EndUserServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<EndUserServiceGrpc.EndUserServiceBlockingV2Stub>
viam.app.v1.EndUserServiceGrpc.EndUserServiceBlockingV2Stub
- Enclosing class:
EndUserServiceGrpc
public static final class EndUserServiceGrpc.EndUserServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<EndUserServiceGrpc.EndUserServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service EndUserService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionacceptLegal(EndUser.AcceptLegalRequest request) Marks that the specified user has accepted end user license agreements.build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Deprecated.Returns whether the specified user has accepted end user license agreements.Deprecated.Deprecated.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected EndUserServiceGrpc.EndUserServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<EndUserServiceGrpc.EndUserServiceBlockingV2Stub>
-
isLegalAccepted
public EndUser.IsLegalAcceptedResponse isLegalAccepted(EndUser.IsLegalAcceptedRequest request) throws io.grpc.StatusException Returns whether the specified user has accepted end user license agreements. If false, the user should not be able to use the application.
- Throws:
io.grpc.StatusException
-
acceptLegal
public EndUser.AcceptLegalResponse acceptLegal(EndUser.AcceptLegalRequest request) throws io.grpc.StatusException Marks that the specified user has accepted end user license agreements.
- Throws:
io.grpc.StatusException
-
registerAuthApplication
@Deprecated public EndUser.RegisterAuthApplicationResponse registerAuthApplication(EndUser.RegisterAuthApplicationRequest request) throws io.grpc.StatusException Deprecated.Allows users to register third party auth applications using Viam linked to the indicated organization
- Throws:
io.grpc.StatusException
-
updateAuthApplication
@Deprecated public EndUser.UpdateAuthApplicationResponse updateAuthApplication(EndUser.UpdateAuthApplicationRequest request) throws io.grpc.StatusException Deprecated.Allows users to update their third party auth applications
- Throws:
io.grpc.StatusException
-
getAuthApplication
@Deprecated public EndUser.GetAuthApplicationResponse getAuthApplication(EndUser.GetAuthApplicationRequest request) throws io.grpc.StatusException Deprecated.Allows users to get the config for their third party auth applications
- Throws:
io.grpc.StatusException
-