Class: Google::Apis::CloudbuildV1::ServiceDirectoryConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbuild_v1/classes.rb,
lib/google/apis/cloudbuild_v1/representations.rb,
lib/google/apis/cloudbuild_v1/representations.rb

Overview

Deprecated: CloudBuild GitLab V1 integration is deprecated. ServiceDirectoryConfig represents Service Directory configuration for a SCM host connection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceDirectoryConfig

Returns a new instance of ServiceDirectoryConfig.



4382
4383
4384
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4382

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#serviceString

The Service Directory service name. Format: projects/project/locations/ location/namespaces/namespace/services/service. Corresponds to the JSON property service

Returns:

  • (String)


4380
4381
4382
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4380

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4387
4388
4389
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 4387

def update!(**args)
  @service = args[:service] if args.key?(:service)
end