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 SignJwtResponseIAMClient. 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 SignJwtRequestSignJwtRequest.Builder. build()SignJwtRequestSignJwtRequest.Builder. buildPartial()static SignJwtRequestSignJwtRequest. getDefaultInstance()SignJwtRequestSignJwtRequest.Builder. getDefaultInstanceForType()SignJwtRequestSignJwtRequest. getDefaultInstanceForType()static SignJwtRequestSignJwtRequest. parseDelimitedFrom(InputStream input)static SignJwtRequestSignJwtRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(byte[] data)static SignJwtRequestSignJwtRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.ByteString data)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(InputStream input)static SignJwtRequestSignJwtRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(ByteBuffer data)static SignJwtRequestSignJwtRequest. 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.BuilderSignJwtRequest.Builder. mergeFrom(SignJwtRequest other)static SignJwtRequest.BuilderSignJwtRequest. newBuilder(SignJwtRequest prototype)default voidIAMGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Deprecated.SignJwtResponseIAMGrpc.IAMBlockingStub. signJwt(SignJwtRequest request)Deprecated.com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>IAMGrpc.IAMFutureStub. signJwt(SignJwtRequest request)Deprecated.voidIAMGrpc.IAMStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Deprecated.
-