Class SignedEntity.Builder

  • All Implemented Interfaces:
    SignedEntityOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SignedEntity

    public static final class SignedEntity.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
    implements SignedEntityOrBuilder
     SignedEntity represents an OCI image object containing everything necessary
     to verify container image signatures.
     
    Protobuf type google.cloud.confidentialcomputing.v1.SignedEntity
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • clear

        public SignedEntity.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • getDefaultInstanceForType

        public SignedEntity getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SignedEntity build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SignedEntity buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SignedEntity.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • setField

        public SignedEntity.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • clearField

        public SignedEntity.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • clearOneof

        public SignedEntity.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • setRepeatedField

        public SignedEntity.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • addRepeatedField

        public SignedEntity.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • mergeFrom

        public SignedEntity.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SignedEntity.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • mergeFrom

        public SignedEntity.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SignedEntity.Builder>
        Throws:
        IOException
      • getContainerImageSignaturesList

        public List<ContainerImageSignature> getContainerImageSignaturesList()
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getContainerImageSignaturesList in interface SignedEntityOrBuilder
      • getContainerImageSignaturesCount

        public int getContainerImageSignaturesCount()
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getContainerImageSignaturesCount in interface SignedEntityOrBuilder
      • getContainerImageSignatures

        public ContainerImageSignature getContainerImageSignatures​(int index)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getContainerImageSignatures in interface SignedEntityOrBuilder
      • setContainerImageSignatures

        public SignedEntity.Builder setContainerImageSignatures​(int index,
                                                                ContainerImageSignature value)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • setContainerImageSignatures

        public SignedEntity.Builder setContainerImageSignatures​(int index,
                                                                ContainerImageSignature.Builder builderForValue)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addContainerImageSignatures

        public SignedEntity.Builder addContainerImageSignatures​(ContainerImageSignature value)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addContainerImageSignatures

        public SignedEntity.Builder addContainerImageSignatures​(int index,
                                                                ContainerImageSignature value)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addContainerImageSignatures

        public SignedEntity.Builder addContainerImageSignatures​(ContainerImageSignature.Builder builderForValue)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addContainerImageSignatures

        public SignedEntity.Builder addContainerImageSignatures​(int index,
                                                                ContainerImageSignature.Builder builderForValue)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addAllContainerImageSignatures

        public SignedEntity.Builder addAllContainerImageSignatures​(Iterable<? extends ContainerImageSignature> values)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • clearContainerImageSignatures

        public SignedEntity.Builder clearContainerImageSignatures()
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • removeContainerImageSignatures

        public SignedEntity.Builder removeContainerImageSignatures​(int index)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getContainerImageSignaturesBuilder

        public ContainerImageSignature.Builder getContainerImageSignaturesBuilder​(int index)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getContainerImageSignaturesOrBuilder

        public ContainerImageSignatureOrBuilder getContainerImageSignaturesOrBuilder​(int index)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getContainerImageSignaturesOrBuilder in interface SignedEntityOrBuilder
      • addContainerImageSignaturesBuilder

        public ContainerImageSignature.Builder addContainerImageSignaturesBuilder()
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • addContainerImageSignaturesBuilder

        public ContainerImageSignature.Builder addContainerImageSignaturesBuilder​(int index)
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • getContainerImageSignaturesBuilderList

        public List<ContainerImageSignature.Builder> getContainerImageSignaturesBuilderList()
         Optional. A list of container image signatures attached to an OCI image
         object.
         
        repeated .google.cloud.confidentialcomputing.v1.ContainerImageSignature container_image_signatures = 1 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final SignedEntity.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>
      • mergeUnknownFields

        public final SignedEntity.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SignedEntity.Builder>