
com.google.protobuf.StructOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf-java Show documentation
Show all versions of protobuf-java Show documentation
Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/struct.proto
package com.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;
*
*
* Map of dynamically typed values.
*
*/
java.util.Map
getFields();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy