Class: Google::Cloud::Dataform::V1beta1::CreateReleaseConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/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/*.



1079
1080
1081
1082
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1079

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

#release_config::Google::Cloud::Dataform::V1beta1::ReleaseConfig

Returns Required. The release config to create.

Returns:



1079
1080
1081
1082
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1079

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.



1079
1080
1081
1082
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1079

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