grpc.cache_client._UpdateTtlResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cacheclient.proto
package grpc.cache_client;
public interface _UpdateTtlResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._UpdateTtlResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .cache_client._UpdateTtlResponse._Set set = 1;
* @return Whether the set field is set.
*/
boolean hasSet();
/**
* .cache_client._UpdateTtlResponse._Set set = 1;
* @return The set.
*/
grpc.cache_client._UpdateTtlResponse._Set getSet();
/**
* .cache_client._UpdateTtlResponse._Set set = 1;
*/
grpc.cache_client._UpdateTtlResponse._SetOrBuilder getSetOrBuilder();
/**
* .cache_client._UpdateTtlResponse._NotSet not_set = 2;
* @return Whether the notSet field is set.
*/
boolean hasNotSet();
/**
* .cache_client._UpdateTtlResponse._NotSet not_set = 2;
* @return The notSet.
*/
grpc.cache_client._UpdateTtlResponse._NotSet getNotSet();
/**
* .cache_client._UpdateTtlResponse._NotSet not_set = 2;
*/
grpc.cache_client._UpdateTtlResponse._NotSetOrBuilder getNotSetOrBuilder();
/**
* .cache_client._UpdateTtlResponse._Missing missing = 3;
* @return Whether the missing field is set.
*/
boolean hasMissing();
/**
* .cache_client._UpdateTtlResponse._Missing missing = 3;
* @return The missing.
*/
grpc.cache_client._UpdateTtlResponse._Missing getMissing();
/**
* .cache_client._UpdateTtlResponse._Missing missing = 3;
*/
grpc.cache_client._UpdateTtlResponse._MissingOrBuilder getMissingOrBuilder();
grpc.cache_client._UpdateTtlResponse.ResultCase getResultCase();
}