cloud.prefab.config.services.GreetingResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
API Client for https://prefab.cloud: rate limits, feature flags and semaphores as a service
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: prefab-services.proto
package cloud.prefab.config.services;
public interface GreetingResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:prefab.GreetingResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string greeting = 1;
* @return The greeting.
*/
java.lang.String getGreeting();
/**
* string greeting = 1;
* @return The bytes for greeting.
*/
com.google.protobuf.ByteString
getGreetingBytes();
/**
* string response = 2;
* @return The response.
*/
java.lang.String getResponse();
/**
* string response = 2;
* @return The bytes for response.
*/
com.google.protobuf.ByteString
getResponseBytes();
}