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 stach Show documentation
Show all versions of stach Show documentation
Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.
// 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 {
/**
*
* 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.google.protobuf.Value getFieldsOrDefault(
java.lang.String key,
com.google.protobuf.Value defaultValue);
/**
*
* Unordered map of dynamically typed values.
*
*
* map<string, .google.protobuf.Value> fields = 1;
*/
com.google.protobuf.Value getFieldsOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy