Class: Google::Cloud::Ces::V1::ServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::ServiceDirectoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/common.rb
Overview
Configuration for tools using Service Directory.
Instance Attribute Summary collapse
-
#service ⇒ ::String
Required.
Instance Attribute Details
#service ⇒ ::String
Returns Required. The name of Service
Directory service.
Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.
173 174 175 176 |
# File 'proto_docs/google/cloud/ces/v1/common.rb', line 173 class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |