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 ga4gh Show documentation
Show all versions of ga4gh Show documentation
This repository implements GA4GH schemas
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/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();
}