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