Class: Google::Cloud::AppHub::V1::ServiceProperties

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

Overview

Properties of an underlying cloud resource that can comprise a Service.

Instance Attribute Summary collapse

Instance Attribute Details

#gcp_project::String (readonly)

Returns Output only. The service project identifier that the underlying cloud resource resides in.

Returns:

  • (::String)

    Output only. The service project identifier that the underlying cloud resource resides in.



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112

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

#location::String (readonly)

Returns Output only. The location that the underlying resource resides in, for example, us-west1.

Returns:

  • (::String)

    Output only. The location that the underlying resource resides in, for example, us-west1.



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112

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

#zone::String (readonly)

Returns Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).

Returns:

  • (::String)

    Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112

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