Interface PropertiesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Properties, Properties.Builder

    public interface PropertiesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getStruct()
      .google.protobuf.Struct struct = 2 [json_name = "struct"];
      com.google.protobuf.ByteString getStructBytes()
      bytes struct_bytes = 1 [json_name = "structBytes"];
      Properties.StructFieldCase getStructFieldCase()  
      com.google.protobuf.StructOrBuilder getStructOrBuilder()
      .google.protobuf.Struct struct = 2 [json_name = "struct"];
      boolean hasStruct()
      .google.protobuf.Struct struct = 2 [json_name = "struct"];
      boolean hasStructBytes()
      bytes struct_bytes = 1 [json_name = "structBytes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStructBytes

        boolean hasStructBytes()
        bytes struct_bytes = 1 [json_name = "structBytes"];
        Returns:
        Whether the structBytes field is set.
      • getStructBytes

        com.google.protobuf.ByteString getStructBytes()
        bytes struct_bytes = 1 [json_name = "structBytes"];
        Returns:
        The structBytes.
      • hasStruct

        boolean hasStruct()
        .google.protobuf.Struct struct = 2 [json_name = "struct"];
        Returns:
        Whether the struct field is set.
      • getStruct

        com.google.protobuf.Struct getStruct()
        .google.protobuf.Struct struct = 2 [json_name = "struct"];
        Returns:
        The struct.
      • getStructOrBuilder

        com.google.protobuf.StructOrBuilder getStructOrBuilder()
        .google.protobuf.Struct struct = 2 [json_name = "struct"];