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

com.signalfx.shaded.google.protobuf.StructOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/struct.proto

package com.signalfx.shaded.google.protobuf;

public interface StructOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Struct)
    com.google.protobuf.MessageOrBuilder {

  /**
   * map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
   */
  int getFieldsCount();
  /**
   * map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
   */
  boolean containsFields(
      java.lang.String key);
  /**
   * Use {@link #getFieldsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getFields();
  /**
   * map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
   */
  java.util.Map
  getFieldsMap();
  /**
   * map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
   */
  /* nullable */
com.signalfx.shaded.google.protobuf.Value getFieldsOrDefault(
      java.lang.String key,
      /* nullable */
com.signalfx.shaded.google.protobuf.Value defaultValue);
  /**
   * map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
   */
  com.signalfx.shaded.google.protobuf.Value getFieldsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy