Reference documentation and code samples for the App Hub V1 API class Google::Cloud::AppHub::V1::LookupServiceProjectAttachmentRequest.
Request for LookupServiceProjectAttachment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
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}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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}
.