| Package | Description |
|---|---|
| com.vendasta.sso.v1.generated | |
| com.vendasta.sso.v1.internal |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ApiProto.GetSessionTransferURLRequest,ApiProto.GetSessionTransferURLResponse> |
ServiceProviderGrpc.METHOD_GET_SESSION_TRANSFER_URL |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.Builder.build() |
ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.Builder.buildPartial() |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.getDefaultInstance() |
ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.getDefaultInstanceForType() |
ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.Builder.getDefaultInstanceForType() |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseDelimitedFrom(InputStream input) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(byte[] data) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(ByteBuffer data) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(com.google.protobuf.ByteString data) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(InputStream input) |
static ApiProto.GetSessionTransferURLRequest |
ApiProto.GetSessionTransferURLRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ApiProto.GetSessionTransferURLRequest> |
ApiProto.GetSessionTransferURLRequest.getParserForType() |
static com.google.protobuf.Parser<ApiProto.GetSessionTransferURLRequest> |
ApiProto.GetSessionTransferURLRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetSessionTransferURLResponse |
ServiceProviderGrpc.ServiceProviderBlockingStub.getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request)
Get the session transfer URL for a given context.
|
com.google.common.util.concurrent.ListenableFuture<ApiProto.GetSessionTransferURLResponse> |
ServiceProviderGrpc.ServiceProviderFutureStub.getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request)
Get the session transfer URL for a given context.
|
void |
ServiceProviderGrpc.ServiceProviderImplBase.getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request,
io.grpc.stub.StreamObserver<ApiProto.GetSessionTransferURLResponse> responseObserver)
Get the session transfer URL for a given context.
|
void |
ServiceProviderGrpc.ServiceProviderStub.getSessionTransferURL(ApiProto.GetSessionTransferURLRequest request,
io.grpc.stub.StreamObserver<ApiProto.GetSessionTransferURLResponse> responseObserver)
Get the session transfer URL for a given context.
|
ApiProto.GetSessionTransferURLRequest.Builder |
ApiProto.GetSessionTransferURLRequest.Builder.mergeFrom(ApiProto.GetSessionTransferURLRequest other) |
static ApiProto.GetSessionTransferURLRequest.Builder |
ApiProto.GetSessionTransferURLRequest.newBuilder(ApiProto.GetSessionTransferURLRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
ApiProto.GetSessionTransferURLRequest |
GetSessionTransferURLRequest.toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ApiProto.GetSessionTransferURLRequest> |
GetSessionTransferURLRequest.toProtos(List<GetSessionTransferURLRequest> objects)
Convenience method for handling lists of objects.
|
| Modifier and Type | Method and Description |
|---|---|
static GetSessionTransferURLRequest |
GetSessionTransferURLRequest.fromProto(ApiProto.GetSessionTransferURLRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetSessionTransferURLRequest, which is much more usable.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GetSessionTransferURLRequest> |
GetSessionTransferURLRequest.fromProtos(List<ApiProto.GetSessionTransferURLRequest> protos)
Convenience method for handling lists of proto objects.
|
Copyright © 2021. All rights reserved.