Class: Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo

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

Overview

For display only. Metadata associated with a Cloud Run revision.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Name of a Cloud Run revision.

Returns:

  • (::String)

    Name of a Cloud Run revision.



1226
1227
1228
1229
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1226

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

#location::String

Returns Location in which this revision is deployed.

Returns:

  • (::String)

    Location in which this revision is deployed.



1226
1227
1228
1229
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1226

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

#service_uri::String

Returns URI of Cloud Run service this revision belongs to.

Returns:

  • (::String)

    URI of Cloud Run service this revision belongs to.



1226
1227
1228
1229
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1226

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

#uri::String

Returns URI of a Cloud Run revision.

Returns:

  • (::String)

    URI of a Cloud Run revision.



1226
1227
1228
1229
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1226

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