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

#service_uri::String (readonly)

Returns Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}.

Returns:

  • (::String)

    Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}



230
231
232
233
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 230

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

#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}



230
231
232
233
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 230

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