Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest (v0.4.1)

Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest.

Request message for GetServiceConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config_id

def config_id() -> ::String
Returns
  • (::String) — Required. The id of the service configuration resource.

    This field must be specified for the server to return all fields, including SourceInfo.

#config_id=

def config_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the service configuration resource.

    This field must be specified for the server to return all fields, including SourceInfo.

Returns
  • (::String) — Required. The id of the service configuration resource.

    This field must be specified for the server to return all fields, including SourceInfo.

#service_name

def service_name() -> ::String
Returns
  • (::String) — Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

#service_name=

def service_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.
Returns
  • (::String) — Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

#view

def view() -> ::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView
Returns

#view=

def view=(value) -> ::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView
Parameter
Returns