Interface SubjectOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Text getText()
      The text content.
      TextOrBuilder getTextOrBuilder()
      The text content.
      boolean hasText()
      The text content.
      • 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

      • hasText

        boolean hasText()
         The text content.
         
        .google.cloud.advisorynotifications.v1.Text text = 1;
        Returns:
        Whether the text field is set.
      • getText

        Text getText()
         The text content.
         
        .google.cloud.advisorynotifications.v1.Text text = 1;
        Returns:
        The text.
      • getTextOrBuilder

        TextOrBuilder getTextOrBuilder()
         The text content.
         
        .google.cloud.advisorynotifications.v1.Text text = 1;