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 SignJwtResponseIAMClient. signJwt(ServiceAccountName name, String payload)Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponseIAMClient. signJwt(SignJwtRequest request)Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponseIAMClient. 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 SignJwtResponseSignJwtResponse.Builder. build()SignJwtResponseSignJwtResponse.Builder. buildPartial()static SignJwtResponseSignJwtResponse. getDefaultInstance()SignJwtResponseSignJwtResponse.Builder. getDefaultInstanceForType()SignJwtResponseSignJwtResponse. getDefaultInstanceForType()static SignJwtResponseSignJwtResponse. parseDelimitedFrom(InputStream input)static SignJwtResponseSignJwtResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtResponseSignJwtResponse. parseFrom(byte[] data)static SignJwtResponseSignJwtResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtResponseSignJwtResponse. parseFrom(com.google.protobuf.ByteString data)static SignJwtResponseSignJwtResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtResponseSignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SignJwtResponseSignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtResponseSignJwtResponse. parseFrom(InputStream input)static SignJwtResponseSignJwtResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtResponseSignJwtResponse. parseFrom(ByteBuffer data)static SignJwtResponseSignJwtResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SignJwtResponseIAMGrpc.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.BuilderSignJwtResponse.Builder. mergeFrom(SignJwtResponse other)static SignJwtResponse.BuilderSignJwtResponse. newBuilder(SignJwtResponse prototype)Method parameters in com.google.iam.admin.v1 with type arguments of type SignJwtResponse Modifier and Type Method Description default voidIAMGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Deprecated.voidIAMGrpc.IAMStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Deprecated.
-