Class: Google::Cloud::DeveloperConnect::V1::ServiceDirectoryConfig

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

Overview

ServiceDirectoryConfig represents Service Directory configuration for a connection.

Instance Attribute Summary collapse

Instance Attribute Details

#service::String

Returns Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.

Returns:

  • (::String)

    Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.



247
248
249
250
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 247

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