google_api_cloud_functions v0.24.0 GoogleApi.CloudFunctions.V1.Model.SourceRepository View Source
Describes SourceRepository, used to represent parameters related to source repository where a function is hosted.
Attributes
deployedUrl
(type:String.t
, default:nil
) - Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.url
(type:String.t
, default:nil
) - The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:To refer to a specific commit:
https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*
To refer to a moveable alias (branch):https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*
In particular, to refer to HEAD usemaster
moveable alias. To refer to a specific fixed alias (tag):https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*
You may omitpaths/*
if you want to use the main directory.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.