Class: Google::Cloud::AppHub::V1::LookupServiceProjectAttachmentRequest

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

Overview

Request for LookupServiceProjectAttachment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Service project ID and location to lookup service project attachment for. Only global location is supported. Expected format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Service project ID and location to lookup service project attachment for. Only global location is supported. Expected format: projects/{project}/locations/{location}.



30
31
32
33
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 30

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