url property

String? url
getter/setter pair

The URL where this interface is available.

Must be a valid absolute HTTPS URL in production. Example: "https://api.example.com/a2a/v1", "https://grpc.example.com/a2a"

Required.

Implementation

core.String? url;