Sha256: 7a6d27672241cb09787a6c337d916fde526efdfcfc57471b72c3e422aefbd950

Contents?: true

Size: 1.92 KB

Versions: 69

Compression:

Stored size: 1.92 KB

Contents

# frozen_string_literal: true

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!


module Google
  module Cloud
    module AIPlatform
      module V1
        module FeaturestoreOnlineServingService
          # Path helper methods for the FeaturestoreOnlineServingService API.
          module Paths
            ##
            # Create a fully-qualified EntityType resource string.
            #
            # The resource will be in the following format:
            #
            # `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
            #
            # @param project [String]
            # @param location [String]
            # @param featurestore [String]
            # @param entity_type [String]
            #
            # @return [::String]
            def entity_type_path project:, location:, featurestore:, entity_type:
              raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
              raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
              raise ::ArgumentError, "featurestore cannot contain /" if featurestore.to_s.include? "/"

              "projects/#{project}/locations/#{location}/featurestores/#{featurestore}/entityTypes/#{entity_type}"
            end

            extend self
          end
        end
      end
    end
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
google-cloud-ai_platform-v1-1.4.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-1.3.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-1.2.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-1.1.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-1.0.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.64.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.63.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.62.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.61.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.60.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.59.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.58.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.57.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.56.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.55.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.54.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.53.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.52.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.51.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb
google-cloud-ai_platform-v1-0.50.0 lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb