Class ConfidentialSpaceInfo.Builder (0.17.0)

public static final class ConfidentialSpaceInfo.Builder extends GeneratedMessageV3.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.confidentialcomputing.v1.SignedEntity>
Returns
TypeDescription
ConfidentialSpaceInfo.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ConfidentialSpaceInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

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
NameDescription
valueSignedEntity
Returns
TypeDescription
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
NameDescription
builderForValueSignedEntity.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueSignedEntity
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSignedEntity.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
SignedEntity.Builder

build()

public ConfidentialSpaceInfo build()
Returns
TypeDescription
ConfidentialSpaceInfo

buildPartial()

public ConfidentialSpaceInfo buildPartial()
Returns
TypeDescription
ConfidentialSpaceInfo

clear()

public ConfidentialSpaceInfo.Builder clear()
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ConfidentialSpaceInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ConfidentialSpaceInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
ConfidentialSpaceInfo.Builder

clone()

public ConfidentialSpaceInfo.Builder clone()
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

getDefaultInstanceForType()

public ConfidentialSpaceInfo getDefaultInstanceForType()
Returns
TypeDescription
ConfidentialSpaceInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.confidentialcomputing.v1.SignedEntityOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ConfidentialSpaceInfo other)

public ConfidentialSpaceInfo.Builder mergeFrom(ConfidentialSpaceInfo other)
Parameter
NameDescription
otherConfidentialSpaceInfo
Returns
TypeDescription
ConfidentialSpaceInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConfidentialSpaceInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ConfidentialSpaceInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ConfidentialSpaceInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ConfidentialSpaceInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ConfidentialSpaceInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ConfidentialSpaceInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides

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
NameDescription
indexint
valueSignedEntity
Returns
TypeDescription
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
NameDescription
indexint
builderForValueSignedEntity.Builder
Returns
TypeDescription
ConfidentialSpaceInfo.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ConfidentialSpaceInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ConfidentialSpaceInfo.Builder
Overrides