- 1.91.0 (latest)
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class ShieldedInstanceIdentity.Builder extends GeneratedMessageV3.Builder<ShieldedInstanceIdentity.Builder> implements ShieldedInstanceIdentityOrBuilderA Shielded Instance Identity.
Protobuf type google.cloud.compute.v1.ShieldedInstanceIdentity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ShieldedInstanceIdentity.BuilderImplements
ShieldedInstanceIdentityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ShieldedInstanceIdentity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
build()
public ShieldedInstanceIdentity build()| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity |
|
buildPartial()
public ShieldedInstanceIdentity buildPartial()| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity |
|
clear()
public ShieldedInstanceIdentity.Builder clear()| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
clearEccP256EncryptionKey()
public ShieldedInstanceIdentity.Builder clearEccP256EncryptionKey()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 |
ShieldedInstanceIdentity.Builder |
|
clearEccP256SigningKey()
public ShieldedInstanceIdentity.Builder clearEccP256SigningKey()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 |
ShieldedInstanceIdentity.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ShieldedInstanceIdentity.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
clearKind()
public ShieldedInstanceIdentity.Builder clearKind()Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ShieldedInstanceIdentity.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
clone()
public ShieldedInstanceIdentity.Builder clone()| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
getDefaultInstanceForType()
public ShieldedInstanceIdentity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry |
The eccP256EncryptionKey. |
getEccP256EncryptionKeyBuilder()
public ShieldedInstanceIdentityEntry.Builder getEccP256EncryptionKeyBuilder()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 |
ShieldedInstanceIdentityEntry.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntryOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry |
The eccP256SigningKey. |
getEccP256SigningKeyBuilder()
public ShieldedInstanceIdentityEntry.Builder getEccP256SigningKeyBuilder()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 |
ShieldedInstanceIdentityEntry.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntryOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry |
The encryptionKey. |
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntryOrBuilder |
|
getKind()
public String 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. |
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry |
The signingKey. |
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntry.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentityEntryOrBuilder |
|
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()
public boolean 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEccP256EncryptionKey(ShieldedInstanceIdentityEntry value)
public ShieldedInstanceIdentity.Builder mergeEccP256EncryptionKey(ShieldedInstanceIdentityEntry value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeEccP256SigningKey(ShieldedInstanceIdentityEntry value)
public ShieldedInstanceIdentity.Builder mergeEccP256SigningKey(ShieldedInstanceIdentityEntry value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeEncryptionKey(ShieldedInstanceIdentityEntry value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeFrom(ShieldedInstanceIdentity other)
public ShieldedInstanceIdentity.Builder mergeFrom(ShieldedInstanceIdentity other)| Parameter | |
|---|---|
| Name | Description |
other |
ShieldedInstanceIdentity |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ShieldedInstanceIdentity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ShieldedInstanceIdentity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeSigningKey(ShieldedInstanceIdentityEntry value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ShieldedInstanceIdentity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEccP256EncryptionKey(ShieldedInstanceIdentityEntry value)
public ShieldedInstanceIdentity.Builder setEccP256EncryptionKey(ShieldedInstanceIdentityEntry value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEccP256EncryptionKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
public ShieldedInstanceIdentity.Builder setEccP256EncryptionKey(ShieldedInstanceIdentityEntry.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ShieldedInstanceIdentityEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEccP256SigningKey(ShieldedInstanceIdentityEntry value)
public ShieldedInstanceIdentity.Builder setEccP256SigningKey(ShieldedInstanceIdentityEntry value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEccP256SigningKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
public ShieldedInstanceIdentity.Builder setEccP256SigningKey(ShieldedInstanceIdentityEntry.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ShieldedInstanceIdentityEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEncryptionKey(ShieldedInstanceIdentityEntry value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setEncryptionKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ShieldedInstanceIdentityEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ShieldedInstanceIdentity.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setKind(String value)
public ShieldedInstanceIdentity.Builder setKind(String value)Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public ShieldedInstanceIdentity.Builder setKindBytes(ByteString value)Output only. [Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity entry.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ShieldedInstanceIdentity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setSigningKey(ShieldedInstanceIdentityEntry value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
ShieldedInstanceIdentityEntry |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setSigningKey(ShieldedInstanceIdentityEntry.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ShieldedInstanceIdentityEntry.Builder |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ShieldedInstanceIdentity.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ShieldedInstanceIdentity.Builder |
|