Uses of Class
com.google.cloud.iam.credentials.v1.SignJwtResponse
-
Packages that use SignJwtResponse Package Description com.google.cloud.iam.credentials.v1 A client to IAM Service Account Credentials APIcom.google.cloud.iam.credentials.v1.stub -
-
Uses of SignJwtResponse in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.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)SignJwtResponseIamCredentialsClient. signJwt(ServiceAccountName name, List<String> delegates, String payload)Signs a JWT using a service account's system-managed private key.SignJwtResponseIamCredentialsClient. signJwt(SignJwtRequest request)Signs a JWT using a service account's system-managed private key.SignJwtResponseIamCredentialsClient. signJwt(String name, List<String> delegates, String payload)Signs a JWT using a service account's system-managed private key.SignJwtResponseIAMCredentialsGrpc.IAMCredentialsBlockingStub. signJwt(SignJwtRequest request)Signs a JWT using a service account's system-managed private key.Methods in com.google.cloud.iam.credentials.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>IAMCredentialsGrpc. getSignJwtMethod()static com.google.protobuf.Parser<SignJwtResponse>SignJwtResponse. parser()com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>IAMCredentialsGrpc.IAMCredentialsFutureStub. signJwt(SignJwtRequest request)Signs a JWT using a service account's system-managed private key.com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>IamCredentialsClient. signJwtCallable()Signs a JWT using a service account's system-managed private key.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>IamCredentialsSettings.Builder. signJwtSettings()Returns the builder for the settings used for calls to signJwt.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>IamCredentialsSettings. signJwtSettings()Returns the object with the settings used for calls to signJwt.Methods in com.google.cloud.iam.credentials.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.cloud.iam.credentials.v1 with type arguments of type SignJwtResponse Modifier and Type Method Description default voidIAMCredentialsGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Signs a JWT using a service account's system-managed private key.voidIAMCredentialsGrpc.IAMCredentialsStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Signs a JWT using a service account's system-managed private key. -
Uses of SignJwtResponse in com.google.cloud.iam.credentials.v1.stub
Methods in com.google.cloud.iam.credentials.v1.stub that return types with arguments of type SignJwtResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>GrpcIamCredentialsStub. signJwtCallable()com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>HttpJsonIamCredentialsStub. signJwtCallable()com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>IamCredentialsStub. signJwtCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>IamCredentialsStubSettings.Builder. signJwtSettings()Returns the builder for the settings used for calls to signJwt.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>IamCredentialsStubSettings. signJwtSettings()Returns the object with the settings used for calls to signJwt.
-