Reference documentation and code samples for the API Gateway V1 API class Google::Cloud::ApiGateway::V1::GetApiConfigRequest.
Request message for ApiGatewayService.GetApiConfig
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
Returns
- (::String) — Required. Resource name of the form:
projects/*/locations/global/apis/*/configs/*
#view
def view() -> ::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView
Returns
- (::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView) — Specifies which fields of the API Config are returned in the response. Defaults to
BASIC
view.
#view=
def view=(value) -> ::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView
Parameter
- value (::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView) — Specifies which fields of the API Config are returned in the response. Defaults to
BASIC
view.
Returns
- (::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView) — Specifies which fields of the API Config are returned in the response. Defaults to
BASIC
view.