Uses of Class
com.google.iam.admin.v1.SignJwtResponse
-
Packages that use SignJwtResponse 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 SignJwtResponse in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return SignJwtResponse Modifier and Type Method Description SignJwtResponse
IAMClient. signJwt(ServiceAccountName name, String payload)
Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponse
IAMClient. signJwt(SignJwtRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponse
IAMClient. signJwt(String name, String payload)
Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type SignJwtResponse 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. -
Uses of SignJwtResponse in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type SignJwtResponse 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 SignJwtResponse in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return SignJwtResponse Modifier and Type Method Description SignJwtResponse
SignJwtResponse.Builder. build()
SignJwtResponse
SignJwtResponse.Builder. buildPartial()
static SignJwtResponse
SignJwtResponse. getDefaultInstance()
SignJwtResponse
SignJwtResponse.Builder. getDefaultInstanceForType()
SignJwtResponse
SignJwtResponse. getDefaultInstanceForType()
static SignJwtResponse
SignJwtResponse. parseDelimitedFrom(InputStream input)
static SignJwtResponse
SignJwtResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(byte[] data)
static SignJwtResponse
SignJwtResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.ByteString data)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(InputStream input)
static SignJwtResponse
SignJwtResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(ByteBuffer data)
static SignJwtResponse
SignJwtResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SignJwtResponse
IAMGrpc.IAMBlockingStub. signJwt(SignJwtRequest request)
Deprecated.Methods in com.google.iam.admin.v1 that return types with arguments of type SignJwtResponse Modifier and Type Method Description com.google.protobuf.Parser<SignJwtResponse>
SignJwtResponse. getParserForType()
static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse>
IAMGrpc. getSignJwtMethod()
static com.google.protobuf.Parser<SignJwtResponse>
SignJwtResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>
IAMGrpc.IAMFutureStub. signJwt(SignJwtRequest request)
Deprecated.Methods in com.google.iam.admin.v1 with parameters of type SignJwtResponse Modifier and Type Method Description SignJwtResponse.Builder
SignJwtResponse.Builder. mergeFrom(SignJwtResponse other)
static SignJwtResponse.Builder
SignJwtResponse. newBuilder(SignJwtResponse prototype)
Method parameters in com.google.iam.admin.v1 with type arguments of type SignJwtResponse Modifier and Type Method Description default void
IAMGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Deprecated.void
IAMGrpc.IAMStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Deprecated.
-