Class Cloudfunctions2FunctionBuildConfigSourceRepoSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionBuildConfigSourceRepoSource.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudfunctions2FunctionBuildConfigSourceRepoSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudfunctions2FunctionBuildConfigSourceRepoSource
@Stability(Stable) @Internal public static final class Cloudfunctions2FunctionBuildConfigSourceRepoSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudfunctions2FunctionBuildConfigSourceRepoSource
An implementation forCloudfunctions2FunctionBuildConfigSourceRepoSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionBuildConfigSourceRepoSource
Cloudfunctions2FunctionBuildConfigSourceRepoSource.Builder, Cloudfunctions2FunctionBuildConfigSourceRepoSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudfunctions2FunctionBuildConfigSourceRepoSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSourceRepoSource.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBranchName()Regex matching branches to build.StringgetCommitSha()Regex matching tags to build.StringgetDir()Directory, relative to the source root, in which to run the build.ObjectgetInvertRegex()Only trigger a build if the revision regex does NOT match the revision regex.StringgetProjectId()ID of the project that owns the Cloud Source Repository.StringgetRepoName()Name of the Cloud Source Repository.StringgetTagName()Regex matching tags to build.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Cloudfunctions2FunctionBuildConfigSourceRepoSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSourceRepoSource.Builder.
-
-
Method Detail
-
getBranchName
public final String getBranchName()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceRegex matching branches to build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#branch_name Cloudfunctions2Function#branch_name}
- Specified by:
getBranchNamein interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getCommitSha
public final String getCommitSha()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceRegex matching tags to build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#commit_sha Cloudfunctions2Function#commit_sha}
- Specified by:
getCommitShain interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getDir
public final String getDir()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceDirectory, relative to the source root, in which to run the build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#dir Cloudfunctions2Function#dir}
- Specified by:
getDirin interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getInvertRegex
public final Object getInvertRegex()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceOnly trigger a build if the revision regex does NOT match the revision regex.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#invert_regex Cloudfunctions2Function#invert_regex}
- Specified by:
getInvertRegexin interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getProjectId
public final String getProjectId()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project_id Cloudfunctions2Function#project_id}
- Specified by:
getProjectIdin interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getRepoName
public final String getRepoName()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceName of the Cloud Source Repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#repo_name Cloudfunctions2Function#repo_name}
- Specified by:
getRepoNamein interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
getTagName
public final String getTagName()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceRepoSourceRegex matching tags to build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#tag_name Cloudfunctions2Function#tag_name}
- Specified by:
getTagNamein interfaceCloudfunctions2FunctionBuildConfigSourceRepoSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-