All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.common.CtaImageOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sdkSettings/sdkSettings.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;

public interface CtaImageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.CtaImage)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string url = 1 [json_name = "url"];
   * @return The url.
   */
  java.lang.String getUrl();
  /**
   * string url = 1 [json_name = "url"];
   * @return The bytes for url.
   */
  com.google.protobuf.ByteString
      getUrlBytes();

  /**
   * string name = 2 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy