public static final class SignJwtResponse.Builder extends GeneratedMessage.Builder<SignJwtResponse.Builder> implements SignJwtResponseOrBuilderDeprecated. Migrate to Service Account Credentials API.
The service account sign JWT response.
Protobuf type google.iam.admin.v1.SignJwtResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SignJwtResponse.BuilderImplements
SignJwtResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SignJwtResponse build()| Returns | |
|---|---|
| Type | Description |
SignJwtResponse |
|
buildPartial()
public SignJwtResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
SignJwtResponse |
|
clear()
public SignJwtResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
|
clearKeyId() (deprecated)
public SignJwtResponse.Builder clearKeyId()Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |
clearSignedJwt() (deprecated)
public SignJwtResponse.Builder clearSignedJwt()Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SignJwtResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SignJwtResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKeyId() (deprecated)
public String getKeyId()Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The keyId. |
getKeyIdBytes() (deprecated)
public ByteString getKeyIdBytes()Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyId. |
getSignedJwt() (deprecated)
public String getSignedJwt()Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The signedJwt. |
getSignedJwtBytes() (deprecated)
public ByteString getSignedJwtBytes()Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for signedJwt. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SignJwtResponse other)
public SignJwtResponse.Builder mergeFrom(SignJwtResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignJwtResponse |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SignJwtResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SignJwtResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
|
setKeyId(String value) (deprecated)
public SignJwtResponse.Builder setKeyId(String value)Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe keyId to set. |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |
setKeyIdBytes(ByteString value) (deprecated)
public SignJwtResponse.Builder setKeyIdBytes(ByteString value)Deprecated. google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
Deprecated. Migrate to Service Account Credentials API.
The id of the key used to sign the JWT.
string key_id = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for keyId to set. |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |
setSignedJwt(String value) (deprecated)
public SignJwtResponse.Builder setSignedJwt(String value)Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe signedJwt to set. |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |
setSignedJwtBytes(ByteString value) (deprecated)
public SignJwtResponse.Builder setSignedJwtBytes(ByteString value)Deprecated. google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
Deprecated. Migrate to Service Account Credentials API.
The signed JWT.
string signed_jwt = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for signedJwt to set. |
| Returns | |
|---|---|
| Type | Description |
SignJwtResponse.Builder |
This builder for chaining. |