Interface LifeEventSegmentOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The life event resource.
    com.google.protobuf.ByteString
    The life event resource.
    boolean
    The life event resource.

    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 Details

    • hasLifeEvent

      boolean hasLifeEvent()
       The life event resource.
       
      optional string life_event = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      Whether the lifeEvent field is set.
    • getLifeEvent

      String getLifeEvent()
       The life event resource.
       
      optional string life_event = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The lifeEvent.
    • getLifeEventBytes

      com.google.protobuf.ByteString getLifeEventBytes()
       The life event resource.
       
      optional string life_event = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for lifeEvent.