Class: Google::Cloud::Deploy::V1::CloudRunLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Information specifying where to deploy a Cloud Run Service.

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.



931
932
933
934
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 931

class CloudRunLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end