public final class ConfidentialSpaceInfo extends GeneratedMessageV3 implements ConfidentialSpaceInfoOrBuilder
ConfidentialSpaceInfo contains information related to the Confidential Space TEE.
Protobuf type google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ConfidentialSpaceInfoImplements
ConfidentialSpaceInfoOrBuilderStatic Fields
SIGNED_ENTITIES_FIELD_NUMBER
public static final int SIGNED_ENTITIES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ConfidentialSpaceInfo getDefaultInstance()
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ConfidentialSpaceInfo.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo.Builder |
newBuilder(ConfidentialSpaceInfo prototype)
public static ConfidentialSpaceInfo.Builder newBuilder(ConfidentialSpaceInfo prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ConfidentialSpaceInfo |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo.Builder |
parseDelimitedFrom(InputStream input)
public static ConfidentialSpaceInfo parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ConfidentialSpaceInfo parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ConfidentialSpaceInfo parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ConfidentialSpaceInfo parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ConfidentialSpaceInfo parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ConfidentialSpaceInfo parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfidentialSpaceInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ConfidentialSpaceInfo> parser()
Returns | |
---|---|
Type | Description |
Parser<ConfidentialSpaceInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ConfidentialSpaceInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo |
getParserForType()
public Parser<ConfidentialSpaceInfo> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ConfidentialSpaceInfo> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSignedEntities(int index)
public 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SignedEntity |
getSignedEntitiesCount()
public 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];
Returns | |
---|---|
Type | Description |
int |
getSignedEntitiesList()
public 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];
Returns | |
---|---|
Type | Description |
List<SignedEntity> |
getSignedEntitiesOrBuilder(int index)
public 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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SignedEntityOrBuilder |
getSignedEntitiesOrBuilderList()
public 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.confidentialcomputing.v1.SignedEntityOrBuilder> |
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 ConfidentialSpaceInfo.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConfidentialSpaceInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ConfidentialSpaceInfo.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ConfidentialSpaceInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |