com.undefinedlabs.scope.rules.proto.HelloResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scope-rules-testing Show documentation
Show all versions of scope-rules-testing Show documentation
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.
// 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