Interface InputConfigOrBuilder

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

    public interface InputConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasCatalogInlineSource

        boolean hasCatalogInlineSource()
         The Inline source for the input content for Catalog items.
         
        .google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
        Returns:
        Whether the catalogInlineSource field is set.
      • getCatalogInlineSource

        CatalogInlineSource getCatalogInlineSource()
         The Inline source for the input content for Catalog items.
         
        .google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
        Returns:
        The catalogInlineSource.
      • getCatalogInlineSourceOrBuilder

        CatalogInlineSourceOrBuilder getCatalogInlineSourceOrBuilder()
         The Inline source for the input content for Catalog items.
         
        .google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
      • hasGcsSource

        boolean hasGcsSource()
         Google Cloud Storage location for the input content.
         
        .google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        GcsSource getGcsSource()
         Google Cloud Storage location for the input content.
         
        .google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        GcsSourceOrBuilder getGcsSourceOrBuilder()
         Google Cloud Storage location for the input content.
         
        .google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
      • hasUserEventInlineSource

        boolean hasUserEventInlineSource()
         The Inline source for the input content for UserEvents.
         
        .google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
        Returns:
        Whether the userEventInlineSource field is set.
      • getUserEventInlineSource

        UserEventInlineSource getUserEventInlineSource()
         The Inline source for the input content for UserEvents.
         
        .google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
        Returns:
        The userEventInlineSource.
      • getUserEventInlineSourceOrBuilder

        UserEventInlineSourceOrBuilder getUserEventInlineSourceOrBuilder()
         The Inline source for the input content for UserEvents.
         
        .google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;