Reference documentation and code samples for the Apigee Registry V1 API class Google::Cloud::ApigeeRegistry::V1::CreateApiRequest.
Request message for CreateApi.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#api
def api() -> ::Google::Cloud::ApigeeRegistry::V1::Api
- (::Google::Cloud::ApigeeRegistry::V1::Api) — Required. The API to create.
#api=
def api=(value) -> ::Google::Cloud::ApigeeRegistry::V1::Api
- value (::Google::Cloud::ApigeeRegistry::V1::Api) — Required. The API to create.
- (::Google::Cloud::ApigeeRegistry::V1::Api) — Required. The API to create.
#api_id
def api_id() -> ::String
-
(::String) — Required. The ID to use for the api, which will become the final component of
the api's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Following AIP-162, IDs must not have the form of a UUID.
#api_id=
def api_id=(value) -> ::String
-
value (::String) — Required. The ID to use for the api, which will become the final component of
the api's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Following AIP-162, IDs must not have the form of a UUID.
-
(::String) — Required. The ID to use for the api, which will become the final component of
the api's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Following AIP-162, IDs must not have the form of a UUID.
#parent
def parent() -> ::String
- (::String) — Required. The parent, which owns this collection of APIs. Format: projects//locations/
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent, which owns this collection of APIs. Format: projects//locations/
- (::String) — Required. The parent, which owns this collection of APIs. Format: projects//locations/