Class: Google::Cloud::AppHub::V1::DiscoveredService

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

Overview

DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"".

Returns:

  • (::String)

    Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""



132
133
134
135
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132

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

#service_properties::Google::Cloud::AppHub::V1::ServiceProperties (readonly)

Returns Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132

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

#service_reference::Google::Cloud::AppHub::V1::ServiceReference (readonly)

Returns Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132

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