public final class RepositoryEventConfig extends GeneratedMessageV3 implements RepositoryEventConfigOrBuilder
The configuration of a trigger that creates a build whenever an event from
Repo API is received.
Protobuf type google.devtools.cloudbuild.v1.RepositoryEventConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PULL_REQUEST_FIELD_NUMBER
public static final int PULL_REQUEST_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PUSH_FIELD_NUMBER
public static final int PUSH_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REPOSITORY_FIELD_NUMBER
public static final int REPOSITORY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REPOSITORY_TYPE_FIELD_NUMBER
public static final int REPOSITORY_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static RepositoryEventConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RepositoryEventConfig.Builder newBuilder()
newBuilder(RepositoryEventConfig prototype)
public static RepositoryEventConfig.Builder newBuilder(RepositoryEventConfig prototype)
public static RepositoryEventConfig parseDelimitedFrom(InputStream input)
public static RepositoryEventConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RepositoryEventConfig parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RepositoryEventConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RepositoryEventConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RepositoryEventConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RepositoryEventConfig parseFrom(CodedInputStream input)
public static RepositoryEventConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RepositoryEventConfig parseFrom(InputStream input)
public static RepositoryEventConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RepositoryEventConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RepositoryEventConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RepositoryEventConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public RepositoryEventConfig getDefaultInstanceForType()
getFilterCase()
public RepositoryEventConfig.FilterCase getFilterCase()
getParserForType()
public Parser<RepositoryEventConfig> getParserForType()
Overrides
getPullRequest()
public PullRequestFilter getPullRequest()
Filter to match changes in pull requests.
.google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3;
getPullRequestOrBuilder()
public PullRequestFilterOrBuilder getPullRequestOrBuilder()
Filter to match changes in pull requests.
.google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3;
getPush()
public PushFilter getPush()
Filter to match changes in refs like branches, tags.
.google.devtools.cloudbuild.v1.PushFilter push = 4;
getPushOrBuilder()
public PushFilterOrBuilder getPushOrBuilder()
Filter to match changes in refs like branches, tags.
.google.devtools.cloudbuild.v1.PushFilter push = 4;
getRepository()
public String getRepository()
The resource name of the Repo API resource.
string repository = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The repository.
|
getRepositoryBytes()
public ByteString getRepositoryBytes()
The resource name of the Repo API resource.
string repository = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for repository.
|
getRepositoryType()
public RepositoryEventConfig.RepositoryType getRepositoryType()
Output only. The type of the SCM vendor the repository points to.
.google.devtools.cloudbuild.v1.RepositoryEventConfig.RepositoryType repository_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getRepositoryTypeValue()
public int getRepositoryTypeValue()
Output only. The type of the SCM vendor the repository points to.
.google.devtools.cloudbuild.v1.RepositoryEventConfig.RepositoryType repository_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for repositoryType.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasPullRequest()
public boolean hasPullRequest()
Filter to match changes in pull requests.
.google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3;
Returns |
---|
Type | Description |
boolean | Whether the pullRequest field is set.
|
hasPush()
Filter to match changes in refs like branches, tags.
.google.devtools.cloudbuild.v1.PushFilter push = 4;
Returns |
---|
Type | Description |
boolean | Whether the push field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RepositoryEventConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RepositoryEventConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public RepositoryEventConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides