main.java.com.streamlayer.users.UpdateMetadataRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/users/users.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.users;
public interface UpdateMetadataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.UpdateMetadataRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string set_name = 1 [json_name = "setName"];
* @return Whether the setName field is set.
*/
boolean hasSetName();
/**
* string set_name = 1 [json_name = "setName"];
* @return The setName.
*/
java.lang.String getSetName();
/**
* string set_name = 1 [json_name = "setName"];
* @return The bytes for setName.
*/
com.google.protobuf.ByteString
getSetNameBytes();
/**
* string del_name = 2 [json_name = "delName"];
* @return Whether the delName field is set.
*/
boolean hasDelName();
/**
* string del_name = 2 [json_name = "delName"];
* @return The delName.
*/
java.lang.String getDelName();
/**
* string del_name = 2 [json_name = "delName"];
* @return The bytes for delName.
*/
com.google.protobuf.ByteString
getDelNameBytes();
public com.streamlayer.users.UpdateMetadataRequest.NameCase getNameCase();
}