Class CloudbuildTriggerGithub.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerGithub.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerGithub,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerGithub
@Stability(Stable) @Internal public static final class CloudbuildTriggerGithub.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerGithub
An implementation forCloudbuildTriggerGithub
-
-
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.cloudbuild_trigger.CloudbuildTriggerGithub
CloudbuildTriggerGithub.Builder, CloudbuildTriggerGithub.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerGithub.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerGithub.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)StringgetEnterpriseConfigResourceName()The resource name of the github enterprise config that should be applied to this installation.StringgetName()Name of the repository.StringgetOwner()Owner of the repository.CloudbuildTriggerGithubPullRequestgetPullRequest()pull_request block.CloudbuildTriggerGithubPushgetPush()push block.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(CloudbuildTriggerGithub.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerGithub.Builder.
-
-
Method Detail
-
getEnterpriseConfigResourceName
public final String getEnterpriseConfigResourceName()
Description copied from interface:CloudbuildTriggerGithubThe resource name of the github enterprise config that should be applied to this installation. For example: "projects/{$projectId}/locations/{$locationId}/githubEnterpriseConfigs/{$configId}".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#enterprise_config_resource_name CloudbuildTrigger#enterprise_config_resource_name}
- Specified by:
getEnterpriseConfigResourceNamein interfaceCloudbuildTriggerGithub
-
getName
public final String getName()
Description copied from interface:CloudbuildTriggerGithubName of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#name CloudbuildTrigger#name}
- Specified by:
getNamein interfaceCloudbuildTriggerGithub
-
getOwner
public final String getOwner()
Description copied from interface:CloudbuildTriggerGithubOwner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud-builders is "googlecloudplatform".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#owner CloudbuildTrigger#owner}
- Specified by:
getOwnerin interfaceCloudbuildTriggerGithub
-
getPullRequest
public final CloudbuildTriggerGithubPullRequest getPullRequest()
Description copied from interface:CloudbuildTriggerGithubpull_request block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#pull_request CloudbuildTrigger#pull_request}
- Specified by:
getPullRequestin interfaceCloudbuildTriggerGithub
-
getPush
public final CloudbuildTriggerGithubPush getPush()
Description copied from interface:CloudbuildTriggerGithubpush block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#push CloudbuildTrigger#push}
- Specified by:
getPushin interfaceCloudbuildTriggerGithub
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-