com.google.protobuf.UInt32ValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
// Protobuf Java Version: 3.25.3
package com.google.protobuf;
public interface UInt32ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.UInt32Value)
com.google.protobuf.MessageOrBuilder {
/**
*
* The uint32 value.
*
*
* uint32 value = 1;
* @return The value.
*/
int getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy