Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: v0.19.0
repo: googleapis/google-cloud-python
sources:
googleapis:
commit: ff15be54722218705740b9fc6223d264c4cdb6dd
sha256: 13dc3b1a01767be8d486980d3ddcb7fe6f6b89c3da8d41c358d5c2536c86de3c
commit: d8daa97972d091191898915589335cef66fcdc8a
sha256: 7dbdf2b1b667fe57128d41c77e530a2541767772cfe3487713f29b7b25d9f5ad
default:
output: packages
tag_format: '{name}-v{version}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ async def sample_upgrade_cluster():
# Initialize request argument(s)
request = alloydb_v1.UpgradeClusterRequest(
name="name_value",
version="POSTGRES_17",
version="POSTGRES_18",
)

# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ def sample_upgrade_cluster():
# Initialize request argument(s)
request = alloydb_v1.UpgradeClusterRequest(
name="name_value",
version="POSTGRES_17",
version="POSTGRES_18",
)

# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ class DatabaseVersion(proto.Enum):
The database version is Postgres 16.
POSTGRES_17 (5):
The database version is Postgres 17.
POSTGRES_18 (6):
The database version is Postgres 18.
"""

DATABASE_VERSION_UNSPECIFIED = 0
Expand All @@ -131,6 +133,7 @@ class DatabaseVersion(proto.Enum):
POSTGRES_15 = 3
POSTGRES_16 = 4
POSTGRES_17 = 5
POSTGRES_18 = 6


class SubscriptionType(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def sample_upgrade_cluster():
# Initialize request argument(s)
request = alloydb_v1.UpgradeClusterRequest(
name="name_value",
version="POSTGRES_17",
version="POSTGRES_18",
)

# Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def sample_upgrade_cluster():
# Initialize request argument(s)
request = alloydb_v1.UpgradeClusterRequest(
name="name_value",
version="POSTGRES_17",
version="POSTGRES_18",
)

# Make the request
Expand Down
30 changes: 28 additions & 2 deletions packages/google-cloud-ces/google/cloud/ces_v1beta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from .services.tool_service import ToolServiceAsyncClient, ToolServiceClient
from .services.widget_service import WidgetServiceAsyncClient, WidgetServiceClient
from .types.agent import Agent
from .types.agent_card import AgentCard, AgentInterface, AgentSkill, RemoteAgentTool
from .types.agent_service import (
BatchDeleteConversationsRequest,
BatchDeleteConversationsResponse,
Expand Down Expand Up @@ -129,6 +130,7 @@
RedactionConfig,
SynthesizeSpeechConfig,
TimeZoneSettings,
VpcScSettings,
)
from .types.app_version import AppSnapshot, AppVersion
from .types.auth import (
Expand Down Expand Up @@ -158,7 +160,7 @@
from .types.conversation import Conversation
from .types.data_store import DataStore
from .types.data_store_tool import DataStoreTool
from .types.deployment import Deployment
from .types.deployment import Deployment, ExperimentConfig
from .types.evaluation import (
AggregatedMetrics,
Evaluation,
Expand All @@ -174,6 +176,7 @@
RunEvaluationRequest,
ScheduledEvaluationRun,
)
from .types.evaluation_metrics_config import EvaluationMetricsConfig
from .types.evaluation_service import (
CreateEvaluationDatasetRequest,
CreateEvaluationExpectationRequest,
Expand All @@ -186,7 +189,11 @@
DeleteEvaluationRunOperationMetadata,
DeleteEvaluationRunRequest,
DeleteScheduledEvaluationRunRequest,
ExportEvaluationResultsOperationMetadata,
ExportEvaluationResultsRequest,
ExportEvaluationResultsResponse,
ExportEvaluationRunsOperationMetadata,
ExportEvaluationRunsRequest,
ExportEvaluationRunsResponse,
ExportEvaluationsRequest,
ExportEvaluationsResponse,
Expand Down Expand Up @@ -216,6 +223,9 @@
ListScheduledEvaluationRunsResponse,
RunEvaluationOperationMetadata,
RunEvaluationResponse,
RunEvaluationResultMetricsOperationMetadata,
RunEvaluationResultMetricsRequest,
RunEvaluationResultMetricsResponse,
TestPersonaVoiceRequest,
TestPersonaVoiceResponse,
UpdateEvaluationDatasetRequest,
Expand All @@ -242,7 +252,7 @@
from .types.google_search_tool import GoogleSearchTool
from .types.guardrail import Guardrail
from .types.mcp_tool import McpTool
from .types.mcp_toolset import McpToolset
from .types.mcp_toolset import McpToolDefinition, McpToolOverride, McpToolset
from .types.mocks import MockedToolCall
from .types.omnichannel import Omnichannel, OmnichannelIntegrationConfig
from .types.omnichannel_service import OmnichannelOperationMetadata
Expand Down Expand Up @@ -379,7 +389,10 @@ def _get_version(dependency_name):
"WidgetServiceAsyncClient",
"Action",
"Agent",
"AgentCard",
"AgentInterface",
"AgentServiceClient",
"AgentSkill",
"AgentTool",
"AgentTransfer",
"AggregatedMetrics",
Expand Down Expand Up @@ -454,6 +467,7 @@ def _get_version(dependency_name):
"EvaluationDataset",
"EvaluationErrorInfo",
"EvaluationExpectation",
"EvaluationMetricsConfig",
"EvaluationMetricsThresholds",
"EvaluationPersona",
"EvaluationResult",
Expand All @@ -466,9 +480,14 @@ def _get_version(dependency_name):
"ExecuteToolRequest",
"ExecuteToolResponse",
"ExecutionType",
"ExperimentConfig",
"ExportAppRequest",
"ExportAppResponse",
"ExportEvaluationResultsOperationMetadata",
"ExportEvaluationResultsRequest",
"ExportEvaluationResultsResponse",
"ExportEvaluationRunsOperationMetadata",
"ExportEvaluationRunsRequest",
"ExportEvaluationRunsResponse",
"ExportEvaluationsRequest",
"ExportEvaluationsResponse",
Expand Down Expand Up @@ -549,6 +568,8 @@ def _get_version(dependency_name):
"ListToolsetsResponse",
"LoggingSettings",
"McpTool",
"McpToolDefinition",
"McpToolOverride",
"McpToolset",
"Message",
"MetricAnalysisSettings",
Expand All @@ -570,6 +591,7 @@ def _get_version(dependency_name):
"QualityReport",
"RecognitionResult",
"RedactionConfig",
"RemoteAgentTool",
"RestoreAppVersionRequest",
"RestoreAppVersionResponse",
"RetrieveToolSchemaRequest",
Expand All @@ -579,6 +601,9 @@ def _get_version(dependency_name):
"RunEvaluationOperationMetadata",
"RunEvaluationRequest",
"RunEvaluationResponse",
"RunEvaluationResultMetricsOperationMetadata",
"RunEvaluationResultMetricsRequest",
"RunEvaluationResultMetricsResponse",
"RunSessionRequest",
"RunSessionResponse",
"ScheduledEvaluationRun",
Expand Down Expand Up @@ -623,6 +648,7 @@ def _get_version(dependency_name):
"UpdateToolsetRequest",
"UploadEvaluationAudioRequest",
"UploadEvaluationAudioResponse",
"VpcScSettings",
"WebSearchQuery",
"WidgetServiceClient",
"WidgetTool",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,16 @@
"delete_scheduled_evaluation_run"
]
},
"ExportEvaluationResults": {
"methods": [
"export_evaluation_results"
]
},
"ExportEvaluationRuns": {
"methods": [
"export_evaluation_runs"
]
},
"ExportEvaluations": {
"methods": [
"export_evaluations"
Expand Down Expand Up @@ -924,6 +934,11 @@
"run_evaluation"
]
},
"RunEvaluationResultMetrics": {
"methods": [
"run_evaluation_result_metrics"
]
},
"TestPersonaVoice": {
"methods": [
"test_persona_voice"
Expand Down Expand Up @@ -1009,6 +1024,16 @@
"delete_scheduled_evaluation_run"
]
},
"ExportEvaluationResults": {
"methods": [
"export_evaluation_results"
]
},
"ExportEvaluationRuns": {
"methods": [
"export_evaluation_runs"
]
},
"ExportEvaluations": {
"methods": [
"export_evaluations"
Expand Down Expand Up @@ -1089,6 +1114,11 @@
"run_evaluation"
]
},
"RunEvaluationResultMetrics": {
"methods": [
"run_evaluation_result_metrics"
]
},
"TestPersonaVoice": {
"methods": [
"test_persona_voice"
Expand Down Expand Up @@ -1174,6 +1204,16 @@
"delete_scheduled_evaluation_run"
]
},
"ExportEvaluationResults": {
"methods": [
"export_evaluation_results"
]
},
"ExportEvaluationRuns": {
"methods": [
"export_evaluation_runs"
]
},
"ExportEvaluations": {
"methods": [
"export_evaluations"
Expand Down Expand Up @@ -1254,6 +1294,11 @@
"run_evaluation"
]
},
"RunEvaluationResultMetrics": {
"methods": [
"run_evaluation_result_metrics"
]
},
"TestPersonaVoice": {
"methods": [
"test_persona_voice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

import google.api_core.operation as operation # type: ignore
import google.api_core.operation_async as operation_async # type: ignore
import google.protobuf.duration_pb2 as duration_pb2 # type: ignore
import google.protobuf.empty_pb2 as empty_pb2 # type: ignore
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
import google.protobuf.struct_pb2 as struct_pb2 # type: ignore
Expand All @@ -56,6 +57,7 @@
from google.cloud.ces_v1beta.services.agent_service import pagers
from google.cloud.ces_v1beta.types import (
agent,
agent_card,
agent_service,
agent_tool,
agent_transfers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

import google.api_core.operation as operation # type: ignore
import google.api_core.operation_async as operation_async # type: ignore
import google.protobuf.duration_pb2 as duration_pb2 # type: ignore
import google.protobuf.empty_pb2 as empty_pb2 # type: ignore
import google.protobuf.field_mask_pb2 as field_mask_pb2 # type: ignore
import google.protobuf.struct_pb2 as struct_pb2 # type: ignore
Expand All @@ -73,6 +74,7 @@
from google.cloud.ces_v1beta.services.agent_service import pagers
from google.cloud.ces_v1beta.types import (
agent,
agent_card,
agent_service,
agent_tool,
agent_transfers,
Expand Down
Loading
Loading