All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(StorageTransferServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<TransferProto.CreateAgentPoolRequest,TransferTypes.AgentPool> |
getCreateAgentPoolMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.CreateTransferJobRequest,TransferTypes.TransferJob> |
getCreateTransferJobMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.DeleteAgentPoolRequest,com.google.protobuf.Empty> |
getDeleteAgentPoolMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.DeleteTransferJobRequest,com.google.protobuf.Empty> |
getDeleteTransferJobMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.GetAgentPoolRequest,TransferTypes.AgentPool> |
getGetAgentPoolMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.GetGoogleServiceAccountRequest,TransferTypes.GoogleServiceAccount> |
getGetGoogleServiceAccountMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.GetTransferJobRequest,TransferTypes.TransferJob> |
getGetTransferJobMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.ListAgentPoolsRequest,TransferProto.ListAgentPoolsResponse> |
getListAgentPoolsMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.ListTransferJobsRequest,TransferProto.ListTransferJobsResponse> |
getListTransferJobsMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.PauseTransferOperationRequest,com.google.protobuf.Empty> |
getPauseTransferOperationMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.ResumeTransferOperationRequest,com.google.protobuf.Empty> |
getResumeTransferOperationMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.RunTransferJobRequest,com.google.longrunning.Operation> |
getRunTransferJobMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<TransferProto.UpdateAgentPoolRequest,TransferTypes.AgentPool> |
getUpdateAgentPoolMethod() |
|
static io.grpc.MethodDescriptor<TransferProto.UpdateTransferJobRequest,TransferTypes.TransferJob> |
getUpdateTransferJobMethod() |
|
static StorageTransferServiceGrpc.StorageTransferServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static StorageTransferServiceGrpc.StorageTransferServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static StorageTransferServiceGrpc.StorageTransferServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|