net.spals.appbuilder.app.examples.grpc.sample.SampleResponseV2OrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sample_routes_v2.proto
package net.spals.appbuilder.app.examples.grpc.sample;
public interface SampleResponseV2OrBuilder extends
// @@protoc_insertion_point(interface_extends:SampleResponseV2)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 intField = 1;
*/
boolean hasIntField();
/**
* optional int32 intField = 1;
*/
int getIntField();
/**
* optional string stringField = 2;
*/
boolean hasStringField();
/**
* optional string stringField = 2;
*/
java.lang.String getStringField();
/**
* optional string stringField = 2;
*/
com.google.protobuf.ByteString
getStringFieldBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy