com.oracle.coherence.grpc.ValuesRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence-grpc Show documentation
Show all versions of coherence-grpc Show documentation
Coherence gRPC Common Functionality
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: messages.proto
package com.oracle.coherence.grpc;
public interface ValuesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:coherence.ValuesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The scope name to use to obtain the cache.
*
*
* string scope = 1;
* @return The scope.
*/
java.lang.String getScope();
/**
*
* The scope name to use to obtain the cache.
*
*
* string scope = 1;
* @return The bytes for scope.
*/
com.google.protobuf.ByteString
getScopeBytes();
/**
*
* The name of the cache.
*
*
* string cache = 2;
* @return The cache.
*/
java.lang.String getCache();
/**
*
* The name of the cache.
*
*
* string cache = 2;
* @return The bytes for cache.
*/
com.google.protobuf.ByteString
getCacheBytes();
/**
*
* The serialization format.
*
*
* string format = 3;
* @return The format.
*/
java.lang.String getFormat();
/**
*
* The serialization format.
*
*
* string format = 3;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
* The serialized Filter to identify the values to return.
*
*
* bytes filter = 4;
* @return The filter.
*/
com.google.protobuf.ByteString getFilter();
/**
*
* The optional comparator to use to sort the returned values.
*
*
* bytes comparator = 5;
* @return The comparator.
*/
com.google.protobuf.ByteString getComparator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy