public final class ShieldedInstanceIdentity extends GeneratedMessage implements ShieldedInstanceIdentityOrBuilder
A Shielded Instance Identity.
Protobuf type google.cloud.compute.v1.ShieldedInstanceIdentity
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ECC_P256_ENCRYPTION_KEY_FIELD_NUMBER
public static final int ECC_P256_ENCRYPTION_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ECC_P256_SIGNING_KEY_FIELD_NUMBER
public static final int ECC_P256_SIGNING_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENCRYPTION_KEY_FIELD_NUMBER
public static final int ENCRYPTION_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIGNING_KEY_FIELD_NUMBER
public static final int SIGNING_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ShieldedInstanceIdentity getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ShieldedInstanceIdentity.Builder newBuilder()
newBuilder(ShieldedInstanceIdentity prototype)
public static ShieldedInstanceIdentity.Builder newBuilder(ShieldedInstanceIdentity prototype)
public static ShieldedInstanceIdentity parseDelimitedFrom(InputStream input)
public static ShieldedInstanceIdentity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ShieldedInstanceIdentity parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ShieldedInstanceIdentity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ShieldedInstanceIdentity parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ShieldedInstanceIdentity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ShieldedInstanceIdentity parseFrom(CodedInputStream input)
public static ShieldedInstanceIdentity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ShieldedInstanceIdentity parseFrom(InputStream input)
public static ShieldedInstanceIdentity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ShieldedInstanceIdentity parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ShieldedInstanceIdentity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ShieldedInstanceIdentity> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ShieldedInstanceIdentity getDefaultInstanceForType()
getEccP256EncryptionKey()
public ShieldedInstanceIdentityEntry getEccP256EncryptionKey()
An Endorsement Key (EK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_encryption_key = 469607365;
getEccP256EncryptionKeyOrBuilder()
public ShieldedInstanceIdentityEntryOrBuilder getEccP256EncryptionKeyOrBuilder()
An Endorsement Key (EK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_encryption_key = 469607365;
getEccP256SigningKey()
public ShieldedInstanceIdentityEntry getEccP256SigningKey()
An Attestation Key (AK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_signing_key = 477678403;
getEccP256SigningKeyOrBuilder()
public ShieldedInstanceIdentityEntryOrBuilder getEccP256SigningKeyOrBuilder()
An Attestation Key (AK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_signing_key = 477678403;
getEncryptionKey()
public ShieldedInstanceIdentityEntry getEncryptionKey()
An Endorsement Key (EK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry encryption_key = 488268707;
getEncryptionKeyOrBuilder()
public ShieldedInstanceIdentityEntryOrBuilder getEncryptionKeyOrBuilder()
An Endorsement Key (EK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry encryption_key = 488268707;
getKind()
Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance
identity entry.
optional string kind = 3292052;
| Returns |
| Type |
Description |
String |
The kind.
|
getKindBytes()
public ByteString getKindBytes()
Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance
identity entry.
optional string kind = 3292052;
| Returns |
| Type |
Description |
ByteString |
The bytes for kind.
|
getParserForType()
public Parser<ShieldedInstanceIdentity> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSigningKey()
public ShieldedInstanceIdentityEntry getSigningKey()
An Attestation Key (AK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry signing_key = 320948261;
getSigningKeyOrBuilder()
public ShieldedInstanceIdentityEntryOrBuilder getSigningKeyOrBuilder()
An Attestation Key (AK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry signing_key = 320948261;
hasEccP256EncryptionKey()
public boolean hasEccP256EncryptionKey()
An Endorsement Key (EK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_encryption_key = 469607365;
| Returns |
| Type |
Description |
boolean |
Whether the eccP256EncryptionKey field is set.
|
hasEccP256SigningKey()
public boolean hasEccP256SigningKey()
An Attestation Key (AK) made by the ECC P256 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry ecc_p256_signing_key = 477678403;
| Returns |
| Type |
Description |
boolean |
Whether the eccP256SigningKey field is set.
|
hasEncryptionKey()
public boolean hasEncryptionKey()
An Endorsement Key (EK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry encryption_key = 488268707;
| Returns |
| Type |
Description |
boolean |
Whether the encryptionKey field is set.
|
hasKind()
Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance
identity entry.
optional string kind = 3292052;
| Returns |
| Type |
Description |
boolean |
Whether the kind field is set.
|
hasSigningKey()
public boolean hasSigningKey()
An Attestation Key (AK) made by the RSA 2048 algorithm
issued to the Shielded Instance's vTPM.
optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry signing_key = 320948261;
| Returns |
| Type |
Description |
boolean |
Whether the signingKey field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ShieldedInstanceIdentity.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ShieldedInstanceIdentity.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ShieldedInstanceIdentity.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides