Class GetTriggerRepositoryEventConfigPullRequest
- java.lang.Object
-
- com.pulumi.gcp.cloudbuild.outputs.GetTriggerRepositoryEventConfigPullRequest
-
public final class GetTriggerRepositoryEventConfigPullRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTriggerRepositoryEventConfigPullRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
branch()
static GetTriggerRepositoryEventConfigPullRequest.Builder
builder()
static GetTriggerRepositoryEventConfigPullRequest.Builder
builder(GetTriggerRepositoryEventConfigPullRequest defaults)
java.lang.String
commentControl()
java.lang.Boolean
invertRegex()
-
-
-
Method Detail
-
branch
public java.lang.String branch()
-
commentControl
public java.lang.String commentControl()
-
invertRegex
public java.lang.Boolean invertRegex()
-
builder
public static GetTriggerRepositoryEventConfigPullRequest.Builder builder()
-
builder
public static GetTriggerRepositoryEventConfigPullRequest.Builder builder(GetTriggerRepositoryEventConfigPullRequest defaults)
-
-