Interface SignedEntityOrBuilder (0.29.0)

publicinterface SignedEntityOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getContainerImageSignatures(int index)

publicabstractContainerImageSignaturegetContainerImageSignatures(intindex)

Optional. A list of container image signatures attached to an OCI image object.

repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ContainerImageSignature

getContainerImageSignaturesCount()

publicabstractintgetContainerImageSignaturesCount()

Optional. A list of container image signatures attached to an OCI image object.

repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getContainerImageSignaturesList()

publicabstractList<ContainerImageSignature>getContainerImageSignaturesList()

Optional. A list of container image signatures attached to an OCI image object.

repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<ContainerImageSignature>

getContainerImageSignaturesOrBuilder(int index)

publicabstractContainerImageSignatureOrBuildergetContainerImageSignaturesOrBuilder(intindex)

Optional. A list of container image signatures attached to an OCI image object.

repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ContainerImageSignatureOrBuilder

getContainerImageSignaturesOrBuilderList()

publicabstractList<?extendsContainerImageSignatureOrBuilder>getContainerImageSignaturesOrBuilderList()

Optional. A list of container image signatures attached to an OCI image object.

repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];

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

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.