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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignedEntity
getSignedEntities(int index)
Optional.int
getSignedEntitiesCount()
Optional.List<SignedEntity>
getSignedEntitiesList()
Optional.SignedEntityOrBuilder
getSignedEntitiesOrBuilder(int index)
Optional.List<? extends SignedEntityOrBuilder>
getSignedEntitiesOrBuilderList()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-