Interface ConfidentialSpaceInfoOrBuilder (0.48.0)

publicinterface ConfidentialSpaceInfoOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getSignedEntities(int index)

publicabstractSignedEntitygetSignedEntities(intindex)

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];

Parameter
Name Description
index int
Returns
Type Description
SignedEntity

getSignedEntitiesCount()

publicabstractintgetSignedEntitiesCount()

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];

Returns
Type Description
int

getSignedEntitiesList()

publicabstractList<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];

Returns
Type Description
List<SignedEntity>

getSignedEntitiesOrBuilder(int index)

publicabstractSignedEntityOrBuildergetSignedEntitiesOrBuilder(intindex)

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];

Parameter
Name Description
index int
Returns
Type Description
SignedEntityOrBuilder

getSignedEntitiesOrBuilderList()

publicabstractList<?extendsSignedEntityOrBuilder>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];

Returns
Type Description
List<? extends com.google.cloud.confidentialcomputing.v1.SignedEntityOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.