Interface PlatformConfigOuterClass.PlatformConfigOrBuilder

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

public static interface PlatformConfigOuterClass.PlatformConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The config proto for a SourceAdapter in the StoragePathSourceAdapter registry.
    The config proto for a SourceAdapter in the StoragePathSourceAdapter registry.
    boolean
    The config proto for a SourceAdapter in the StoragePathSourceAdapter registry.

    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

    • hasSourceAdapterConfig

      boolean hasSourceAdapterConfig()
       The config proto for a SourceAdapter in the StoragePathSourceAdapter
       registry.
       
      .google.protobuf.Any source_adapter_config = 1;
      Returns:
      Whether the sourceAdapterConfig field is set.
    • getSourceAdapterConfig

      Any getSourceAdapterConfig()
       The config proto for a SourceAdapter in the StoragePathSourceAdapter
       registry.
       
      .google.protobuf.Any source_adapter_config = 1;
      Returns:
      The sourceAdapterConfig.
    • getSourceAdapterConfigOrBuilder

      AnyOrBuilder getSourceAdapterConfigOrBuilder()
       The config proto for a SourceAdapter in the StoragePathSourceAdapter
       registry.
       
      .google.protobuf.Any source_adapter_config = 1;