Sha256: 05ef03519aeb8d73abfcad0663b46b4b644caaa2192f83ba5b138887fc885a98

Contents?: true

Size: 1.84 KB

Versions: 15

Compression:

Stored size: 1.84 KB

Contents

# frozen_string_literal: true

# Copyright 2021 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 Orchestration
      module Airflow
        module Service
          module V1
            module Environments
              # Path helper methods for the Environments API.
              module Paths
                ##
                # Create a fully-qualified Environment resource string.
                #
                # The resource will be in the following format:
                #
                # `projects/{project}/locations/{location}/environments/{environment}`
                #
                # @param project [String]
                # @param location [String]
                # @param environment [String]
                #
                # @return [::String]
                def environment_path project:, location:, environment:
                  raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
                  raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"

                  "projects/#{project}/locations/#{location}/environments/#{environment}"
                end

                extend self
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
google-cloud-orchestration-airflow-service-v1-0.9.2 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.9.1 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.9.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.8.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.7.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.6.1 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.6.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.5.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.4.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.3.1 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.3.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.2.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.1.2 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.1.1 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb
google-cloud-orchestration-airflow-service-v1-0.1.0 lib/google/cloud/orchestration/airflow/service/v1/environments/paths.rb