Required. Cloud Storage source paths to copy recursively. For example,
providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
all files within the "dir/configs" directory in the bucket "my-bucket".
Required. Cloud Storage source paths to copy recursively. For example,
providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying
all files within the "dir/configs" directory in the bucket "my-bucket".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface SkaffoldModules.SkaffoldGCSSourceOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSourceOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSourceOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSourceOrBuilder) \n\n public static interface SkaffoldModules.SkaffoldGCSSourceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getPath()\n\n public abstract String getPath()\n\nOptional. Relative path from the source to the Skaffold file.\n\n`string path = 2;`\n\n### getPathBytes()\n\n public abstract ByteString getPathBytes()\n\nOptional. Relative path from the source to the Skaffold file.\n\n`string path = 2;`\n\n### getSource()\n\n public abstract String getSource()\n\nRequired. Cloud Storage source paths to copy recursively. For example,\nproviding \"gs://my-bucket/dir/configs/\\*\" will result in Skaffold copying\nall files within the \"dir/configs\" directory in the bucket \"my-bucket\".\n\n`string source = 1;`\n\n### getSourceBytes()\n\n public abstract ByteString getSourceBytes()\n\nRequired. Cloud Storage source paths to copy recursively. For example,\nproviding \"gs://my-bucket/dir/configs/\\*\" will result in Skaffold copying\nall files within the \"dir/configs\" directory in the bucket \"my-bucket\".\n\n`string source = 1;`"]]