cloud.prefab.config.services.GreetingMessageOrBuilder 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 GreetingMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:prefab.GreetingMessage)
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();
}