discoveryEndpoint property

  1. @TagNumber.new(20)
String get discoveryEndpoint

Output only. Endpoint for the Discovery API.

Implementation

@$pb.TagNumber(20)
$core.String get discoveryEndpoint => $_getSZ(15);
  1. @TagNumber.new(20)
set discoveryEndpoint (String v)

Implementation

@$pb.TagNumber(20)
set discoveryEndpoint($core.String v) {
  $_setString(15, v);
}