applicationEndpoint property
Required. Address of the remote application endpoint for the BeyondCorp AppConnection.
Implementation
@$pb.TagNumber(8)
AppConnection_ApplicationEndpoint get applicationEndpoint => $_getN(7);
Implementation
@$pb.TagNumber(8)
set applicationEndpoint(AppConnection_ApplicationEndpoint v) {
setField(8, v);
}