Class: Google::Cloud::ApiHub::V1::CreateHostProjectRegistrationRequest

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

Overview

The CreateHostProjectRegistration method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#host_project_registration::Google::Cloud::ApiHub::V1::HostProjectRegistration

Returns Required. The host project registration to register.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 40

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

#host_project_registration_id::String

Returns Required. The ID to use for the Host Project Registration, which will become the final component of the host project registration's resource name. The ID must be the same as the Google cloud project specified in the host_project_registration.gcp_project field.

Returns:

  • (::String)

    Required. The ID to use for the Host Project Registration, which will become the final component of the host project registration's resource name. The ID must be the same as the Google cloud project specified in the host_project_registration.gcp_project field.



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 40

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

#parent::String

Returns Required. The parent resource for the host project. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource for the host project. Format: projects/{project}/locations/{location}



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 40

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