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

cloud.prefab.config.services.GreetingMessageOrBuilder Maven / Gradle / Ivy

Go to download

API Client for https://prefab.cloud: rate limits, feature flags and semaphores as a service

There is a newer version: 0.3.23
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy