Class: Google::Cloud::AppHub::V1::GetServiceRequest

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 GetService.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Fully qualified name of the Service to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/services/{service}.

Returns:

  • (::String)

    Required. Fully qualified name of the Service to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/services/{service}.



289
290
291
292
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 289

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