Class: Google::Cloud::Dataform::V1::CreateReleaseConfigRequest

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

Overview

CreateReleaseConfig request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

Returns:

  • (::String)

    Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.



1258
1259
1260
1261
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1258

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

#release_config::Google::Cloud::Dataform::V1::ReleaseConfig

Returns Required. The release config to create.

Returns:



1258
1259
1260
1261
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1258

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

#release_config_id::String

Returns Required. The ID to use for the release config, which will become the final component of the release config's resource name.

Returns:

  • (::String)

    Required. The ID to use for the release config, which will become the final component of the release config's resource name.



1258
1259
1260
1261
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1258

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