nl.topicus.jdbc.shaded.com.google.protobuf.BytesValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package nl.topicus.jdbc.shaded.com.google.protobuf;
public interface BytesValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.BytesValue)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The bytes value.
*
*
* bytes value = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getValue();
}