public final class PullRequestFilter extends GeneratedMessage implements PullRequestFilterOrBuilder
PullRequestFilter contains filter properties for matching GitHub Pull
Requests.
Protobuf type google.devtools.cloudbuild.v1.PullRequestFilter
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
BRANCH_FIELD_NUMBER
public static final int BRANCH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int COMMENT_CONTROL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INVERT_REGEX_FIELD_NUMBER
public static final int INVERT_REGEX_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PullRequestFilter getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PullRequestFilter.Builder newBuilder()
newBuilder(PullRequestFilter prototype)
public static PullRequestFilter.Builder newBuilder(PullRequestFilter prototype)
public static PullRequestFilter parseDelimitedFrom(InputStream input)
public static PullRequestFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PullRequestFilter parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PullRequestFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PullRequestFilter parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PullRequestFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PullRequestFilter parseFrom(CodedInputStream input)
public static PullRequestFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PullRequestFilter parseFrom(InputStream input)
public static PullRequestFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PullRequestFilter parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PullRequestFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PullRequestFilter> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getBranch()
public String getBranch()
| Returns |
| Type |
Description |
String |
The branch.
|
getBranchBytes()
public ByteString getBranchBytes()
| Returns |
| Type |
Description |
ByteString |
The bytes for branch.
|
public PullRequestFilter.CommentControl getCommentControl()
If CommentControl is enabled, depending on the setting, builds may not
fire until a repository writer comments /gcbrun on a pull
request or /gcbrun is in the pull request description.
Only PR comments that contain /gcbrun will trigger builds.
If CommentControl is set to disabled, comments with /gcbrun from a user
with repository write permission or above will
still trigger builds to run.
.google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl comment_control = 5;
public int getCommentControlValue()
If CommentControl is enabled, depending on the setting, builds may not
fire until a repository writer comments /gcbrun on a pull
request or /gcbrun is in the pull request description.
Only PR comments that contain /gcbrun will trigger builds.
If CommentControl is set to disabled, comments with /gcbrun from a user
with repository write permission or above will
still trigger builds to run.
.google.devtools.cloudbuild.v1.PullRequestFilter.CommentControl comment_control = 5;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for commentControl.
|
getDefaultInstanceForType()
public PullRequestFilter getDefaultInstanceForType()
getGitRefCase()
public PullRequestFilter.GitRefCase getGitRefCase()
getInvertRegex()
public boolean getInvertRegex()
If true, branches that do NOT match the git_ref will trigger a build.
bool invert_regex = 6;
| Returns |
| Type |
Description |
boolean |
The invertRegex.
|
getParserForType()
public Parser<PullRequestFilter> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasBranch()
public boolean hasBranch()
| Returns |
| Type |
Description |
boolean |
Whether the branch field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PullRequestFilter.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PullRequestFilter.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public PullRequestFilter.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides