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

com.oracle.coherence.grpc.TruncateRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 24.09
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: messages.proto

package com.oracle.coherence.grpc;

public interface TruncateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:coherence.TruncateRequest)
    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(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy