Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::CloudFunctionInfo.
For display only. Metadata associated with a Cloud Function.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Name of a Cloud Function.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a Cloud Function.
Returns
- (::String) — Name of a Cloud Function.
#location
def location() -> ::String
Returns
- (::String) — Location in which the Cloud Function is deployed.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — Location in which the Cloud Function is deployed.
Returns
- (::String) — Location in which the Cloud Function is deployed.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a Cloud Function.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a Cloud Function.
Returns
- (::String) — URI of a Cloud Function.
#version_id
def version_id() -> ::Integer
Returns
- (::Integer) — Latest successfully deployed version id of the Cloud Function.
#version_id=
def version_id=(value) -> ::Integer
Parameter
- value (::Integer) — Latest successfully deployed version id of the Cloud Function.
Returns
- (::Integer) — Latest successfully deployed version id of the Cloud Function.