Class: Google::Cloud::GDCHardwareManagement::V1alpha::CreateSiteRequest

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

Overview

A request to create a site.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The project and location to create the site in. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location to create the site in. Format: projects/{project}/locations/{location}



273
274
275
276
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 273

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

#request_id::String

Returns Optional. An optional unique identifier for this request. See AIP-155.

Returns:

  • (::String)

    Optional. An optional unique identifier for this request. See AIP-155.



273
274
275
276
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 273

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

#site::Google::Cloud::GDCHardwareManagement::V1alpha::Site

Returns Required. The site to create.

Returns:



273
274
275
276
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 273

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

#site_id::String

Returns Optional. ID used to uniquely identify the Site within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The site.name field in the request will be ignored.

Returns:

  • (::String)

    Optional. ID used to uniquely identify the Site within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

    The site.name field in the request will be ignored.



273
274
275
276
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 273

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