Package com.google.cloud.compute.v1
Class ShieldedInstanceIdentity.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
- com.google.cloud.compute.v1.ShieldedInstanceIdentity.Builder
-
- All Implemented Interfaces:
ShieldedInstanceIdentityOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ShieldedInstanceIdentity
public static final class ShieldedInstanceIdentity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder> implements ShieldedInstanceIdentityOrBuilder
A Shielded Instance Identity.
Protobuf typegoogle.cloud.compute.v1.ShieldedInstanceIdentity
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShieldedInstanceIdentity.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ShieldedInstanceIdentitybuild()ShieldedInstanceIdentitybuildPartial()ShieldedInstanceIdentity.Builderclear()ShieldedInstanceIdentity.BuilderclearEncryptionKey()An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ShieldedInstanceIdentity.BuilderclearKind()[Output Only] Type of the resource.ShieldedInstanceIdentity.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ShieldedInstanceIdentity.BuilderclearSigningKey()An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.Builderclone()ShieldedInstanceIdentitygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ShieldedInstanceIdentityEntrygetEncryptionKey()An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentityEntry.BuildergetEncryptionKeyBuilder()An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentityEntryOrBuildergetEncryptionKeyOrBuilder()An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.StringgetKind()[Output Only] Type of the resource.com.google.protobuf.ByteStringgetKindBytes()[Output Only] Type of the resource.ShieldedInstanceIdentityEntrygetSigningKey()An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentityEntry.BuildergetSigningKeyBuilder()An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentityEntryOrBuildergetSigningKeyOrBuilder()An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.booleanhasEncryptionKey()An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.booleanhasKind()[Output Only] Type of the resource.booleanhasSigningKey()An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ShieldedInstanceIdentity.BuildermergeEncryptionKey(ShieldedInstanceIdentityEntry value)An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildermergeFrom(ShieldedInstanceIdentity other)ShieldedInstanceIdentity.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ShieldedInstanceIdentity.BuildermergeFrom(com.google.protobuf.Message other)ShieldedInstanceIdentity.BuildermergeSigningKey(ShieldedInstanceIdentityEntry value)An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ShieldedInstanceIdentity.BuildersetEncryptionKey(ShieldedInstanceIdentityEntry value)An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildersetEncryptionKey(ShieldedInstanceIdentityEntry.Builder builderForValue)An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ShieldedInstanceIdentity.BuildersetKind(String value)[Output Only] Type of the resource.ShieldedInstanceIdentity.BuildersetKindBytes(com.google.protobuf.ByteString value)[Output Only] Type of the resource.ShieldedInstanceIdentity.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ShieldedInstanceIdentity.BuildersetSigningKey(ShieldedInstanceIdentityEntry value)An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildersetSigningKey(ShieldedInstanceIdentityEntry.Builder builderForValue)An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.ShieldedInstanceIdentity.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
clear
public ShieldedInstanceIdentity.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
getDefaultInstanceForType
public ShieldedInstanceIdentity getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ShieldedInstanceIdentity build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ShieldedInstanceIdentity buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ShieldedInstanceIdentity.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
setField
public ShieldedInstanceIdentity.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
clearField
public ShieldedInstanceIdentity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
clearOneof
public ShieldedInstanceIdentity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
setRepeatedField
public ShieldedInstanceIdentity.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
addRepeatedField
public ShieldedInstanceIdentity.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
mergeFrom
public ShieldedInstanceIdentity.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ShieldedInstanceIdentity.Builder>
-
mergeFrom
public ShieldedInstanceIdentity.Builder mergeFrom(ShieldedInstanceIdentity other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
mergeFrom
public ShieldedInstanceIdentity.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ShieldedInstanceIdentity.Builder>- Throws:
IOException
-
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;- Specified by:
hasEncryptionKeyin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- Whether the encryptionKey field is set.
-
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;- Specified by:
getEncryptionKeyin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- The encryptionKey.
-
setEncryptionKey
public ShieldedInstanceIdentity.Builder setEncryptionKey(ShieldedInstanceIdentityEntry value)
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;
-
setEncryptionKey
public ShieldedInstanceIdentity.Builder setEncryptionKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
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;
-
mergeEncryptionKey
public ShieldedInstanceIdentity.Builder mergeEncryptionKey(ShieldedInstanceIdentityEntry value)
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;
-
clearEncryptionKey
public ShieldedInstanceIdentity.Builder clearEncryptionKey()
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;
-
getEncryptionKeyBuilder
public ShieldedInstanceIdentityEntry.Builder getEncryptionKeyBuilder()
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;- Specified by:
getEncryptionKeyOrBuilderin interfaceShieldedInstanceIdentityOrBuilder
-
hasKind
public boolean hasKind()
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Specified by:
hasKindin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- Whether the kind field is set.
-
getKind
public String getKind()
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Specified by:
getKindin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- The kind.
-
getKindBytes
public com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Specified by:
getKindBytesin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- The bytes for kind.
-
setKind
public ShieldedInstanceIdentity.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Parameters:
value- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public ShieldedInstanceIdentity.Builder clearKind()
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Returns:
- This builder for chaining.
-
setKindBytes
public ShieldedInstanceIdentity.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;- Parameters:
value- The bytes for kind to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
hasSigningKeyin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- Whether the signingKey field is set.
-
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;- Specified by:
getSigningKeyin interfaceShieldedInstanceIdentityOrBuilder- Returns:
- The signingKey.
-
setSigningKey
public ShieldedInstanceIdentity.Builder setSigningKey(ShieldedInstanceIdentityEntry value)
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;
-
setSigningKey
public ShieldedInstanceIdentity.Builder setSigningKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
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;
-
mergeSigningKey
public ShieldedInstanceIdentity.Builder mergeSigningKey(ShieldedInstanceIdentityEntry value)
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;
-
clearSigningKey
public ShieldedInstanceIdentity.Builder clearSigningKey()
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;
-
getSigningKeyBuilder
public ShieldedInstanceIdentityEntry.Builder getSigningKeyBuilder()
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;- Specified by:
getSigningKeyOrBuilderin interfaceShieldedInstanceIdentityOrBuilder
-
setUnknownFields
public final ShieldedInstanceIdentity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
mergeUnknownFields
public final ShieldedInstanceIdentity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder>
-
-