Package com.google.cloud.kms.v1
Interface KeyOperationAttestation.CertificateChainsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeyOperationAttestation.CertificateChains
,KeyOperationAttestation.CertificateChains.Builder
- Enclosing class:
- KeyOperationAttestation
public static interface KeyOperationAttestation.CertificateChainsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCaviumCerts(int index)
Cavium certificate chain corresponding to the attestation.com.google.protobuf.ByteString
getCaviumCertsBytes(int index)
Cavium certificate chain corresponding to the attestation.int
getCaviumCertsCount()
Cavium certificate chain corresponding to the attestation.List<String>
getCaviumCertsList()
Cavium certificate chain corresponding to the attestation.String
getGoogleCardCerts(int index)
Google card certificate chain corresponding to the attestation.com.google.protobuf.ByteString
getGoogleCardCertsBytes(int index)
Google card certificate chain corresponding to the attestation.int
getGoogleCardCertsCount()
Google card certificate chain corresponding to the attestation.List<String>
getGoogleCardCertsList()
Google card certificate chain corresponding to the attestation.String
getGooglePartitionCerts(int index)
Google partition certificate chain corresponding to the attestation.com.google.protobuf.ByteString
getGooglePartitionCertsBytes(int index)
Google partition certificate chain corresponding to the attestation.int
getGooglePartitionCertsCount()
Google partition certificate chain corresponding to the attestation.List<String>
getGooglePartitionCertsList()
Google partition certificate chain corresponding to the attestation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCaviumCertsList
List<String> getCaviumCertsList()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
- Returns:
- A list containing the caviumCerts.
-
getCaviumCertsCount
int getCaviumCertsCount()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
- Returns:
- The count of caviumCerts.
-
getCaviumCerts
String getCaviumCerts(int index)
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The caviumCerts at the given index.
-
getCaviumCertsBytes
com.google.protobuf.ByteString getCaviumCertsBytes(int index)
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the caviumCerts at the given index.
-
getGoogleCardCertsList
List<String> getGoogleCardCertsList()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
- Returns:
- A list containing the googleCardCerts.
-
getGoogleCardCertsCount
int getGoogleCardCertsCount()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
- Returns:
- The count of googleCardCerts.
-
getGoogleCardCerts
String getGoogleCardCerts(int index)
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The googleCardCerts at the given index.
-
getGoogleCardCertsBytes
com.google.protobuf.ByteString getGoogleCardCertsBytes(int index)
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the googleCardCerts at the given index.
-
getGooglePartitionCertsList
List<String> getGooglePartitionCertsList()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
- Returns:
- A list containing the googlePartitionCerts.
-
getGooglePartitionCertsCount
int getGooglePartitionCertsCount()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
- Returns:
- The count of googlePartitionCerts.
-
getGooglePartitionCerts
String getGooglePartitionCerts(int index)
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The googlePartitionCerts at the given index.
-
getGooglePartitionCertsBytes
com.google.protobuf.ByteString getGooglePartitionCertsBytes(int index)
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the googlePartitionCerts at the given index.
-
-