Interface ConfidentialSpaceInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConfidentialSpaceInfo, ConfidentialSpaceInfo.Builder

    public interface ConfidentialSpaceInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSignedEntitiesList

        List<SignedEntity> getSignedEntitiesList()
         Optional. A list of signed entities containing container image signatures
         that can be used for server-side signature verification.
         
        repeated .google.cloud.confidentialcomputing.v1.SignedEntity signed_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getSignedEntities

        SignedEntity getSignedEntities​(int index)
         Optional. A list of signed entities containing container image signatures
         that can be used for server-side signature verification.
         
        repeated .google.cloud.confidentialcomputing.v1.SignedEntity signed_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getSignedEntitiesCount

        int getSignedEntitiesCount()
         Optional. A list of signed entities containing container image signatures
         that can be used for server-side signature verification.
         
        repeated .google.cloud.confidentialcomputing.v1.SignedEntity signed_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getSignedEntitiesOrBuilderList

        List<? extends SignedEntityOrBuilder> getSignedEntitiesOrBuilderList()
         Optional. A list of signed entities containing container image signatures
         that can be used for server-side signature verification.
         
        repeated .google.cloud.confidentialcomputing.v1.SignedEntity signed_entities = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getSignedEntitiesOrBuilder

        SignedEntityOrBuilder getSignedEntitiesOrBuilder​(int index)
         Optional. A list of signed entities containing container image signatures
         that can be used for server-side signature verification.
         
        repeated .google.cloud.confidentialcomputing.v1.SignedEntity signed_entities = 1 [(.google.api.field_behavior) = OPTIONAL];