Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::Path.
The path details derived from the spec.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Optional. A short description for the path applicable to all operations.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. A short description for the path applicable to all operations.
Returns
- (::String) — Optional. A short description for the path applicable to all operations.
#path
def path() -> ::String
Returns
- (::String) — Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.
Returns
- (::String) — Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.