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

com.undefinedlabs.scope.rules.proto.HelloResponseOrBuilder Maven / Gradle / Ivy

Go to download

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. This artifact contains classes that supports Testing in the other Scope Rules modules.

There is a newer version: 0.15.1-beta.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: HelloService.proto

package com.undefinedlabs.scope.rules.proto;

public interface HelloResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.undefinedlabs.scope.rules.proto.HelloResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string greeting = 1;
   */
  String getGreeting();
  /**
   * string greeting = 1;
   */
  com.google.protobuf.ByteString
      getGreetingBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy