| Package | Description |
|---|---|
| com.vendasta.sso.v1.generated | |
| com.vendasta.sso.v1.internal |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.LogoutRequest,com.google.protobuf.Empty> |
IdentityProviderGrpc.METHOD_LOGOUT |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.LogoutRequest |
ApiProto.LogoutRequest.Builder.build() |
ApiProto.LogoutRequest |
ApiProto.LogoutRequest.Builder.buildPartial() |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.getDefaultInstance() |
ApiProto.LogoutRequest |
ApiProto.LogoutRequest.getDefaultInstanceForType() |
ApiProto.LogoutRequest |
ApiProto.LogoutRequest.Builder.getDefaultInstanceForType() |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseDelimitedFrom(InputStream input) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(byte[] data) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(ByteBuffer data) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(com.google.protobuf.ByteString data) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(InputStream input) |
static ApiProto.LogoutRequest |
ApiProto.LogoutRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ApiProto.LogoutRequest> |
ApiProto.LogoutRequest.getParserForType() |
static com.google.protobuf.Parser<ApiProto.LogoutRequest> |
ApiProto.LogoutRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Empty |
IdentityProviderGrpc.IdentityProviderBlockingStub.logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
IdentityProviderGrpc.IdentityProviderFutureStub.logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
|
void |
IdentityProviderGrpc.IdentityProviderImplBase.logout(ApiProto.LogoutRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Logout of the session for a user.
|
void |
IdentityProviderGrpc.IdentityProviderStub.logout(ApiProto.LogoutRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Logout of the session for a user.
|
ApiProto.LogoutRequest.Builder |
ApiProto.LogoutRequest.Builder.mergeFrom(ApiProto.LogoutRequest other) |
static ApiProto.LogoutRequest.Builder |
ApiProto.LogoutRequest.newBuilder(ApiProto.LogoutRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.LogoutRequest |
LogoutRequest.toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ApiProto.LogoutRequest> |
LogoutRequest.toProtos(List<LogoutRequest> objects)
Convenience method for handling lists of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static LogoutRequest |
LogoutRequest.fromProto(ApiProto.LogoutRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
LogoutRequest, which is much more usable.
|
| Modifier and Type | Method and Description |
|---|---|
static List<LogoutRequest> |
LogoutRequest.fromProtos(List<ApiProto.LogoutRequest> protos)
Convenience method for handling lists of proto objects.
|
Copyright © 2021. All rights reserved.