endpoints property

  1. @TagNumber(200)
Environment_Endpoints get endpoints

Output only. URI Endpoints to access sessions associated with the Environment.

Implementation

@$pb.TagNumber(200)
Environment_Endpoints get endpoints => $_getN(11);
  1. @TagNumber(200)
set endpoints (Environment_Endpoints v)

Implementation

@$pb.TagNumber(200)
set endpoints(Environment_Endpoints v) { setField(200, v); }