Interface StardocOutputProtos.ProviderNameGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StardocOutputProtos.ProviderNameGroup, StardocOutputProtos.ProviderNameGroup.Builder
Enclosing class:
StardocOutputProtos

public static interface StardocOutputProtos.ProviderNameGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getOriginKey(int index)
    A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.
    int
    A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.
    A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.
    A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.
    A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.
    getProviderName(int index)
    The names of the providers.
    com.google.protobuf.ByteString
    The names of the providers.
    int
    The names of the providers.
    The names of the providers.

    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

    • getProviderNameList

      List<String> getProviderNameList()
       The names of the providers.
      
       This field is only intended for rendering human-readable output.
       Please use origin_key (a list of the same length and in the same order as
       this field) for cross-references and tooling.
      
       Note: legacy Stardoc (0.5.x and earlier) is unable to extract the name in
       some circumstances (for example, if the provider is nested in a struct),
       and in that case, the provider name will be "Unknown Provider".
       
      repeated string provider_name = 1;
      Returns:
      A list containing the providerName.
    • getProviderNameCount

      int getProviderNameCount()
       The names of the providers.
      
       This field is only intended for rendering human-readable output.
       Please use origin_key (a list of the same length and in the same order as
       this field) for cross-references and tooling.
      
       Note: legacy Stardoc (0.5.x and earlier) is unable to extract the name in
       some circumstances (for example, if the provider is nested in a struct),
       and in that case, the provider name will be "Unknown Provider".
       
      repeated string provider_name = 1;
      Returns:
      The count of providerName.
    • getProviderName

      String getProviderName(int index)
       The names of the providers.
      
       This field is only intended for rendering human-readable output.
       Please use origin_key (a list of the same length and in the same order as
       this field) for cross-references and tooling.
      
       Note: legacy Stardoc (0.5.x and earlier) is unable to extract the name in
       some circumstances (for example, if the provider is nested in a struct),
       and in that case, the provider name will be "Unknown Provider".
       
      repeated string provider_name = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The providerName at the given index.
    • getProviderNameBytes

      com.google.protobuf.ByteString getProviderNameBytes(int index)
       The names of the providers.
      
       This field is only intended for rendering human-readable output.
       Please use origin_key (a list of the same length and in the same order as
       this field) for cross-references and tooling.
      
       Note: legacy Stardoc (0.5.x and earlier) is unable to extract the name in
       some circumstances (for example, if the provider is nested in a struct),
       and in that case, the provider name will be "Unknown Provider".
       
      repeated string provider_name = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the providerName at the given index.
    • getOriginKeyList

      List<StardocOutputProtos.OriginKey> getOriginKeyList()
       A list of unambiguous references to providers, of the same length and in
       the same order as the provider_name list.
      
       For provider symbols, this means modules where and the names under which
       the providers were originally declared.
      
       For legacy struct providers, origin_key.file is unset.
      
       Note: legacy Stardoc (0.5.x and earlier) does not set this field.
       
      repeated .stardoc_output.OriginKey origin_key = 2;
    • getOriginKey

      StardocOutputProtos.OriginKey getOriginKey(int index)
       A list of unambiguous references to providers, of the same length and in
       the same order as the provider_name list.
      
       For provider symbols, this means modules where and the names under which
       the providers were originally declared.
      
       For legacy struct providers, origin_key.file is unset.
      
       Note: legacy Stardoc (0.5.x and earlier) does not set this field.
       
      repeated .stardoc_output.OriginKey origin_key = 2;
    • getOriginKeyCount

      int getOriginKeyCount()
       A list of unambiguous references to providers, of the same length and in
       the same order as the provider_name list.
      
       For provider symbols, this means modules where and the names under which
       the providers were originally declared.
      
       For legacy struct providers, origin_key.file is unset.
      
       Note: legacy Stardoc (0.5.x and earlier) does not set this field.
       
      repeated .stardoc_output.OriginKey origin_key = 2;
    • getOriginKeyOrBuilderList

      List<? extends StardocOutputProtos.OriginKeyOrBuilder> getOriginKeyOrBuilderList()
       A list of unambiguous references to providers, of the same length and in
       the same order as the provider_name list.
      
       For provider symbols, this means modules where and the names under which
       the providers were originally declared.
      
       For legacy struct providers, origin_key.file is unset.
      
       Note: legacy Stardoc (0.5.x and earlier) does not set this field.
       
      repeated .stardoc_output.OriginKey origin_key = 2;
    • getOriginKeyOrBuilder

      StardocOutputProtos.OriginKeyOrBuilder getOriginKeyOrBuilder(int index)
       A list of unambiguous references to providers, of the same length and in
       the same order as the provider_name list.
      
       For provider symbols, this means modules where and the names under which
       the providers were originally declared.
      
       For legacy struct providers, origin_key.file is unset.
      
       Note: legacy Stardoc (0.5.x and earlier) does not set this field.
       
      repeated .stardoc_output.OriginKey origin_key = 2;