Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 25 additions & 0 deletions google-cloud-ai_platform-v1/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@
"lib/google/cloud/ai_platform/v1/schedule_service/rest/client.rb",
"lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb",
"lib/google/cloud/ai_platform/v1/schedule_service/rest/service_stub.rb",
"lib/google/cloud/ai_platform/v1/session_service.rb",
"lib/google/cloud/ai_platform/v1/session_service/client.rb",
"lib/google/cloud/ai_platform/v1/session_service/credentials.rb",
"lib/google/cloud/ai_platform/v1/session_service/operations.rb",
"lib/google/cloud/ai_platform/v1/session_service/paths.rb",
"lib/google/cloud/ai_platform/v1/session_service/rest.rb",
"lib/google/cloud/ai_platform/v1/session_service/rest/client.rb",
"lib/google/cloud/ai_platform/v1/session_service/rest/operations.rb",
"lib/google/cloud/ai_platform/v1/session_service/rest/service_stub.rb",
"lib/google/cloud/ai_platform/v1/specialist_pool_service.rb",
"lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb",
"lib/google/cloud/ai_platform/v1/specialist_pool_service/credentials.rb",
Expand Down Expand Up @@ -424,6 +433,9 @@
"lib/google/cloud/aiplatform/v1/schedule_service_pb.rb",
"lib/google/cloud/aiplatform/v1/schedule_service_services_pb.rb",
"lib/google/cloud/aiplatform/v1/service_networking_pb.rb",
"lib/google/cloud/aiplatform/v1/session_pb.rb",
"lib/google/cloud/aiplatform/v1/session_service_pb.rb",
"lib/google/cloud/aiplatform/v1/session_service_services_pb.rb",
"lib/google/cloud/aiplatform/v1/specialist_pool_pb.rb",
"lib/google/cloud/aiplatform/v1/specialist_pool_service_pb.rb",
"lib/google/cloud/aiplatform/v1/specialist_pool_service_services_pb.rb",
Expand Down Expand Up @@ -593,6 +605,8 @@
"proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_object_tracking.rb",
"proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config.rb",
"proto_docs/google/cloud/aiplatform/v1/service_networking.rb",
"proto_docs/google/cloud/aiplatform/v1/session.rb",
"proto_docs/google/cloud/aiplatform/v1/session_service.rb",
"proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb",
"proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb",
"proto_docs/google/cloud/aiplatform/v1/study.rb",
Expand Down Expand Up @@ -898,6 +912,13 @@
"snippets/schedule_service/pause_schedule.rb",
"snippets/schedule_service/resume_schedule.rb",
"snippets/schedule_service/update_schedule.rb",
"snippets/session_service/append_event.rb",
"snippets/session_service/create_session.rb",
"snippets/session_service/delete_session.rb",
"snippets/session_service/get_session.rb",
"snippets/session_service/list_events.rb",
"snippets/session_service/list_sessions.rb",
"snippets/session_service/update_session.rb",
"snippets/snippet_metadata_google.cloud.aiplatform.v1.json",
"snippets/specialist_pool_service/create_specialist_pool.rb",
"snippets/specialist_pool_service/delete_specialist_pool.rb",
Expand Down Expand Up @@ -1067,6 +1088,10 @@
"test/google/cloud/ai_platform/v1/schedule_service_paths_test.rb",
"test/google/cloud/ai_platform/v1/schedule_service_rest_test.rb",
"test/google/cloud/ai_platform/v1/schedule_service_test.rb",
"test/google/cloud/ai_platform/v1/session_service_operations_test.rb",
"test/google/cloud/ai_platform/v1/session_service_paths_test.rb",
"test/google/cloud/ai_platform/v1/session_service_rest_test.rb",
"test/google/cloud/ai_platform/v1/session_service_test.rb",
"test/google/cloud/ai_platform/v1/specialist_pool_service_operations_test.rb",
"test/google/cloud/ai_platform/v1/specialist_pool_service_paths_test.rb",
"test/google/cloud/ai_platform/v1/specialist_pool_service_rest_test.rb",
Expand Down
44 changes: 44 additions & 0 deletions google-cloud-ai_platform-v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,50 @@
}
}
},
"SessionService": {
"clients": {
"grpc": {
"libraryClient": "::Google::Cloud::AIPlatform::V1::SessionService::Client",
"rpcs": {
"CreateSession": {
"methods": [
"create_session"
]
},
"GetSession": {
"methods": [
"get_session"
]
},
"ListSessions": {
"methods": [
"list_sessions"
]
},
"UpdateSession": {
"methods": [
"update_session"
]
},
"DeleteSession": {
"methods": [
"delete_session"
]
},
"ListEvents": {
"methods": [
"list_events"
]
},
"AppendEvent": {
"methods": [
"append_event"
]
}
}
}
}
},
"SpecialistPoolService": {
"clients": {
"grpc": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
require "google/cloud/ai_platform/v1/reasoning_engine_execution_service"
require "google/cloud/ai_platform/v1/reasoning_engine_service"
require "google/cloud/ai_platform/v1/schedule_service"
require "google/cloud/ai_platform/v1/session_service"
require "google/cloud/ai_platform/v1/specialist_pool_service"
require "google/cloud/ai_platform/v1/tensorboard_service"
require "google/cloud/ai_platform/v1/vertex_rag_data_service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,13 @@ def self.transcode_list_operations_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}/operations",
matches: [
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/sessions/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}/operations",
Expand Down Expand Up @@ -1675,6 +1682,13 @@ def self.transcode_list_operations_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}/operations",
matches: [
["name", %r{^reasoningEngines/[^/]+/sessions/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
end

Expand Down Expand Up @@ -2277,6 +2291,13 @@ def self.transcode_get_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}",
matches: [
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}",
Expand Down Expand Up @@ -2382,6 +2403,13 @@ def self.transcode_get_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :get,
uri_template: "/v1/{name}",
matches: [
["name", %r{^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
end

Expand Down Expand Up @@ -2963,6 +2991,13 @@ def self.transcode_delete_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :delete,
uri_template: "/v1/{name}",
matches: [
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :delete,
uri_template: "/v1/{name}",
Expand Down Expand Up @@ -3068,6 +3103,13 @@ def self.transcode_delete_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/featureOnlineStores/[^/]+/featureViews/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :delete,
uri_template: "/v1/{name}",
matches: [
["name", %r{^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
end

Expand Down Expand Up @@ -3635,6 +3677,13 @@ def self.transcode_cancel_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:cancel",
matches: [
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:cancel",
Expand Down Expand Up @@ -3705,6 +3754,13 @@ def self.transcode_cancel_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/tensorboards/[^/]+/experiments/[^/]+/runs/[^/]+/timeSeries/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:cancel",
matches: [
["name", %r{^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
end

Expand Down Expand Up @@ -4293,6 +4349,13 @@ def self.transcode_wait_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:wait",
matches: [
["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:wait",
Expand Down Expand Up @@ -4398,6 +4461,13 @@ def self.transcode_wait_operation_request request_pb
["name", %r{^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+/features/[^/]+/operations/[^/]+/?$}, false]
]
)
.with_bindings(
uri_method: :post,
uri_template: "/v1/{name}:wait",
matches: [
["name", %r{^reasoningEngines/[^/]+/sessions/[^/]+/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
end
end
Expand Down
Loading
Loading