public static final class ConfidentialSpaceInfo.Builder extends GeneratedMessage.Builder<ConfidentialSpaceInfo.Builder> implements ConfidentialSpaceInfoOrBuilder
ConfidentialSpaceInfo contains information related to the Confidential Space
TEE.
Protobuf type google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSignedEntities(Iterable<? extends SignedEntity> values)
public ConfidentialSpaceInfo.Builder addAllSignedEntities(Iterable<? extends SignedEntity> values)
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 |
values |
Iterable<? extends com.google.cloud.confidentialcomputing.v1.SignedEntity>
|
addSignedEntities(SignedEntity value)
public ConfidentialSpaceInfo.Builder addSignedEntities(SignedEntity value)
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];
addSignedEntities(SignedEntity.Builder builderForValue)
public ConfidentialSpaceInfo.Builder addSignedEntities(SignedEntity.Builder builderForValue)
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];
addSignedEntities(int index, SignedEntity value)
public ConfidentialSpaceInfo.Builder addSignedEntities(int index, SignedEntity value)
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];
addSignedEntities(int index, SignedEntity.Builder builderForValue)
public ConfidentialSpaceInfo.Builder addSignedEntities(int index, SignedEntity.Builder builderForValue)
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];
addSignedEntitiesBuilder()
public SignedEntity.Builder addSignedEntitiesBuilder()
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];
addSignedEntitiesBuilder(int index)
public SignedEntity.Builder addSignedEntitiesBuilder(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
|
build()
public ConfidentialSpaceInfo build()
buildPartial()
public ConfidentialSpaceInfo buildPartial()
clear()
public ConfidentialSpaceInfo.Builder clear()
Overrides
clearSignedEntities()
public ConfidentialSpaceInfo.Builder clearSignedEntities()
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];
getDefaultInstanceForType()
public ConfidentialSpaceInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
getSignedEntitiesBuilder(int index)
public SignedEntity.Builder getSignedEntitiesBuilder(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
|
getSignedEntitiesBuilderList()
public List<SignedEntity.Builder> getSignedEntitiesBuilderList()
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()
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];
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
|
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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ConfidentialSpaceInfo other)
public ConfidentialSpaceInfo.Builder mergeFrom(ConfidentialSpaceInfo other)
public ConfidentialSpaceInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ConfidentialSpaceInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeSignedEntities(int index)
public ConfidentialSpaceInfo.Builder removeSignedEntities(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
|
setSignedEntities(int index, SignedEntity value)
public ConfidentialSpaceInfo.Builder setSignedEntities(int index, SignedEntity value)
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];
setSignedEntities(int index, SignedEntity.Builder builderForValue)
public ConfidentialSpaceInfo.Builder setSignedEntities(int index, SignedEntity.Builder builderForValue)
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];