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

ai.promoted.proto.common.PropertiesOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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