Package ai.promoted.proto.common
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.StructgetStruct().google.protobuf.Struct struct = 2 [json_name = "struct"];com.google.protobuf.ByteStringgetStructBytes()bytes struct_bytes = 1 [json_name = "structBytes"];Properties.StructFieldCasegetStructFieldCase()com.google.protobuf.StructOrBuildergetStructOrBuilder().google.protobuf.Struct struct = 2 [json_name = "struct"];booleanhasStruct().google.protobuf.Struct struct = 2 [json_name = "struct"];booleanhasStructBytes()bytes struct_bytes = 1 [json_name = "structBytes"];-
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"];
-
getStructFieldCase
Properties.StructFieldCase getStructFieldCase()
-
-