Class Summary.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Summary.Builder>
com.google.protobuf.GeneratedMessage.Builder<Summary.Builder>
io.confluent.logevents.connect.Summary.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SummaryOrBuilder, Cloneable
Enclosing class:
Summary

public static final class Summary.Builder extends com.google.protobuf.GeneratedMessage.Builder<Summary.Builder> implements SummaryOrBuilder
Protobuf type logs.Summary
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • clear

      public Summary.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Summary.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Summary.Builder>
    • getDefaultInstanceForType

      public Summary getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Summary build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Summary buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Summary.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Summary.Builder>
    • mergeFrom

      public Summary.Builder mergeFrom(Summary other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Summary.Builder>
    • mergeFrom

      public Summary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Summary.Builder>
      Throws:
      IOException
    • getMessageSummaryCase

      public Summary.MessageSummaryCase getMessageSummaryCase()
      Specified by:
      getMessageSummaryCase in interface SummaryOrBuilder
    • clearMessageSummary

      public Summary.Builder clearMessageSummary()
    • hasConnectorErrorSummary

      public boolean hasConnectorErrorSummary()
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
      Specified by:
      hasConnectorErrorSummary in interface SummaryOrBuilder
      Returns:
      Whether the connectorErrorSummary field is set.
    • getConnectorErrorSummary

      public Summary.ConnectorErrorSummary getConnectorErrorSummary()
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
      Specified by:
      getConnectorErrorSummary in interface SummaryOrBuilder
      Returns:
      The connectorErrorSummary.
    • setConnectorErrorSummary

      public Summary.Builder setConnectorErrorSummary(Summary.ConnectorErrorSummary value)
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
    • setConnectorErrorSummary

      public Summary.Builder setConnectorErrorSummary(Summary.ConnectorErrorSummary.Builder builderForValue)
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
    • mergeConnectorErrorSummary

      public Summary.Builder mergeConnectorErrorSummary(Summary.ConnectorErrorSummary value)
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
    • clearConnectorErrorSummary

      public Summary.Builder clearConnectorErrorSummary()
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
    • getConnectorErrorSummaryBuilder

      public Summary.ConnectorErrorSummary.Builder getConnectorErrorSummaryBuilder()
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
    • getConnectorErrorSummaryOrBuilder

      public Summary.ConnectorErrorSummaryOrBuilder getConnectorErrorSummaryOrBuilder()
      .logs.Summary.ConnectorErrorSummary connector_error_summary = 1;
      Specified by:
      getConnectorErrorSummaryOrBuilder in interface SummaryOrBuilder