Class: Google::Cloud::NetworkManagement::V1::CloudFunctionInfo

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 Function.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Name of a Cloud Function.

Returns:

  • (::String)

    Name of a Cloud Function.



1207
1208
1209
1210
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1207

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

#location::String

Returns Location in which the Cloud Function is deployed.

Returns:

  • (::String)

    Location in which the Cloud Function is deployed.



1207
1208
1209
1210
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1207

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

#uri::String

Returns URI of a Cloud Function.

Returns:

  • (::String)

    URI of a Cloud Function.



1207
1208
1209
1210
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1207

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

#version_id::Integer

Returns Latest successfully deployed version id of the Cloud Function.

Returns:

  • (::Integer)

    Latest successfully deployed version id of the Cloud Function.



1207
1208
1209
1210
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1207

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