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

com.google.apphosting.base.protos.GitSourceContextOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: source_context.proto

package com.google.apphosting.base.protos;

public interface GitSourceContextOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.devtools.source.v1.GitSourceContext)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Git repository URL.
   * 
* * string url = 1; * @return The url. */ java.lang.String getUrl(); /** *
   * Git repository URL.
   * 
* * string url = 1; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); /** *
   * Git commit hash.
   * 
* * string revision_id = 2; * @return The revisionId. */ java.lang.String getRevisionId(); /** *
   * Git commit hash.
   * 
* * string revision_id = 2; * @return The bytes for revisionId. */ com.google.protobuf.ByteString getRevisionIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy