Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo.
For display only. Metadata associated with a Cloud Run revision.
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 Run revision.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Name of a Cloud Run revision.
Returns
- (::String) — Name of a Cloud Run revision.
#location
def location() -> ::String
Returns
- (::String) — Location in which this revision is deployed.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — Location in which this revision is deployed.
Returns
- (::String) — Location in which this revision is deployed.
#service_uri
def service_uri() -> ::String
Returns
- (::String) — URI of Cloud Run service this revision belongs to.
#service_uri=
def service_uri=(value) -> ::String
Parameter
- value (::String) — URI of Cloud Run service this revision belongs to.
Returns
- (::String) — URI of Cloud Run service this revision belongs to.
#uri
def uri() -> ::String
Returns
- (::String) — URI of a Cloud Run revision.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of a Cloud Run revision.
Returns
- (::String) — URI of a Cloud Run revision.