All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloudbuild.v1.RepositoryEventConfigOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/devtools/cloudbuild/v1/cloudbuild.proto

// Protobuf Java Version: 3.25.4
package com.google.cloudbuild.v1;

public interface RepositoryEventConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.devtools.cloudbuild.v1.RepositoryEventConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The resource name of the Repo API resource.
   * 
* * string repository = 1 [(.google.api.resource_reference) = { ... } * * @return The repository. */ java.lang.String getRepository(); /** * * *
   * The resource name of the Repo API resource.
   * 
* * string repository = 1 [(.google.api.resource_reference) = { ... } * * @return The bytes for repository. */ com.google.protobuf.ByteString getRepositoryBytes(); /** * * *
   * 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]; * * * @return The enum numeric value on the wire for repositoryType. */ 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]; * * * @return The repositoryType. */ com.google.cloudbuild.v1.RepositoryEventConfig.RepositoryType getRepositoryType(); /** * * *
   * Filter to match changes in pull requests.
   * 
* * .google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3; * * @return Whether the pullRequest field is set. */ boolean hasPullRequest(); /** * * *
   * Filter to match changes in pull requests.
   * 
* * .google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3; * * @return The pullRequest. */ com.google.cloudbuild.v1.PullRequestFilter getPullRequest(); /** * * *
   * Filter to match changes in pull requests.
   * 
* * .google.devtools.cloudbuild.v1.PullRequestFilter pull_request = 3; */ com.google.cloudbuild.v1.PullRequestFilterOrBuilder getPullRequestOrBuilder(); /** * * *
   * Filter to match changes in refs like branches, tags.
   * 
* * .google.devtools.cloudbuild.v1.PushFilter push = 4; * * @return Whether the push field is set. */ boolean hasPush(); /** * * *
   * Filter to match changes in refs like branches, tags.
   * 
* * .google.devtools.cloudbuild.v1.PushFilter push = 4; * * @return The push. */ com.google.cloudbuild.v1.PushFilter getPush(); /** * * *
   * Filter to match changes in refs like branches, tags.
   * 
* * .google.devtools.cloudbuild.v1.PushFilter push = 4; */ com.google.cloudbuild.v1.PushFilterOrBuilder getPushOrBuilder(); com.google.cloudbuild.v1.RepositoryEventConfig.FilterCase getFilterCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy