org.hansken.extraction.plugin.grpc.RpcIsoDateStringOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: hansken_extraction_plugin/framework/PrimitiveMessages.proto
// Protobuf Java Version: 3.25.3
package org.hansken.extraction.plugin.grpc;
public interface RpcIsoDateStringOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.hansken.extraction.plugin.grpc.RpcIsoDateString)
com.google.protobuf.MessageOrBuilder {
/**
* string value = 1;
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 1;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy