All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pinecone.proto.UsageOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy