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
-
(::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
-
value (::String) — Required. The id of the service configuration resource.
This field must be specified for the server to return all fields, including
SourceInfo
.
-
(::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
-
(::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
-
value (::String) — Required. The name of the service. See the
overview for naming requirements. For
example:
example.googleapis.com
.
-
(::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
- (::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView) — Specifies which parts of the Service Config should be returned in the response.
#view=
def view=(value) -> ::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView
- value (::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView) — Specifies which parts of the Service Config should be returned in the response.
- (::Google::Cloud::ServiceManagement::V1::GetServiceConfigRequest::ConfigView) — Specifies which parts of the Service Config should be returned in the response.