Uses of Class
com.google.cloud.confidentialcomputing.v1.SignedEntity
-
Packages that use SignedEntity Package Description com.google.cloud.confidentialcomputing.v1 A client to Confidential Computing API -
-
Uses of SignedEntity in com.google.cloud.confidentialcomputing.v1
Methods in com.google.cloud.confidentialcomputing.v1 that return SignedEntity Modifier and Type Method Description SignedEntitySignedEntity.Builder. build()SignedEntitySignedEntity.Builder. buildPartial()static SignedEntitySignedEntity. getDefaultInstance()SignedEntitySignedEntity.Builder. getDefaultInstanceForType()SignedEntitySignedEntity. getDefaultInstanceForType()SignedEntityConfidentialSpaceInfo.Builder. getSignedEntities(int index)Optional.SignedEntityConfidentialSpaceInfo. getSignedEntities(int index)Optional.SignedEntityConfidentialSpaceInfoOrBuilder. getSignedEntities(int index)Optional.static SignedEntitySignedEntity. parseDelimitedFrom(InputStream input)static SignedEntitySignedEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignedEntitySignedEntity. parseFrom(byte[] data)static SignedEntitySignedEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignedEntitySignedEntity. parseFrom(com.google.protobuf.ByteString data)static SignedEntitySignedEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignedEntitySignedEntity. parseFrom(com.google.protobuf.CodedInputStream input)static SignedEntitySignedEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignedEntitySignedEntity. parseFrom(InputStream input)static SignedEntitySignedEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignedEntitySignedEntity. parseFrom(ByteBuffer data)static SignedEntitySignedEntity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.confidentialcomputing.v1 that return types with arguments of type SignedEntity Modifier and Type Method Description com.google.protobuf.Parser<SignedEntity>SignedEntity. getParserForType()List<SignedEntity>ConfidentialSpaceInfo.Builder. getSignedEntitiesList()Optional.List<SignedEntity>ConfidentialSpaceInfo. getSignedEntitiesList()Optional.List<SignedEntity>ConfidentialSpaceInfoOrBuilder. getSignedEntitiesList()Optional.static com.google.protobuf.Parser<SignedEntity>SignedEntity. parser()Methods in com.google.cloud.confidentialcomputing.v1 with parameters of type SignedEntity Modifier and Type Method Description ConfidentialSpaceInfo.BuilderConfidentialSpaceInfo.Builder. addSignedEntities(int index, SignedEntity value)Optional.ConfidentialSpaceInfo.BuilderConfidentialSpaceInfo.Builder. addSignedEntities(SignedEntity value)Optional.SignedEntity.BuilderSignedEntity.Builder. mergeFrom(SignedEntity other)static SignedEntity.BuilderSignedEntity. newBuilder(SignedEntity prototype)ConfidentialSpaceInfo.BuilderConfidentialSpaceInfo.Builder. setSignedEntities(int index, SignedEntity value)Optional.Method parameters in com.google.cloud.confidentialcomputing.v1 with type arguments of type SignedEntity Modifier and Type Method Description ConfidentialSpaceInfo.BuilderConfidentialSpaceInfo.Builder. addAllSignedEntities(Iterable<? extends SignedEntity> values)Optional.
-