main.java.com.streamlayer.users.admin.CreateResponseOrBuilder 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/admin/admin_users.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.users.admin;
public interface CreateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.admin.CreateResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.users.User data = 1 [json_name = "data"];
* @return Whether the data field is set.
*/
boolean hasData();
/**
* .streamlayer.users.User data = 1 [json_name = "data"];
* @return The data.
*/
com.streamlayer.users.User getData();
/**
* .streamlayer.users.admin.CreateResponse.Metadata meta = 2 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.users.admin.CreateResponse.Metadata meta = 2 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.users.admin.CreateResponse.Metadata getMeta();
}