Interface CloudbuildTriggerBuildArtifactsPythonPackages

    • Method Detail

      • getPaths

        @Stability(Stable)
        @Nullable
        default List<String> getPaths()
        Path globs used to match files in the build's workspace.

        For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#paths CloudbuildTrigger#paths}

      • getRepository

        @Stability(Stable)
        @Nullable
        default String getRepository()
        Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY".

        Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repository CloudbuildTrigger#repository}