Class FunctionSourceRepository
- java.lang.Object
-
- com.pulumi.gcp.cloudfunctions.outputs.FunctionSourceRepository
-
public final class FunctionSourceRepository extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FunctionSourceRepository.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionSourceRepository.Builder
builder()
static FunctionSourceRepository.Builder
builder(FunctionSourceRepository defaults)
java.util.Optional<java.lang.String>
deployedUrl()
java.lang.String
url()
-
-
-
Method Detail
-
deployedUrl
public java.util.Optional<java.lang.String> deployedUrl()
-
url
public java.lang.String url()
- Returns:
- 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/*`. To refer to HEAD, use the `master` moveable alias. * To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*`
-
builder
public static FunctionSourceRepository.Builder builder()
-
builder
public static FunctionSourceRepository.Builder builder(FunctionSourceRepository defaults)
-
-