main.java.com.streamlayer.sdkSettings.client.UpdateRequestOrBuilder 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/sdkSettings/client/client.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;
public interface UpdateRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.UpdateRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sdkSettings.client.ClientSettings settings = 2 [json_name = "settings"];
* @return Whether the settings field is set.
*/
boolean hasSettings();
/**
* .streamlayer.sdkSettings.client.ClientSettings settings = 2 [json_name = "settings"];
* @return The settings.
*/
com.streamlayer.sdkSettings.client.ClientSettings getSettings();
}