Interface ExperimentInfo.ServingConfigExperimentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExperimentServingConfig()
      The fully qualified resource name of the serving config [VariantArm.serving_config_id][] responsible for generating the search response.
      com.google.protobuf.ByteString getExperimentServingConfigBytes()
      The fully qualified resource name of the serving config [VariantArm.serving_config_id][] responsible for generating the search response.
      String getOriginalServingConfig()
      The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2alpha.SearchRequest.placement] in the search request prior to reassignment by experiment API.
      com.google.protobuf.ByteString getOriginalServingConfigBytes()
      The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2alpha.SearchRequest.placement] in the search request prior to reassignment by experiment API.
      • 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 Detail

      • getOriginalServingConfig

        String getOriginalServingConfig()
         The fully qualified resource name of the original
         [SearchRequest.placement][google.cloud.retail.v2alpha.SearchRequest.placement]
         in the search request prior to reassignment by experiment API. For
         example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
         
        string original_serving_config = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The originalServingConfig.
      • getOriginalServingConfigBytes

        com.google.protobuf.ByteString getOriginalServingConfigBytes()
         The fully qualified resource name of the original
         [SearchRequest.placement][google.cloud.retail.v2alpha.SearchRequest.placement]
         in the search request prior to reassignment by experiment API. For
         example: `projects/*/locations/*/catalogs/*/servingConfigs/*`.
         
        string original_serving_config = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for originalServingConfig.
      • getExperimentServingConfig

        String getExperimentServingConfig()
         The fully qualified resource name of the serving config
         [VariantArm.serving_config_id][] responsible for generating the search
         response. For example:
         `projects/*/locations/*/catalogs/*/servingConfigs/*`.
         
        string experiment_serving_config = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The experimentServingConfig.
      • getExperimentServingConfigBytes

        com.google.protobuf.ByteString getExperimentServingConfigBytes()
         The fully qualified resource name of the serving config
         [VariantArm.serving_config_id][] responsible for generating the search
         response. For example:
         `projects/*/locations/*/catalogs/*/servingConfigs/*`.
         
        string experiment_serving_config = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for experimentServingConfig.