io.pinecone.proto.UsageOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pinecone-client Show documentation
Show all versions of pinecone-client Show documentation
The Pinecone.io Java Client
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vector_service.proto
// Protobuf Java Version: 3.25.3
package io.pinecone.proto;
public interface UsageOrBuilder extends
// @@protoc_insertion_point(interface_extends:Usage)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of read units consumed by this operation.
*
*
* optional uint32 read_units = 1;
* @return Whether the readUnits field is set.
*/
boolean hasReadUnits();
/**
*
* The number of read units consumed by this operation.
*
*
* optional uint32 read_units = 1;
* @return The readUnits.
*/
int getReadUnits();
}