Class: Google::Cloud::Build::V2::ServiceDirectoryConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.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}.



246
247
248
249
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 246

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