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

com.github.os72.protobuf351.StructOrBuilder Maven / Gradle / Ivy

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

package com.github.os72.protobuf351;

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

  /**
   * 
   * Unordered map of dynamically typed values.
   * 
* * map<string, .google.protobuf.Value> fields = 1; */ int getFieldsCount(); /** *
   * Unordered map of dynamically typed values.
   * 
* * map<string, .google.protobuf.Value> fields = 1; */ boolean containsFields( java.lang.String key); /** * Use {@link #getFieldsMap()} instead. */ @java.lang.Deprecated java.util.Map getFields(); /** *
   * Unordered map of dynamically typed values.
   * 
* * map<string, .google.protobuf.Value> fields = 1; */ java.util.Map getFieldsMap(); /** *
   * Unordered map of dynamically typed values.
   * 
* * map<string, .google.protobuf.Value> fields = 1; */ com.github.os72.protobuf351.Value getFieldsOrDefault( java.lang.String key, com.github.os72.protobuf351.Value defaultValue); /** *
   * Unordered map of dynamically typed values.
   * 
* * map<string, .google.protobuf.Value> fields = 1; */ com.github.os72.protobuf351.Value getFieldsOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy