Class ConfidentialSpaceInfo.Builder (0.69.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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>
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameter
Name Description
value SignedEntity
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameter
Name Description
builderForValue SignedEntity.Builder
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameters
Name Description
index int
value SignedEntity
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameters
Name Description
index int
builderForValue SignedEntity.Builder
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Returns
Type Description
SignedEntity.Builder

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
Returns
Type Description
SignedEntity.Builder

build()

public ConfidentialSpaceInfo build()
Returns
Type Description
ConfidentialSpaceInfo

buildPartial()

public ConfidentialSpaceInfo buildPartial()
Returns
Type Description
ConfidentialSpaceInfo

clear()

public ConfidentialSpaceInfo.Builder clear()
Returns
Type Description
ConfidentialSpaceInfo.Builder
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];

Returns
Type Description
ConfidentialSpaceInfo.Builder

getDefaultInstanceForType()

public ConfidentialSpaceInfo getDefaultInstanceForType()
Returns
Type Description
ConfidentialSpaceInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Returns
Type Description
SignedEntity

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
Returns
Type Description
SignedEntity.Builder

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];

Returns
Type Description
List<Builder>

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>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ConfidentialSpaceInfo other)

public ConfidentialSpaceInfo.Builder mergeFrom(ConfidentialSpaceInfo other)
Parameter
Name Description
other ConfidentialSpaceInfo
Returns
Type Description
ConfidentialSpaceInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConfidentialSpaceInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfidentialSpaceInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ConfidentialSpaceInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ConfidentialSpaceInfo.Builder
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
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameters
Name Description
index int
value SignedEntity
Returns
Type Description
ConfidentialSpaceInfo.Builder

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];

Parameters
Name Description
index int
builderForValue SignedEntity.Builder
Returns
Type Description
ConfidentialSpaceInfo.Builder