public final class SignedEntity extends GeneratedMessageV3 implements SignedEntityOrBuilder
SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.
Protobuf type google.cloud.confidentialcomputing.v1.SignedEntity
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SignedEntityImplements
SignedEntityOrBuilderStatic Fields
CONTAINER_IMAGE_SIGNATURES_FIELD_NUMBER
public static final int CONTAINER_IMAGE_SIGNATURES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SignedEntity getDefaultInstance()
Returns | |
---|---|
Type | Description |
SignedEntity |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SignedEntity.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SignedEntity.Builder |
newBuilder(SignedEntity prototype)
public static SignedEntity.Builder newBuilder(SignedEntity prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SignedEntity |
Returns | |
---|---|
Type | Description |
SignedEntity.Builder |
parseDelimitedFrom(InputStream input)
public static SignedEntity parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SignedEntity parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SignedEntity parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SignedEntity parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SignedEntity parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SignedEntity parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SignedEntity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SignedEntity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SignedEntity> parser()
Returns | |
---|---|
Type | Description |
Parser<SignedEntity> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getContainerImageSignatures(int index)
public ContainerImageSignature getContainerImageSignatures(int index)
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()
public int getContainerImageSignaturesCount()
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()
public List<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)
public ContainerImageSignatureOrBuilder getContainerImageSignaturesOrBuilder(int index)
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()
public List<? extends ContainerImageSignatureOrBuilder> 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> |
getDefaultInstanceForType()
public SignedEntity getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SignedEntity |
getParserForType()
public Parser<SignedEntity> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SignedEntity> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SignedEntity.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SignedEntity.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SignedEntity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SignedEntity.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SignedEntity.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SignedEntity.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |