Cloud Run V2 API - Class Google::Cloud::Run::V2::GetServiceRequest (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::GetServiceRequest.

Request message for obtaining a Service by its full name.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.
Returns
  • (::String) — Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.