google-cloud-discovery_engine-v1beta 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +4 -4
- data/README.md +4 -4
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/client.rb +591 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/paths.rb +50 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/rest/client.rb +534 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/rest/service_stub.rb +204 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/acl_config_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/client.rb +1058 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/credentials.rb +50 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/paths.rb +230 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/client.rb +975 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/rest/service_stub.rb +444 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/assistant_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/client.rb +823 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/operations.rb +843 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/paths.rb +135 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/rest/client.rb +752 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/rest/operations.rb +1152 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/rest/service_stub.rb +341 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service/rest.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/cmek_config_service.rb +56 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/client.rb +146 -12
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/credentials.rb +5 -1
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest/client.rb +139 -12
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/completion_service/rest/service_stub.rb +62 -0
- data/lib/google/cloud/discovery_engine/v1beta/control_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/control_service/paths.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/conversational_search_service/client.rb +210 -10
- data/lib/google/cloud/discovery_engine/v1beta/conversational_search_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/conversational_search_service/paths.rb +46 -0
- data/lib/google/cloud/discovery_engine/v1beta/conversational_search_service/rest/client.rb +205 -10
- data/lib/google/cloud/discovery_engine/v1beta/conversational_search_service/rest/service_stub.rb +72 -0
- data/lib/google/cloud/discovery_engine/v1beta/data_store_service/client.rb +11 -1
- data/lib/google/cloud/discovery_engine/v1beta/data_store_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/data_store_service/paths.rb +104 -0
- data/lib/google/cloud/discovery_engine/v1beta/data_store_service/rest/client.rb +11 -1
- data/lib/google/cloud/discovery_engine/v1beta/data_store_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb +8 -3
- data/lib/google/cloud/discovery_engine/v1beta/document_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb +8 -3
- data/lib/google/cloud/discovery_engine/v1beta/document_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/client.rb +224 -6
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/paths.rb +104 -0
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/rest/client.rb +210 -6
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/engine_service/rest/service_stub.rb +123 -0
- data/lib/google/cloud/discovery_engine/v1beta/evaluation_service/client.rb +11 -9
- data/lib/google/cloud/discovery_engine/v1beta/evaluation_service/credentials.rb +4 -1
- data/lib/google/cloud/discovery_engine/v1beta/evaluation_service/paths.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/evaluation_service/rest/client.rb +11 -9
- data/lib/google/cloud/discovery_engine/v1beta/evaluation_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/grounded_generation_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/client.rb +1180 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/operations.rb +843 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/paths.rb +154 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/rest/client.rb +1088 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/rest/operations.rb +1152 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/rest/service_stub.rb +511 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service/rest.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/identity_mapping_store_service.rb +56 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/client.rb +1050 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/paths.rb +86 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/client.rb +965 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/rest/service_stub.rb +451 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/license_config_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/project_service/client.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/project_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/project_service/rest/client.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/project_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/rank_service/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1beta/rank_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/rank_service/rest/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/recommendation_service/rest/client.rb +2 -2
- data/lib/google/cloud/discovery_engine/v1beta/rest.rb +10 -3
- data/lib/google/cloud/discovery_engine/v1beta/sample_query_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/sample_query_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/sample_query_set_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/schema_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/client.rb +194 -38
- data/lib/google/cloud/discovery_engine/v1beta/search_service/credentials.rb +4 -1
- data/lib/google/cloud/discovery_engine/v1beta/search_service/paths.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/search_service/rest/client.rb +194 -38
- data/lib/google/cloud/discovery_engine/v1beta/search_tuning_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/search_tuning_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/serving_config_service/client.rb +207 -3
- data/lib/google/cloud/discovery_engine/v1beta/serving_config_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/serving_config_service/rest/client.rb +193 -3
- data/lib/google/cloud/discovery_engine/v1beta/serving_config_service/rest/service_stub.rb +153 -0
- data/lib/google/cloud/discovery_engine/v1beta/session_service/client.rb +25 -9
- data/lib/google/cloud/discovery_engine/v1beta/session_service/credentials.rb +4 -1
- data/lib/google/cloud/discovery_engine/v1beta/session_service/paths.rb +46 -0
- data/lib/google/cloud/discovery_engine/v1beta/session_service/rest/client.rb +25 -9
- data/lib/google/cloud/discovery_engine/v1beta/site_search_engine_service/client.rb +1 -3
- data/lib/google/cloud/discovery_engine/v1beta/site_search_engine_service/credentials.rb +3 -1
- data/lib/google/cloud/discovery_engine/v1beta/site_search_engine_service/rest/client.rb +1 -3
- data/lib/google/cloud/discovery_engine/v1beta/site_search_engine_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/site_search_engine_service/rest/service_stub.rb +7 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/client.rb +23 -11
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/credentials.rb +4 -1
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/client.rb +23 -11
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/operations.rb +21 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_event_service/rest/service_stub.rb +8 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/client.rb +768 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/operations.rb +843 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/paths.rb +71 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/rest/client.rb +704 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/rest/operations.rb +1152 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/rest/service_stub.rb +265 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service/rest.rb +53 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_license_service.rb +56 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/client.rb +590 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/credentials.rb +49 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/paths.rb +71 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/rest/client.rb +533 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/rest/service_stub.rb +204 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service/rest.rb +52 -0
- data/lib/google/cloud/discovery_engine/v1beta/user_store_service.rb +55 -0
- data/lib/google/cloud/discovery_engine/v1beta/version.rb +1 -1
- data/lib/google/cloud/discovery_engine/v1beta.rb +11 -4
- data/lib/google/cloud/discoveryengine/v1beta/acl_config_pb.rb +25 -0
- data/lib/google/cloud/discoveryengine/v1beta/acl_config_service_pb.rb +28 -0
- data/lib/google/cloud/discoveryengine/v1beta/acl_config_service_services_pb.rb +49 -0
- data/lib/google/cloud/discoveryengine/v1beta/agent_gateway_setting_pb.rb +25 -0
- data/lib/google/cloud/discoveryengine/v1beta/answer_pb.rb +6 -1
- data/lib/google/cloud/discoveryengine/v1beta/assist_answer_pb.rb +48 -0
- data/lib/google/cloud/discoveryengine/v1beta/assistant_pb.rb +35 -0
- data/lib/google/cloud/discoveryengine/v1beta/assistant_service_pb.rb +48 -0
- data/lib/google/cloud/discoveryengine/v1beta/assistant_service_services_pb.rb +56 -0
- data/lib/google/cloud/discoveryengine/v1beta/chunk_pb.rb +4 -1
- data/lib/google/cloud/discoveryengine/v1beta/cmek_config_service_pb.rb +39 -0
- data/lib/google/cloud/discoveryengine/v1beta/cmek_config_service_services_pb.rb +55 -0
- data/lib/google/cloud/discoveryengine/v1beta/common_pb.rb +12 -1
- data/lib/google/cloud/discoveryengine/v1beta/completion_service_pb.rb +4 -1
- data/lib/google/cloud/discoveryengine/v1beta/completion_service_services_pb.rb +6 -0
- data/lib/google/cloud/discoveryengine/v1beta/control_pb.rb +6 -1
- data/lib/google/cloud/discoveryengine/v1beta/control_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/conversational_search_service_pb.rb +12 -1
- data/lib/google/cloud/discoveryengine/v1beta/conversational_search_service_services_pb.rb +8 -0
- data/lib/google/cloud/discoveryengine/v1beta/data_store_pb.rb +11 -1
- data/lib/google/cloud/discoveryengine/v1beta/data_store_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/document_pb.rb +4 -1
- data/lib/google/cloud/discoveryengine/v1beta/document_processing_config_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/document_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/engine_pb.rb +17 -1
- data/lib/google/cloud/discoveryengine/v1beta/engine_service_pb.rb +3 -1
- data/lib/google/cloud/discoveryengine/v1beta/engine_service_services_pb.rb +28 -6
- data/lib/google/cloud/discoveryengine/v1beta/evaluation_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/evaluation_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/feedback_pb.rb +28 -0
- data/lib/google/cloud/discoveryengine/v1beta/grounded_generation_service_pb.rb +11 -1
- data/lib/google/cloud/discoveryengine/v1beta/grounding_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/identity_mapping_store_pb.rb +26 -0
- data/lib/google/cloud/discoveryengine/v1beta/identity_mapping_store_service_pb.rb +44 -0
- data/lib/google/cloud/discoveryengine/v1beta/identity_mapping_store_service_services_pb.rb +58 -0
- data/lib/google/cloud/discoveryengine/v1beta/import_config_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/license_config_pb.rb +27 -0
- data/lib/google/cloud/discoveryengine/v1beta/license_config_service_pb.rb +36 -0
- data/lib/google/cloud/discoveryengine/v1beta/license_config_service_services_pb.rb +65 -0
- data/lib/google/cloud/discoveryengine/v1beta/logging_pb.rb +24 -0
- data/lib/google/cloud/discoveryengine/v1beta/project_pb.rb +10 -1
- data/lib/google/cloud/discoveryengine/v1beta/project_service_pb.rb +2 -1
- data/lib/google/cloud/discoveryengine/v1beta/rank_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/recommendation_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/safety_pb.rb +26 -0
- data/lib/google/cloud/discoveryengine/v1beta/sample_query_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/sample_query_set_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/schema_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/search_service_pb.rb +18 -2
- data/lib/google/cloud/discoveryengine/v1beta/search_tuning_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/serving_config_pb.rb +3 -1
- data/lib/google/cloud/discoveryengine/v1beta/serving_config_service_pb.rb +4 -1
- data/lib/google/cloud/discoveryengine/v1beta/serving_config_service_services_pb.rb +14 -0
- data/lib/google/cloud/discoveryengine/v1beta/session_pb.rb +2 -1
- data/lib/google/cloud/discoveryengine/v1beta/session_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/site_search_engine_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/site_search_engine_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/user_event_pb.rb +2 -1
- data/lib/google/cloud/discoveryengine/v1beta/user_event_service_pb.rb +1 -1
- data/lib/google/cloud/discoveryengine/v1beta/user_license_pb.rb +27 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_license_service_pb.rb +38 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_license_service_services_pb.rb +52 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_store_pb.rb +24 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_store_service_pb.rb +29 -0
- data/lib/google/cloud/discoveryengine/v1beta/user_store_service_services_pb.rb +47 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/acl_config.rb +43 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/acl_config_service.rb +49 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/agent_gateway_setting.rb +53 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/answer.rb +117 -2
- data/proto_docs/google/cloud/discoveryengine/v1beta/assist_answer.rb +401 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb +253 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/assistant_service.rb +368 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb +60 -1
- data/proto_docs/google/cloud/discoveryengine/v1beta/cmek_config_service.rb +228 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/common.rb +223 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb +115 -13
- data/proto_docs/google/cloud/discoveryengine/v1beta/control.rb +119 -6
- data/proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb +178 -8
- data/proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb +218 -9
- data/proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb +12 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/document.rb +115 -10
- data/proto_docs/google/cloud/discoveryengine/v1beta/document_processing_config.rb +30 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb +1 -1
- data/proto_docs/google/cloud/discoveryengine/v1beta/engine.rb +388 -8
- data/proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb +2 -2
- data/proto_docs/google/cloud/discoveryengine/v1beta/evaluation_service.rb +13 -11
- data/proto_docs/google/cloud/discoveryengine/v1beta/feedback.rb +147 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb +190 -9
- data/proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb +9 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store.rb +84 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/identity_mapping_store_service.rb +280 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb +25 -5
- data/proto_docs/google/cloud/discoveryengine/v1beta/license_config.rb +101 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb +224 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/logging.rb +40 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/project.rb +214 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/project_service.rb +18 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/purge_config.rb +9 -5
- data/proto_docs/google/cloud/discoveryengine/v1beta/rank_service.rb +4 -2
- data/proto_docs/google/cloud/discoveryengine/v1beta/recommendation_service.rb +2 -2
- data/proto_docs/google/cloud/discoveryengine/v1beta/safety.rb +108 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb +461 -69
- data/proto_docs/google/cloud/discoveryengine/v1beta/serving_config.rb +50 -3
- data/proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb +30 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/session.rb +21 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb +8 -2
- data/proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb +7 -3
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_event.rb +39 -3
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_event_service.rb +14 -6
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_license.rb +100 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_license_service.rb +202 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_store.rb +67 -0
- data/proto_docs/google/cloud/discoveryengine/v1beta/user_store_service.rb +54 -0
- data/proto_docs/google/iam/v1/iam_policy.rb +87 -0
- data/proto_docs/google/iam/v1/options.rb +50 -0
- data/proto_docs/google/iam/v1/policy.rb +426 -0
- data/proto_docs/google/type/expr.rb +75 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- metadata +118 -1
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# is
|
|
31
31
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_CHAT SOLUTION_TYPE_CHAT}.
|
|
32
32
|
#
|
|
33
|
-
# Note: The following fields are mutually exclusive: `chat_engine_config`, `search_engine_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
33
|
+
# Note: The following fields are mutually exclusive: `chat_engine_config`, `search_engine_config`, `media_recommendation_engine_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
34
34
|
# @!attribute [rw] search_engine_config
|
|
35
35
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::SearchEngineConfig]
|
|
36
36
|
# Configurations for the Search Engine. Only applicable if
|
|
@@ -38,7 +38,18 @@ module Google
|
|
|
38
38
|
# is
|
|
39
39
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_SEARCH SOLUTION_TYPE_SEARCH}.
|
|
40
40
|
#
|
|
41
|
-
# Note: The following fields are mutually exclusive: `search_engine_config`, `chat_engine_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
41
|
+
# Note: The following fields are mutually exclusive: `search_engine_config`, `chat_engine_config`, `media_recommendation_engine_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
42
|
+
# @!attribute [rw] media_recommendation_engine_config
|
|
43
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig]
|
|
44
|
+
# Configurations for the Media Engine. Only applicable on the data
|
|
45
|
+
# stores with
|
|
46
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::Engine#solution_type solution_type}
|
|
47
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_RECOMMENDATION SOLUTION_TYPE_RECOMMENDATION}
|
|
48
|
+
# and
|
|
49
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::IndustryVertical::MEDIA IndustryVertical.MEDIA}
|
|
50
|
+
# vertical.
|
|
51
|
+
#
|
|
52
|
+
# Note: The following fields are mutually exclusive: `media_recommendation_engine_config`, `chat_engine_config`, `search_engine_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
42
53
|
# @!attribute [r] chat_engine_metadata
|
|
43
54
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineMetadata]
|
|
44
55
|
# Output only. Additional information of the Chat Engine. Only applicable
|
|
@@ -48,7 +59,7 @@ module Google
|
|
|
48
59
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_CHAT SOLUTION_TYPE_CHAT}.
|
|
49
60
|
# @!attribute [rw] name
|
|
50
61
|
# @return [::String]
|
|
51
|
-
# Immutable. The fully qualified resource name of the engine.
|
|
62
|
+
# Immutable. Identifier. The fully qualified resource name of the engine.
|
|
52
63
|
#
|
|
53
64
|
# This field must be a UTF-8 encoded string with a length limit of 1024
|
|
54
65
|
# characters.
|
|
@@ -69,7 +80,7 @@ module Google
|
|
|
69
80
|
# Output only. Timestamp the Recommendation Engine was last updated.
|
|
70
81
|
# @!attribute [rw] data_store_ids
|
|
71
82
|
# @return [::Array<::String>]
|
|
72
|
-
# The data stores associated with this engine.
|
|
83
|
+
# Optional. The data stores associated with this engine.
|
|
73
84
|
#
|
|
74
85
|
# For
|
|
75
86
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_SEARCH SOLUTION_TYPE_SEARCH}
|
|
@@ -94,18 +105,95 @@ module Google
|
|
|
94
105
|
# Required. The solutions of the engine.
|
|
95
106
|
# @!attribute [rw] industry_vertical
|
|
96
107
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::IndustryVertical]
|
|
97
|
-
# The industry vertical that the engine registers.
|
|
108
|
+
# Optional. The industry vertical that the engine registers.
|
|
98
109
|
# The restriction of the Engine industry vertical is based on
|
|
99
|
-
# {::Google::Cloud::DiscoveryEngine::V1beta::DataStore DataStore}:
|
|
100
|
-
#
|
|
101
|
-
# DataStore linked to the engine.
|
|
110
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::DataStore DataStore}: Vertical on
|
|
111
|
+
# Engine has to match vertical of the DataStore linked to the engine.
|
|
102
112
|
# @!attribute [rw] common_config
|
|
103
113
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::CommonConfig]
|
|
104
114
|
# Common config spec that specifies the metadata of the engine.
|
|
115
|
+
# @!attribute [rw] knowledge_graph_config
|
|
116
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::KnowledgeGraphConfig]
|
|
117
|
+
# Optional. Configurations for the Knowledge Graph. Only applicable if
|
|
118
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::Engine#solution_type solution_type}
|
|
119
|
+
# is
|
|
120
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::SolutionType::SOLUTION_TYPE_SEARCH SOLUTION_TYPE_SEARCH}.
|
|
121
|
+
# @!attribute [rw] app_type
|
|
122
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::AppType]
|
|
123
|
+
# Optional. Immutable. This the application type which this engine resource
|
|
124
|
+
# represents. NOTE: this is a new concept independ of existing industry
|
|
125
|
+
# vertical or solution type.
|
|
105
126
|
# @!attribute [rw] disable_analytics
|
|
106
127
|
# @return [::Boolean]
|
|
107
128
|
# Optional. Whether to disable analytics for searches performed on this
|
|
108
129
|
# engine.
|
|
130
|
+
# @!attribute [rw] features
|
|
131
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::Engine::FeatureState}]
|
|
132
|
+
# Optional. Feature config for the engine to opt in or opt out of features.
|
|
133
|
+
# Supported keys:
|
|
134
|
+
#
|
|
135
|
+
# * `*`: all features, if it's present, all other feature state settings are
|
|
136
|
+
# ignored.
|
|
137
|
+
# * `agent-gallery`
|
|
138
|
+
# * `no-code-agent-builder`
|
|
139
|
+
# * `prompt-gallery`
|
|
140
|
+
# * `model-selector`
|
|
141
|
+
# * `notebook-lm`
|
|
142
|
+
# * `people-search`
|
|
143
|
+
# * `people-search-org-chart`
|
|
144
|
+
# * `bi-directional-audio`
|
|
145
|
+
# * `feedback`
|
|
146
|
+
# * `session-sharing`
|
|
147
|
+
# * `personalization-memory`
|
|
148
|
+
# * `personalization-suggested-highlights`
|
|
149
|
+
# * `mobile-app-access`
|
|
150
|
+
# * `disable-agent-sharing`
|
|
151
|
+
# * `disable-image-generation`
|
|
152
|
+
# * `disable-video-generation`
|
|
153
|
+
# * `disable-onedrive-upload`
|
|
154
|
+
# * `disable-talk-to-content`
|
|
155
|
+
# * `disable-google-drive-upload`
|
|
156
|
+
# * `disable-welcome-emails`
|
|
157
|
+
# * `disable-canvas`
|
|
158
|
+
# * `disable-canvas-workspace`
|
|
159
|
+
# * `disable-skills`
|
|
160
|
+
# * `enable-end-user-sharing-with-groups`
|
|
161
|
+
# * `single-agent-orchestration`
|
|
162
|
+
# * `multi-agent-orchestration`
|
|
163
|
+
# * `cross-product-intelligence`
|
|
164
|
+
# @!attribute [r] cmek_config
|
|
165
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::CmekConfig]
|
|
166
|
+
# Output only. CMEK-related information for the Engine.
|
|
167
|
+
# @!attribute [rw] configurable_billing_approach
|
|
168
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::ConfigurableBillingApproach]
|
|
169
|
+
# Optional. Configuration for configurable billing approach.
|
|
170
|
+
# @!attribute [rw] model_configs
|
|
171
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::DiscoveryEngine::V1beta::Engine::ModelState}]
|
|
172
|
+
# Optional. Maps a model name to its specific configuration for this engine.
|
|
173
|
+
# This allows admin users to turn on/off individual models. This only stores
|
|
174
|
+
# models whose states are overridden by the admin.
|
|
175
|
+
#
|
|
176
|
+
# When the state is unspecified, or model_configs is empty for this
|
|
177
|
+
# model, the system will decide if this model should be available or not
|
|
178
|
+
# based on the default configuration. For example, a preview model
|
|
179
|
+
# should be disabled by default if the admin has not chosen to enable it.
|
|
180
|
+
# @!attribute [rw] observability_config
|
|
181
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::ObservabilityConfig]
|
|
182
|
+
# Optional. Observability config for the engine.
|
|
183
|
+
# @!attribute [rw] connector_tenant_info
|
|
184
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
185
|
+
# Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to
|
|
186
|
+
# tenant-specific information required for that connector. The structure of
|
|
187
|
+
# the tenant information string is connector-dependent.
|
|
188
|
+
# @!attribute [rw] agent_gateway_setting
|
|
189
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::AgentGatewaySetting]
|
|
190
|
+
# Optional. The agent gateway setting for the engine.
|
|
191
|
+
# @!attribute [rw] marketplace_agent_visibility
|
|
192
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MarketplaceAgentVisibility]
|
|
193
|
+
# Optional. The visibility of marketplace agents in the agent gallery.
|
|
194
|
+
# @!attribute [rw] procurement_contact_emails
|
|
195
|
+
# @return [::Array<::String>]
|
|
196
|
+
# Optional. The emails of the procurement contacts.
|
|
109
197
|
class Engine
|
|
110
198
|
include ::Google::Protobuf::MessageExts
|
|
111
199
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -121,6 +209,13 @@ module Google
|
|
|
121
209
|
# Defaults to
|
|
122
210
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SearchTier::SEARCH_TIER_STANDARD SearchTier.SEARCH_TIER_STANDARD}
|
|
123
211
|
# if not specified.
|
|
212
|
+
# @!attribute [rw] required_subscription_tier
|
|
213
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier]
|
|
214
|
+
# Optional. The required subscription tier of this engine.
|
|
215
|
+
#
|
|
216
|
+
# They cannot be modified after engine creation. If the required
|
|
217
|
+
# subscription tier is search, user with higher license tier like assist
|
|
218
|
+
# can still access the standalone app associated with this engine.
|
|
124
219
|
# @!attribute [rw] search_add_ons
|
|
125
220
|
# @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>]
|
|
126
221
|
# The add-on that this search engine enables.
|
|
@@ -129,6 +224,131 @@ module Google
|
|
|
129
224
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
130
225
|
end
|
|
131
226
|
|
|
227
|
+
# Additional config specs for a Media Recommendation engine.
|
|
228
|
+
# @!attribute [rw] type
|
|
229
|
+
# @return [::String]
|
|
230
|
+
# Required. The type of engine. e.g., `recommended-for-you`.
|
|
231
|
+
#
|
|
232
|
+
# This field together with
|
|
233
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig#optimization_objective optimization_objective}
|
|
234
|
+
# describe engine metadata to use to control engine training and serving.
|
|
235
|
+
#
|
|
236
|
+
# Currently supported values: `recommended-for-you`, `others-you-may-like`,
|
|
237
|
+
# `more-like-this`, `most-popular-items`.
|
|
238
|
+
# @!attribute [rw] optimization_objective
|
|
239
|
+
# @return [::String]
|
|
240
|
+
# The optimization objective. e.g., `cvr`.
|
|
241
|
+
#
|
|
242
|
+
# This field together with
|
|
243
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig#type optimization_objective}
|
|
244
|
+
# describe engine metadata to use to control engine training and serving.
|
|
245
|
+
#
|
|
246
|
+
# Currently supported
|
|
247
|
+
# values: `ctr`, `cvr`.
|
|
248
|
+
#
|
|
249
|
+
# If not specified, we choose default based on engine type.
|
|
250
|
+
# Default depends on type of recommendation:
|
|
251
|
+
#
|
|
252
|
+
# `recommended-for-you` => `ctr`
|
|
253
|
+
#
|
|
254
|
+
# `others-you-may-like` => `ctr`
|
|
255
|
+
# @!attribute [rw] optimization_objective_config
|
|
256
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig::OptimizationObjectiveConfig]
|
|
257
|
+
# Name and value of the custom threshold for cvr optimization_objective.
|
|
258
|
+
# For target_field `watch-time`, target_field_value must be an integer
|
|
259
|
+
# value indicating the media progress time in seconds between (0, 86400]
|
|
260
|
+
# (excludes 0, includes 86400) (e.g., 90).
|
|
261
|
+
# For target_field `watch-percentage`, the target_field_value must be a
|
|
262
|
+
# valid float value between (0, 1.0] (excludes 0, includes 1.0) (e.g.,
|
|
263
|
+
# 0.5).
|
|
264
|
+
# @!attribute [rw] training_state
|
|
265
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig::TrainingState]
|
|
266
|
+
# The training state that the engine is in (e.g.
|
|
267
|
+
# `TRAINING` or `PAUSED`).
|
|
268
|
+
#
|
|
269
|
+
# Since part of the cost of running the service
|
|
270
|
+
# is frequency of training - this can be used to determine when to train
|
|
271
|
+
# engine in order to control cost. If not specified: the default value for
|
|
272
|
+
# `CreateEngine` method is `TRAINING`. The default value for
|
|
273
|
+
# `UpdateEngine` method is to keep the state the same as before.
|
|
274
|
+
# @!attribute [rw] engine_features_config
|
|
275
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig::EngineFeaturesConfig]
|
|
276
|
+
# Optional. Additional engine features config.
|
|
277
|
+
class MediaRecommendationEngineConfig
|
|
278
|
+
include ::Google::Protobuf::MessageExts
|
|
279
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
280
|
+
|
|
281
|
+
# Custom threshold for `cvr` optimization_objective.
|
|
282
|
+
# @!attribute [rw] target_field
|
|
283
|
+
# @return [::String]
|
|
284
|
+
# Required. The name of the field to target. Currently supported
|
|
285
|
+
# values: `watch-percentage`, `watch-time`.
|
|
286
|
+
# @!attribute [rw] target_field_value_float
|
|
287
|
+
# @return [::Float]
|
|
288
|
+
# Required. The threshold to be applied to the target (e.g., 0.5).
|
|
289
|
+
class OptimizationObjectiveConfig
|
|
290
|
+
include ::Google::Protobuf::MessageExts
|
|
291
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
292
|
+
end
|
|
293
|
+
|
|
294
|
+
# More feature configs of the selected engine type.
|
|
295
|
+
# @!attribute [rw] recommended_for_you_config
|
|
296
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig::RecommendedForYouFeatureConfig]
|
|
297
|
+
# Recommended for you engine feature config.
|
|
298
|
+
#
|
|
299
|
+
# Note: The following fields are mutually exclusive: `recommended_for_you_config`, `most_popular_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
300
|
+
# @!attribute [rw] most_popular_config
|
|
301
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig]
|
|
302
|
+
# Most popular engine feature config.
|
|
303
|
+
#
|
|
304
|
+
# Note: The following fields are mutually exclusive: `most_popular_config`, `recommended_for_you_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
305
|
+
class EngineFeaturesConfig
|
|
306
|
+
include ::Google::Protobuf::MessageExts
|
|
307
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
# Additional feature configurations for creating a `recommended-for-you`
|
|
311
|
+
# engine.
|
|
312
|
+
# @!attribute [rw] context_event_type
|
|
313
|
+
# @return [::String]
|
|
314
|
+
# The type of event with which the engine is queried at prediction time.
|
|
315
|
+
# If set to `generic`, only `view-item`, `media-play`,and
|
|
316
|
+
# `media-complete` will be used as `context-event` in engine training. If
|
|
317
|
+
# set to `view-home-page`, `view-home-page` will also be used as
|
|
318
|
+
# `context-events` in addition to `view-item`, `media-play`, and
|
|
319
|
+
# `media-complete`. Currently supported for the `recommended-for-you`
|
|
320
|
+
# engine. Currently supported values: `view-home-page`, `generic`.
|
|
321
|
+
class RecommendedForYouFeatureConfig
|
|
322
|
+
include ::Google::Protobuf::MessageExts
|
|
323
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
324
|
+
end
|
|
325
|
+
|
|
326
|
+
# Feature configurations that are required for creating a Most Popular
|
|
327
|
+
# engine.
|
|
328
|
+
# @!attribute [rw] time_window_days
|
|
329
|
+
# @return [::Integer]
|
|
330
|
+
# The time window of which the engine is queried at training and
|
|
331
|
+
# prediction time. Positive integers only. The value translates to the
|
|
332
|
+
# last X days of events. Currently required for the `most-popular-items`
|
|
333
|
+
# engine.
|
|
334
|
+
class MostPopularFeatureConfig
|
|
335
|
+
include ::Google::Protobuf::MessageExts
|
|
336
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# The training state of the engine.
|
|
340
|
+
module TrainingState
|
|
341
|
+
# Unspecified training state.
|
|
342
|
+
TRAINING_STATE_UNSPECIFIED = 0
|
|
343
|
+
|
|
344
|
+
# The engine training is paused.
|
|
345
|
+
PAUSED = 1
|
|
346
|
+
|
|
347
|
+
# The engine is training.
|
|
348
|
+
TRAINING = 2
|
|
349
|
+
end
|
|
350
|
+
end
|
|
351
|
+
|
|
132
352
|
# Configurations for a Chat Engine.
|
|
133
353
|
# @!attribute [rw] agent_creation_config
|
|
134
354
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineConfig::AgentCreationConfig]
|
|
@@ -158,6 +378,20 @@ module Google
|
|
|
158
378
|
# API after engine creation. Use
|
|
159
379
|
# {::Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineMetadata#dialogflow_agent ChatEngineMetadata.dialogflow_agent}
|
|
160
380
|
# for actual agent association after Engine is created.
|
|
381
|
+
# @!attribute [rw] allow_cross_region
|
|
382
|
+
# @return [::Boolean]
|
|
383
|
+
# Optional. If the flag set to true, we allow the agent and engine are in
|
|
384
|
+
# different locations, otherwise the agent and engine are required to be in
|
|
385
|
+
# the same location. The flag is set to false by default.
|
|
386
|
+
#
|
|
387
|
+
# Note that the `allow_cross_region` are one-time consumed by and
|
|
388
|
+
# passed to
|
|
389
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::EngineService::Client#create_engine EngineService.CreateEngine}.
|
|
390
|
+
# It means they cannot be retrieved using
|
|
391
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::EngineService::Client#get_engine EngineService.GetEngine}
|
|
392
|
+
# or
|
|
393
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::EngineService::Client#list_engines EngineService.ListEngines}
|
|
394
|
+
# API after engine creation.
|
|
161
395
|
class ChatEngineConfig
|
|
162
396
|
include ::Google::Protobuf::MessageExts
|
|
163
397
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -207,6 +441,57 @@ module Google
|
|
|
207
441
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
208
442
|
end
|
|
209
443
|
|
|
444
|
+
# Configuration message for the Knowledge Graph.
|
|
445
|
+
# @!attribute [rw] enable_cloud_knowledge_graph
|
|
446
|
+
# @return [::Boolean]
|
|
447
|
+
# Whether to enable the Cloud Knowledge Graph for the engine.
|
|
448
|
+
#
|
|
449
|
+
# Defaults to false if not specified.
|
|
450
|
+
# @!attribute [rw] cloud_knowledge_graph_types
|
|
451
|
+
# @return [::Array<::String>]
|
|
452
|
+
# Specify entity types to support.
|
|
453
|
+
# @!attribute [rw] enable_private_knowledge_graph
|
|
454
|
+
# @return [::Boolean]
|
|
455
|
+
# Whether to enable the Private Knowledge Graph for the engine.
|
|
456
|
+
#
|
|
457
|
+
# Defaults to false if not specified.
|
|
458
|
+
# @!attribute [rw] private_knowledge_graph_types
|
|
459
|
+
# @return [::Array<::String>]
|
|
460
|
+
# Specify entity types to support.
|
|
461
|
+
# @!attribute [rw] feature_config
|
|
462
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::KnowledgeGraphConfig::FeatureConfig]
|
|
463
|
+
# Optional. Feature config for the Knowledge Graph.
|
|
464
|
+
class KnowledgeGraphConfig
|
|
465
|
+
include ::Google::Protobuf::MessageExts
|
|
466
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
467
|
+
|
|
468
|
+
# Feature config for the Knowledge Graph.
|
|
469
|
+
# @!attribute [rw] disable_private_kg_query_understanding
|
|
470
|
+
# @return [::Boolean]
|
|
471
|
+
# Whether to disable the private KG query understanding for the engine.
|
|
472
|
+
#
|
|
473
|
+
# Defaults to false if not specified.
|
|
474
|
+
# @!attribute [rw] disable_private_kg_enrichment
|
|
475
|
+
# @return [::Boolean]
|
|
476
|
+
# Whether to disable the private KG enrichment for the engine.
|
|
477
|
+
#
|
|
478
|
+
# Defaults to false if not specified.
|
|
479
|
+
# @!attribute [rw] disable_private_kg_auto_complete
|
|
480
|
+
# @return [::Boolean]
|
|
481
|
+
# Whether to disable the private KG auto complete for the engine.
|
|
482
|
+
#
|
|
483
|
+
# Defaults to false if not specified.
|
|
484
|
+
# @!attribute [rw] disable_private_kg_query_ui_chips
|
|
485
|
+
# @return [::Boolean]
|
|
486
|
+
# Whether to disable the private KG for query UI chips.
|
|
487
|
+
#
|
|
488
|
+
# Defaults to false if not specified.
|
|
489
|
+
class FeatureConfig
|
|
490
|
+
include ::Google::Protobuf::MessageExts
|
|
491
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
492
|
+
end
|
|
493
|
+
end
|
|
494
|
+
|
|
210
495
|
# Additional information of a Chat Engine.
|
|
211
496
|
# Fields in this message are output only.
|
|
212
497
|
# @!attribute [rw] dialogflow_agent
|
|
@@ -220,6 +505,101 @@ module Google
|
|
|
220
505
|
include ::Google::Protobuf::MessageExts
|
|
221
506
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
222
507
|
end
|
|
508
|
+
|
|
509
|
+
# @!attribute [rw] key
|
|
510
|
+
# @return [::String]
|
|
511
|
+
# @!attribute [rw] value
|
|
512
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::FeatureState]
|
|
513
|
+
class FeaturesEntry
|
|
514
|
+
include ::Google::Protobuf::MessageExts
|
|
515
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
516
|
+
end
|
|
517
|
+
|
|
518
|
+
# @!attribute [rw] key
|
|
519
|
+
# @return [::String]
|
|
520
|
+
# @!attribute [rw] value
|
|
521
|
+
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Engine::ModelState]
|
|
522
|
+
class ModelConfigsEntry
|
|
523
|
+
include ::Google::Protobuf::MessageExts
|
|
524
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
# @!attribute [rw] key
|
|
528
|
+
# @return [::String]
|
|
529
|
+
# @!attribute [rw] value
|
|
530
|
+
# @return [::String]
|
|
531
|
+
class ConnectorTenantInfoEntry
|
|
532
|
+
include ::Google::Protobuf::MessageExts
|
|
533
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
534
|
+
end
|
|
535
|
+
|
|
536
|
+
# The app of the engine.
|
|
537
|
+
module AppType
|
|
538
|
+
# All non specified apps.
|
|
539
|
+
APP_TYPE_UNSPECIFIED = 0
|
|
540
|
+
|
|
541
|
+
# App type for intranet search and Agentspace.
|
|
542
|
+
APP_TYPE_INTRANET = 1
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
# The state of the feature for the engine.
|
|
546
|
+
module FeatureState
|
|
547
|
+
# The feature state is unspecified.
|
|
548
|
+
FEATURE_STATE_UNSPECIFIED = 0
|
|
549
|
+
|
|
550
|
+
# The feature is turned on to be accessible.
|
|
551
|
+
FEATURE_STATE_ON = 1
|
|
552
|
+
|
|
553
|
+
# The feature is turned off to be inaccessible.
|
|
554
|
+
FEATURE_STATE_OFF = 2
|
|
555
|
+
end
|
|
556
|
+
|
|
557
|
+
# Configuration for configurable billing approach.
|
|
558
|
+
module ConfigurableBillingApproach
|
|
559
|
+
# Default value. For Spark and non-Spark non-configurable billing approach.
|
|
560
|
+
# General pricing model.
|
|
561
|
+
CONFIGURABLE_BILLING_APPROACH_UNSPECIFIED = 0
|
|
562
|
+
|
|
563
|
+
# The billing approach follows configurations specified by customer.
|
|
564
|
+
CONFIGURABLE_BILLING_APPROACH_ENABLED = 1
|
|
565
|
+
end
|
|
566
|
+
|
|
567
|
+
# The status of the model for the engine.
|
|
568
|
+
module ModelState
|
|
569
|
+
# The model state is unspecified.
|
|
570
|
+
MODEL_STATE_UNSPECIFIED = 0
|
|
571
|
+
|
|
572
|
+
# The model is enabled by admin.
|
|
573
|
+
MODEL_ENABLED = 1
|
|
574
|
+
|
|
575
|
+
# The model is disabled by admin.
|
|
576
|
+
MODEL_DISABLED = 2
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
# Represents which marketplace agents are visible to any users in agent
|
|
580
|
+
# gallery.
|
|
581
|
+
module MarketplaceAgentVisibility
|
|
582
|
+
# Defaults to `MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED`.
|
|
583
|
+
MARKETPLACE_AGENT_VISIBILITY_UNSPECIFIED = 0
|
|
584
|
+
|
|
585
|
+
# Only agents that are currently available for use by the user are visible.
|
|
586
|
+
SHOW_AVAILABLE_AGENTS_ONLY = 1
|
|
587
|
+
|
|
588
|
+
# Show marketplace agents that the user does not yet have access to but
|
|
589
|
+
# are integrated into the engine. This level also includes all agents
|
|
590
|
+
# visible with `SHOW_AVAILABLE_AGENTS_ONLY`.
|
|
591
|
+
SHOW_AGENTS_ALREADY_INTEGRATED = 2
|
|
592
|
+
|
|
593
|
+
# Show all agents visible with `SHOW_AGENTS_ALREADY_INTEGRATED`, plus
|
|
594
|
+
# agents that have already been purchased by the project/organization, even
|
|
595
|
+
# if they are not currently integrated into the engine.
|
|
596
|
+
SHOW_AGENTS_ALREADY_PURCHASED = 3
|
|
597
|
+
|
|
598
|
+
# All agents in the marketplace are visible, regardless of access or
|
|
599
|
+
# purchase status. This level encompasses all agents shown in the previous
|
|
600
|
+
# levels.
|
|
601
|
+
SHOW_ALL_AGENTS = 4
|
|
602
|
+
end
|
|
223
603
|
end
|
|
224
604
|
end
|
|
225
605
|
end
|
|
@@ -82,7 +82,7 @@ module Google
|
|
|
82
82
|
# * {::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest#user_pseudo_id SearchRequest.user_pseudo_id}
|
|
83
83
|
# @!attribute [rw] query_set_spec
|
|
84
84
|
# @return [::Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec::QuerySetSpec]
|
|
85
|
-
#
|
|
85
|
+
# Optional. The specification of the query set.
|
|
86
86
|
class EvaluationSpec
|
|
87
87
|
include ::Google::Protobuf::MessageExts
|
|
88
88
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -90,7 +90,7 @@ module Google
|
|
|
90
90
|
# Describes the specification of the query set.
|
|
91
91
|
# @!attribute [rw] sample_query_set
|
|
92
92
|
# @return [::String]
|
|
93
|
-
#
|
|
93
|
+
# Optional. The full resource name of the
|
|
94
94
|
# {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet SampleQuerySet}
|
|
95
95
|
# used for the evaluation, in the format of
|
|
96
96
|
# `projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`.
|
|
@@ -56,7 +56,7 @@ module Google
|
|
|
56
56
|
# `PERMISSION_DENIED` error is returned.
|
|
57
57
|
# @!attribute [rw] page_size
|
|
58
58
|
# @return [::Integer]
|
|
59
|
-
# Maximum number of
|
|
59
|
+
# Optional. Maximum number of
|
|
60
60
|
# {::Google::Cloud::DiscoveryEngine::V1beta::Evaluation Evaluation}s to return. If
|
|
61
61
|
# unspecified, defaults to 100. The maximum allowed value is 1000. Values
|
|
62
62
|
# above 1000 will be coerced to 1000.
|
|
@@ -64,7 +64,7 @@ module Google
|
|
|
64
64
|
# If this field is negative, an `INVALID_ARGUMENT` error is returned.
|
|
65
65
|
# @!attribute [rw] page_token
|
|
66
66
|
# @return [::String]
|
|
67
|
-
# A page token
|
|
67
|
+
# Optional. A page token
|
|
68
68
|
# {::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationsResponse#next_page_token ListEvaluationsResponse.next_page_token},
|
|
69
69
|
# received from a previous
|
|
70
70
|
# {::Google::Cloud::DiscoveryEngine::V1beta::EvaluationService::Client#list_evaluations EvaluationService.ListEvaluations}
|
|
@@ -128,19 +128,21 @@ module Google
|
|
|
128
128
|
# Required. The evaluation resource name, such as
|
|
129
129
|
# `projects/{project}/locations/{location}/evaluations/{evaluation}`.
|
|
130
130
|
#
|
|
131
|
-
# If the caller does not have permission to list
|
|
132
|
-
#
|
|
133
|
-
#
|
|
131
|
+
# If the caller does not have permission to list
|
|
132
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse::EvaluationResult ListEvaluationResultsResponse.EvaluationResult}
|
|
133
|
+
# under this evaluation, regardless of whether or not this evaluation set
|
|
134
|
+
# exists, a `PERMISSION_DENIED` error is returned.
|
|
134
135
|
# @!attribute [rw] page_size
|
|
135
136
|
# @return [::Integer]
|
|
136
|
-
# Maximum number of
|
|
137
|
-
#
|
|
138
|
-
#
|
|
137
|
+
# Optional. Maximum number of
|
|
138
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse::EvaluationResult ListEvaluationResultsResponse.EvaluationResult}
|
|
139
|
+
# to return. If unspecified, defaults to 100. The maximum allowed value is
|
|
140
|
+
# 1000. Values above 1000 will be coerced to 1000.
|
|
139
141
|
#
|
|
140
142
|
# If this field is negative, an `INVALID_ARGUMENT` error is returned.
|
|
141
143
|
# @!attribute [rw] page_token
|
|
142
144
|
# @return [::String]
|
|
143
|
-
# A page token
|
|
145
|
+
# Optional. A page token
|
|
144
146
|
# {::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse#next_page_token ListEvaluationResultsResponse.next_page_token},
|
|
145
147
|
# received from a previous
|
|
146
148
|
# {::Google::Cloud::DiscoveryEngine::V1beta::EvaluationService::Client#list_evaluation_results EvaluationService.ListEvaluationResults}
|
|
@@ -160,8 +162,8 @@ module Google
|
|
|
160
162
|
# method.
|
|
161
163
|
# @!attribute [rw] evaluation_results
|
|
162
164
|
# @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::ListEvaluationResultsResponse::EvaluationResult>]
|
|
163
|
-
# The
|
|
164
|
-
# {::Google::Cloud::DiscoveryEngine::V1beta::
|
|
165
|
+
# The evaluation results for the
|
|
166
|
+
# {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery SampleQuery}s.
|
|
165
167
|
# @!attribute [rw] next_page_token
|
|
166
168
|
# @return [::String]
|
|
167
169
|
# A token that can be sent as
|