com.alibaba.nacos.consistency.entity.LogOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Data.proto
package com.alibaba.nacos.consistency.entity;
public interface LogOrBuilder extends
// @@protoc_insertion_point(interface_extends:Log)
com.google.protobuf.MessageOrBuilder {
/**
* string group = 1;
* @return The group.
*/
java.lang.String getGroup();
/**
* string group = 1;
* @return The bytes for group.
*/
com.google.protobuf.ByteString
getGroupBytes();
/**
* string key = 2;
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 2;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* bytes data = 3;
* @return The data.
*/
com.google.protobuf.ByteString getData();
/**
* string type = 4;
* @return The type.
*/
java.lang.String getType();
/**
* string type = 4;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string operation = 5;
* @return The operation.
*/
java.lang.String getOperation();
/**
* string operation = 5;
* @return The bytes for operation.
*/
com.google.protobuf.ByteString
getOperationBytes();
/**
* map<string, string> extendInfo = 6;
*/
int getExtendInfoCount();
/**
* map<string, string> extendInfo = 6;
*/
boolean containsExtendInfo(
java.lang.String key);
/**
* Use {@link #getExtendInfoMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getExtendInfo();
/**
* map<string, string> extendInfo = 6;
*/
java.util.Map
getExtendInfoMap();
/**
* map<string, string> extendInfo = 6;
*/
/* nullable */
java.lang.String getExtendInfoOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> extendInfo = 6;
*/
java.lang.String getExtendInfoOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy