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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfidentialSpaceInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
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];
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
clearField(Descriptors.FieldDescriptor field)
public ConfidentialSpaceInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfidentialSpaceInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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];
clone()
public ConfidentialSpaceInfo.Builder clone()
Overrides
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 GeneratedMessageV3.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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfidentialSpaceInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public ConfidentialSpaceInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfidentialSpaceInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfidentialSpaceInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides