Uses of Class
com.google.iam.admin.v1.SignJwtRequest
-
Packages that use SignJwtRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of SignJwtRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type SignJwtRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
IAMClient. signJwtCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>
IAMSettings.Builder. signJwtSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>
IAMSettings. signJwtSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.iam.admin.v1 with parameters of type SignJwtRequest Modifier and Type Method Description SignJwtResponse
IAMClient. signJwt(SignJwtRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SignJwtRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type SignJwtRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
GrpcIAMStub. signJwtCallable()
com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
IAMStub. signJwtCallable()
Deprecated.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>
IAMStubSettings.Builder. signJwtSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>
IAMStubSettings. signJwtSettings()
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SignJwtRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return SignJwtRequest Modifier and Type Method Description SignJwtRequest
SignJwtRequest.Builder. build()
SignJwtRequest
SignJwtRequest.Builder. buildPartial()
static SignJwtRequest
SignJwtRequest. getDefaultInstance()
SignJwtRequest
SignJwtRequest.Builder. getDefaultInstanceForType()
SignJwtRequest
SignJwtRequest. getDefaultInstanceForType()
static SignJwtRequest
SignJwtRequest. parseDelimitedFrom(InputStream input)
static SignJwtRequest
SignJwtRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(byte[] data)
static SignJwtRequest
SignJwtRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.ByteString data)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(InputStream input)
static SignJwtRequest
SignJwtRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(ByteBuffer data)
static SignJwtRequest
SignJwtRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type SignJwtRequest Modifier and Type Method Description com.google.protobuf.Parser<SignJwtRequest>
SignJwtRequest. getParserForType()
static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse>
IAMGrpc. getSignJwtMethod()
static com.google.protobuf.Parser<SignJwtRequest>
SignJwtRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type SignJwtRequest Modifier and Type Method Description SignJwtRequest.Builder
SignJwtRequest.Builder. mergeFrom(SignJwtRequest other)
static SignJwtRequest.Builder
SignJwtRequest. newBuilder(SignJwtRequest prototype)
default void
IAMGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Deprecated.SignJwtResponse
IAMGrpc.IAMBlockingStub. signJwt(SignJwtRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>
IAMGrpc.IAMFutureStub. signJwt(SignJwtRequest request)
Deprecated.void
IAMGrpc.IAMStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Deprecated.
-