Interface ListEventSourcesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getSource(int index)
    repeated string source = 1;
    com.google.protobuf.ByteString
    getSourceBytes(int index)
    repeated string source = 1;
    int
    repeated string source = 1;
    repeated string source = 1;

    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

    • getSourceList

      List<String> getSourceList()
      repeated string source = 1;
      Returns:
      A list containing the source.
    • getSourceCount

      int getSourceCount()
      repeated string source = 1;
      Returns:
      The count of source.
    • getSource

      String getSource(int index)
      repeated string source = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The source at the given index.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes(int index)
      repeated string source = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the source at the given index.