ai.promoted.proto.common.PropertiesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/common/common.proto
package ai.promoted.proto.common;
public interface PropertiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Properties)
com.google.protobuf.MessageOrBuilder {
/**
* bytes struct_bytes = 1 [json_name = "structBytes"];
* @return Whether the structBytes field is set.
*/
boolean hasStructBytes();
/**
* bytes struct_bytes = 1 [json_name = "structBytes"];
* @return The structBytes.
*/
com.google.protobuf.ByteString getStructBytes();
/**
* .google.protobuf.Struct struct = 2 [json_name = "struct"];
* @return Whether the struct field is set.
*/
boolean hasStruct();
/**
* .google.protobuf.Struct struct = 2 [json_name = "struct"];
* @return The struct.
*/
com.google.protobuf.Struct getStruct();
/**
* .google.protobuf.Struct struct = 2 [json_name = "struct"];
*/
com.google.protobuf.StructOrBuilder getStructOrBuilder();
public ai.promoted.proto.common.Properties.StructFieldCase getStructFieldCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy