Class: Google::Cloud::NetworkManagement::V1::Endpoint::CloudRunRevisionEndpoint

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

Overview

Wrapper for Cloud Run revision attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}.

Returns:

  • (::String)

    A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}



221
222
223
224
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 221

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