Interface StructOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Struct, Struct.Builder

public interface StructOrBuilder extends MessageOrBuilder
  • Method Details

    • getFieldsCount

      int getFieldsCount()
       Unordered map of dynamically typed values.
       
      map<string, .google.protobuf.Value> fields = 1;
    • containsFields

      boolean containsFields(String key)
       Unordered map of dynamically typed values.
       
      map<string, .google.protobuf.Value> fields = 1;
    • getFields

      @Deprecated Map<String,Value> getFields()
      Deprecated.
      Use getFieldsMap() instead.
    • getFieldsMap

      Map<String,Value> getFieldsMap()
       Unordered map of dynamically typed values.
       
      map<string, .google.protobuf.Value> fields = 1;
    • getFieldsOrDefault

      Value getFieldsOrDefault(String key, Value defaultValue)
       Unordered map of dynamically typed values.
       
      map<string, .google.protobuf.Value> fields = 1;
    • getFieldsOrThrow

      Value getFieldsOrThrow(String key)
       Unordered map of dynamically typed values.
       
      map<string, .google.protobuf.Value> fields = 1;